summaryrefslogtreecommitdiffstats
path: root/usr.bin/f2c/f2c.1
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-07-24 07:13:57 +0000
committerphk <phk@FreeBSD.org>1998-07-24 07:13:57 +0000
commit2e8d660a6e06bae5d9351ab209a17e5bdb4803fa (patch)
tree4149006a43a57f005f52162147338562ea5d062a /usr.bin/f2c/f2c.1
parent5b6f7049f1d88502a7f525ad2111dc54bc0c5aa3 (diff)
downloadFreeBSD-src-2e8d660a6e06bae5d9351ab209a17e5bdb4803fa.zip
FreeBSD-src-2e8d660a6e06bae5d9351ab209a17e5bdb4803fa.tar.gz
During compilation of a Fortran program f2c/f77 will spew the
name of entry points, functions, subroutines, and program to stderr error. The enclosed patches do 3 things: (1) Silenced the output to stderr. (2) Added a -v option to f2c and f77. This will turn on a verbose mode, and dumps quite a bit of stuff to stderr. (3) Updated the f2c man page. PR: 7369 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.14
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/f2c/f2c.1 b/usr.bin/f2c/f2c.1
index 4011fcb..08e99ed 100644
--- a/usr.bin/f2c/f2c.1
+++ b/usr.bin/f2c/f2c.1
@@ -33,7 +33,7 @@
.Nd Convert Fortran 77 to C or C++
.Sh SYNOPSIS
.Nm f2c
-.Op Fl AaCcEfgpRrsUuw
+.Op Fl AaCcEfgpRrsUuvw
.Op Fl C++
.Op Fl cd
.Op Fl d Ar dir
@@ -195,6 +195,8 @@ may change prototypes or declarations.
.It Fl p
Supply preprocessor definitions to make common-block members look like local
variables.
+.It Fl v
+Echo the file name, program name, and procedure name(s) during compilation.
.It Fl R
Do not promote REAL functions and operations to DOUBLE PRECISION. Option
.Fl !R
OpenPOWER on IntegriCloud