diff options
author | David Cournapeau <cournape@gmail.com> | 2009-02-10 10:44:01 +0000 |
---|---|---|
committer | David Cournapeau <cournape@gmail.com> | 2009-02-10 10:44:01 +0000 |
commit | 932368ec1f9ef56b61cf3e7eef1550df32ad57c3 (patch) | |
tree | 066db4446d3d9c8008101ce8d648035664c662b1 /numpy/f2py/f2py.1 | |
parent | b3e5fdf55bb9a16f8fe78e11b2a9c5f9dd72f5c1 (diff) | |
download | numpy-932368ec1f9ef56b61cf3e7eef1550df32ad57c3.tar.gz |
Fix hyphen (patch from debian package).
Diffstat (limited to 'numpy/f2py/f2py.1')
-rw-r--r-- | numpy/f2py/f2py.1 | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/numpy/f2py/f2py.1 b/numpy/f2py/f2py.1 index b8769a0cc..b9391e592 100644 --- a/numpy/f2py/f2py.1 +++ b/numpy/f2py/f2py.1 @@ -20,7 +20,7 @@ f2py \- Fortran to Python interface generator This program generates a Python C/API file (<modulename>module.c) that contains wrappers for given Fortran or C functions so that they can be called from Python. -With the -c option the corresponding +With the \-c option the corresponding extension modules are built. .SH OPTIONS .TP @@ -49,8 +49,8 @@ Name of the module; f2py generates a Python/C API file \'untitled\'. .TP .B \-\-[no\-]lower -Do [not] lower the cases in <fortran files>. By default, --lower is -assumed with -h key, and --no-lower without -h key. +Do [not] lower the cases in <fortran files>. By default, \-\-lower is +assumed with \-h key, and \-\-no\-lower without \-h key. .TP .B \-\-build\-dir <dirname> All f2py generated files are created in <dirname>. Default is tempfile.mktemp(). @@ -59,14 +59,14 @@ All f2py generated files are created in <dirname>. Default is tempfile.mktemp(). Overwrite existing signature file. .TP .B \-\-[no\-]latex\-doc -Create (or not) <modulename>module.tex. Default is --no-latex-doc. +Create (or not) <modulename>module.tex. Default is \-\-no\-latex\-doc. .TP .B \-\-short\-latex Create 'incomplete' LaTeX document (without commands \\documentclass, \\tableofcontents, and \\begin{document}, \\end{document}). .TP .B \-\-[no\-]rest\-doc -Create (or not) <modulename>module.rst. Default is --no-rest-doc. +Create (or not) <modulename>module.rst. Default is \-\-no\-rest\-doc. .TP .B \-\-debug\-capi Create C/API code that reports the state of the wrappers during @@ -81,12 +81,12 @@ statement in signature files instead. .TP .B \-\-[no\-]wrap\-functions Create Fortran subroutine wrappers to Fortran 77 -functions. --wrap-functions is default because it ensures maximum +functions. \-\-wrap\-functions is default because it ensures maximum portability/compiler independence. .TP .B \-\-help\-link [..] List system resources found by system_info.py. [..] may contain -a list of resources names. See also --link-<resource> switch below. +a list of resources names. See also \-\-link\-<resource> switch below. .TP .B \-\-quiet Run quietly. @@ -100,7 +100,7 @@ Print f2py version ID and exit. .B \-\-include_paths path1:path2:... Search include files (that f2py will scan) from the given directories. .SH "CONFIG_FC OPTIONS" -The following options are effective only when -c switch is used. +The following options are effective only when \-c switch is used. .TP .B \-\-help-compiler List available Fortran compilers [DEPRECIATED]. @@ -147,13 +147,13 @@ Compile without arch-dependent optimization. .B \-\-debug Compile with debugging information. .SH "EXTRA OPTIONS" -The following options are effective only when -c switch is used. +The following options are effective only when \-c switch is used. .TP .B \-\-link-<resource> Link extension module with <resource> as defined by numpy_distutils/system_info.py. E.g. to link with optimized LAPACK libraries (vecLib on MacOSX, ATLAS elsewhere), use ---link-lapack_opt. See also --help-link switch. +\-\-link\-lapack_opt. See also \-\-help\-link switch. .TP .B -L/path/to/lib/ -l<libname> |