diff options
Diffstat (limited to 'usr.bin/soelim/soelim.1')
-rw-r--r-- | usr.bin/soelim/soelim.1 | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/usr.bin/soelim/soelim.1 b/usr.bin/soelim/soelim.1 index ae0207bff4e..efe08dec471 100644 --- a/usr.bin/soelim/soelim.1 +++ b/usr.bin/soelim/soelim.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: soelim.1,v 1.4 1999/06/05 01:21:40 aaron Exp $ +.\" $OpenBSD: soelim.1,v 1.5 2000/03/11 21:40:02 aaron Exp $ .\" $NetBSD: soelim.1,v 1.3 1994/12/21 08:11:24 jtc Exp $ .\" .\" Copyright (c) 1980, 1990, 1993 @@ -44,7 +44,7 @@ .Nm soelim .Op Ar file ... .Sh DESCRIPTION -.Nm soelim +.Nm reads the specified files or the standard input and performs the textual inclusion implied by the .Xr nroff 1 @@ -59,20 +59,20 @@ do not normally do this; it allows the placement of individual tables in separate files to be run as a part of a large document. .Pp An argument consisting of a single minus -.Ql Fl +.Pq Ql - is taken to be a file name corresponding to the standard input. .Pp -Note that inclusion can be suppressed by using +Inclusion can be suppressed by using .Ql \e' instead of .Ql \e. , -i.e. +i.e., .Pp .Dl \'so /usr/lib/tmac.s .Pp A sample usage of -.Nm soelim +.Nm would be .Pp .Bd -literal -offset indent -compact @@ -82,7 +82,7 @@ soelim exum?.n \&| tbl \&| nroff \-ms \&| col \&| lpr .Xr colcrt 1 , .Xr more 1 .Sh BUGS -The format of the source commands must involve no strangeness \- +The format of the source commands must involve no strangeness; exactly one blank must precede and no blanks follow the file name. .Sh HISTORY The |