Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 May 1996 11:13:28 -0700 (PDT)
From:      "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   docs/1272: f2c.1 man page addition
Message-ID:  <199605281813.LAA28184@troutmask.apl.washington.edu>
Resent-Message-ID: <199605281820.LAA19613@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1272
>Category:       docs
>Synopsis:       document the -o option for f2c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 11:20:01 PDT 1996
>Last-Modified:
>Originator:     Steven G. Kargl
>Organization:
Applied Physics Lab
>Release:        FreeBSD 2.1-STABLE i386
>Environment:

	

>Description:
f2c can be given a -o option to direct it to write its ouput into a
named file.  The patch documents the -o option.

>How-To-Repeat:
>Fix:

*** f2c.1.orig	Tue May 28 11:03:38 1996
--- f2c.1	Tue May 28 11:07:15 1996
***************
*** 42,47 ****
--- 42,48 ----
  .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,160 ****
--- 156,164 ----
  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
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199605281813.LAA28184>