diff options
author | Julian Taylor <juliantaylor108@gmail.com> | 2014-01-02 10:47:31 -0800 |
---|---|---|
committer | Julian Taylor <juliantaylor108@gmail.com> | 2014-01-02 10:47:31 -0800 |
commit | a32807e61b25205cc08d552127234b56709c6242 (patch) | |
tree | 9c878ccb718db75d7a6a902edbeceb13dd64893d /numpy/f2py | |
parent | 192355eb77883b1bd779f0a0bbad9e137de3193d (diff) | |
parent | 551541c428846ee48f5947792f445d16373ab335 (diff) | |
download | numpy-a32807e61b25205cc08d552127234b56709c6242.tar.gz |
Merge pull request #4166 from juliantaylor/man-hyphen
DOC: f2py manpage, use minus instead of hyphens for options
Diffstat (limited to 'numpy/f2py')
-rw-r--r-- | numpy/f2py/f2py.1 | 4 |
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 |