[BACK]Return to fsplit.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / fsplit

Diff for /src/usr.bin/fsplit/Attic/fsplit.1 between version 1.2 and 1.3

version 1.2, 1996/06/26 05:33:29 version 1.3, 1998/09/26 19:54:45
Line 44 
Line 44 
 .Nd split a multi-routine Fortran file into individual files  .Nd split a multi-routine Fortran file into individual files
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm fsplit  .Nm fsplit
 .Op Fl e Ar efile  .Op Fl e Ar efile Op Ar ...
 \&...  
 .Op Ar file  .Op Ar file
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm Fsplit  .Nm fsplit
 takes as input either a file or standard input containing Fortran source code.  takes as input either a file or standard input containing Fortran source code.
 It attempts to split the input into separate routine files of the  It attempts to split the input into separate routine files of the
 form  form
Line 95 
Line 94 
 .Sh AUTHORS  .Sh AUTHORS
 Asa Romberger and Jerry Berkman  Asa Romberger and Jerry Berkman
 .Sh BUGS  .Sh BUGS
 .Nm Fsplit  .Nm fsplit
 assumes the subprogram name is on the first noncomment line of the subprogram  assumes the subprogram name is on the first noncomment line of the subprogram
 unit.  Nonstandard source formats may confuse  unit.  Nonstandard source formats may confuse
 .Nm fsplit .  .Nm fsplit .

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3