From kargl@troutmask.apl.washington.edu  Tue May 28 11:15:29 1996
Received: from who.cdrom.com (who.cdrom.com [204.216.27.3])
          by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA19239
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 May 1996 11:15:28 -0700 (PDT)
Received: from troutmask.apl.washington.edu (troutmask.apl.washington.edu [128.95.76.54])
          by who.cdrom.com (8.6.12/8.6.11) with ESMTP id LAA07067
          for <FreeBSD-gnats-submit@freebsd.org>; Tue, 28 May 1996 11:15:27 -0700
Received: (from kargl@localhost) by troutmask.apl.washington.edu (8.7.5/8.7.3) id LAA28184; Tue, 28 May 1996 11:13:28 -0700 (PDT)
Message-Id: <199605281813.LAA28184@troutmask.apl.washington.edu>
Date: Tue, 28 May 1996 11:13:28 -0700 (PDT)
From: "Steven G. Kargl" <kargl@troutmask.apl.washington.edu>
Reply-To: kargl@troutmask.apl.washington.edu
To: FreeBSD-gnats-submit@freebsd.org
Subject: f2c.1 man page addition
X-Send-Pr-Version: 3.2

>Number:         1272
>Category:       docs
>Synopsis:       document the -o option for f2c
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:
>Keywords:
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue May 28 11:20:01 PDT 1996
>Closed-Date:    Mon Oct 21 22:32:00 PDT 1996
>Last-Modified:  Mon Oct 21 22:37:17 PDT 1996
>Originator:     Steven G. Kargl
>Release:        FreeBSD 2.1-STABLE i386
>Organization:
Applied Physics Lab
>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
>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: scrappy 
State-Changed-When: Mon Oct 21 22:32:00 PDT 1996 
State-Changed-Why:  

patch applied to 2.2 tree 
>Unformatted:
