=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/fsplit/Attic/fsplit.1,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- src/usr.bin/fsplit/Attic/fsplit.1 1999/07/04 11:53:54 1.6 +++ src/usr.bin/fsplit/Attic/fsplit.1 2000/03/07 21:11:08 1.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fsplit.1,v 1.6 1999/07/04 11:53:54 aaron Exp $ +.\" $OpenBSD: fsplit.1,v 1.7 2000/03/07 21:11:08 aaron Exp $ .\" $NetBSD: fsplit.1,v 1.3 1995/09/28 05:15:06 perry Exp $ .\" .\" Copyright (c) 1983, 1990, 1993 @@ -54,9 +54,11 @@ .Ar name.f , where .Ar name -is the name of the program unit (e.g. function, subroutine, block data or -program). The name for unnamed block data subprograms has the form -.Ar blkdtaNNN.f +is the name of the program unit (e.g., function, subroutine, block data or +program). +.Pp +The name for unnamed block data subprograms has the form +.Ar blkdtaNNN.f , where NNN is three digits and a file of this name does not already exist. For unnamed main programs the name has the form .Ar mainNNN.f . @@ -64,20 +66,27 @@ .Ar name.f already exists, the program unit will be put in a file of the form -.Ar zzzNNN.f +.Ar zzzNNN.f , where .Ar zzzNNN.f does not already exist. +.Pp +The options are as follows: .Bl -tag -width Fl .It Fl e Ar efile -Normally each subprogram unit is split into a separate file. When the +Normally each subprogram unit is split into a separate file. +When the .Fl e option is used, only the specified subprogram units are split into separate -files. E.g.: +files. e.g., .Pp .Dl fsplit -e readit -e doit prog.f .Pp -will split readit and doit into separate files. +will split +.Dq readit +and +.Dq doit +into separate files. .El .Sh DIAGNOSTICS If names specified via the @@ -95,7 +104,8 @@ .Sh BUGS .Nm assumes the subprogram name is on the first noncomment line of the subprogram -unit. Nonstandard source formats may confuse +unit. +Non-standard source formats may confuse .Nm fsplit . .Pp It is hard to use