summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Taylor <jtaylor.debian@googlemail.com>2014-01-02 16:43:17 +0100
committerJulian Taylor <jtaylor.debian@googlemail.com>2014-01-02 19:44:53 +0100
commit551541c428846ee48f5947792f445d16373ab335 (patch)
tree9c878ccb718db75d7a6a902edbeceb13dd64893d
parent192355eb77883b1bd779f0a0bbad9e137de3193d (diff)
downloadnumpy-551541c428846ee48f5947792f445d16373ab335.tar.gz
DOC: f2py manpage, use minus instead of hyphens for options
-rw-r--r--numpy/f2py/f2py.14
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/f2py/f2py.1 b/numpy/f2py/f2py.1
index b9391e592..279647424 100644
--- a/numpy/f2py/f2py.1
+++ b/numpy/f2py/f2py.1
@@ -10,12 +10,12 @@ f2py \- Fortran to Python interface generator
(2) To compile fortran files and build extension modules:
.B f2py
--c [<options>, <config_fc options>, <extra options>] <fortran files>
+\-c [<options>, <config_fc options>, <extra options>] <fortran files>
(3) To generate signature files:
.B f2py
--h <filename.pyf> ...< same options as in (1) >
+\-h <filename.pyf> ...< same options as in (1) >
.SH DESCRIPTION
This program generates a Python C/API file (<modulename>module.c)
that contains wrappers for given Fortran or C functions so that they