summaryrefslogtreecommitdiff
path: root/usr.bin/fsplit/fsplit.1
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-03-07 21:11:11 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-03-07 21:11:11 +0000
commit029679decb841b5e94bd5daeda5186e2a6b6d092 (patch)
tree37fb7cc48f9d937d7a7eecea96f13d9ccc4ba38c /usr.bin/fsplit/fsplit.1
parent6dfe0d7e2d4c609e27a99bf6d2a466a13b4fe9cc (diff)
Various cleanup.
Diffstat (limited to 'usr.bin/fsplit/fsplit.1')
-rw-r--r--usr.bin/fsplit/fsplit.128
1 files changed, 19 insertions, 9 deletions
diff --git a/usr.bin/fsplit/fsplit.1 b/usr.bin/fsplit/fsplit.1
index 8d881780ae0..72f8830754c 100644
--- a/usr.bin/fsplit/fsplit.1
+++ b/usr.bin/fsplit/fsplit.1
@@ -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 @@ form
.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 @@ If there is an error in classifying a program unit, or if
.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 @@ Asa Romberger and Jerry Berkman
.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