diff options
author | scrappy <scrappy@FreeBSD.org> | 1996-10-22 05:36:57 +0000 |
---|---|---|
committer | scrappy <scrappy@FreeBSD.org> | 1996-10-22 05:36:57 +0000 |
commit | e216bc2f8167684683f7808ff0a0a3bfb7aaf345 (patch) | |
tree | 12cb5fcddc9f5970810370ef0d39df084fa71f6f /usr.bin/f2c/f2c.1 | |
parent | 5624ede1e3eb8dcc90fa074f2e55aa134a6f96fe (diff) | |
download | FreeBSD-src-e216bc2f8167684683f7808ff0a0a3bfb7aaf345.zip FreeBSD-src-e216bc2f8167684683f7808ff0a0a3bfb7aaf345.tar.gz |
Document f2c's -o option
Closes: PR#docs/1272
Submitted by: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
Diffstat (limited to 'usr.bin/f2c/f2c.1')
-rw-r--r-- | usr.bin/f2c/f2c.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/usr.bin/f2c/f2c.1 b/usr.bin/f2c/f2c.1 index 233c5bf..9c3d537 100644 --- a/usr.bin/f2c/f2c.1 +++ b/usr.bin/f2c/f2c.1 @@ -42,6 +42,7 @@ .Op Fl \&I2 .Op Fl \&i2 .Op Fl kr Ns Op Cm d +.Op Fl o Ar name .Op Fl onetrip .Op Fl P Ns Op Cm s .Op Fl r8 @@ -155,6 +156,9 @@ where K&R (first edition) parenthesization rules allow rearrangement. If the option is .Fl krd , use double precision temporaries even for single-precision operands. +.It Fl o Ar name +The C source code is written into file +.Ar name . .It Fl onetrip Compile DO loops that are performed at least once if reached. (Fortran 77 DO loops are not performed at all if the upper limit is smaller than the lower |