]> xenbits.xensource.com Git - people/liuw/freebsd.git/commitdiff
Improve soelim(1) manpages
authorbapt <bapt@FreeBSD.org>
Sat, 7 Nov 2015 01:58:23 +0000 (01:58 +0000)
committerbapt <bapt@FreeBSD.org>
Sat, 7 Nov 2015 01:58:23 +0000 (01:58 +0000)
Submitted by: Sascha Wildner <saw@online.de>

usr.bin/soelim/soelim.1

index 57e86141c00178987ee08a951d184231a8325c5f..1f4e5a833516b3bd685a9ecd69059eef4e617fc0 100644 (file)
@@ -24,7 +24,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd May 1, 2015
+.Dd November 7, 2015
 .Dt SOELIM 1
 .Os
 .Sh NAME
 .Nm
 .Op Fl Crtv
 .Op Fl I Ar dir
-.Op Ar files ...
+.Op Ar
 .Sh DESCRIPTION
+The
 .Nm
-reads
-.Ar files
-lines by lines.
+utility
+reads the specified files or the standard input and performs the textual
+inclusion implied by the
+.Xr nroff 1
+directives of the form:
 .Pp
-If a line starts by:
+.Dl \&.so anotherfile
+.Pp
+If a line starts with:
 .Dq .so anotherfile
-it replace the line by processing
+it replaces the line by processing
 .Dq anotherfile .
 Otherwise the line is printed to stdout.
 .Bl -tag -width "-I dir"
 .It Fl C
 Recognise
 .Em .so
-when not followed by a space character.
+when it is not followed by a space character.
 .It Fl r
-Compatibility with GNU groff's
+Compatibility with groff's
 .Xr soelim 1
 (does nothing).
 .It Fl t
-Compatibility with GNU groff's
+Compatibility with groff's
 .Xr soelim 1
 (does nothing).
 .It Fl v
-Compatibility with GNU groff's
+Compatibility with groff's
 .Xr soelim 1
 (does nothing).
 .It Fl I Ar dir
-This option specify directories where
+This option specifies directories where
 .Nm
 searches for files (both those on the command line and those named in
 .Dq .so
 directive.)
-This options may be specified multiple times. The directories will be searched
-in the order specified.
+This option may be specified multiple times.
+The directories will be searched in the order specified.
 .El
 .Pp
 The files are always searched first in the current directory.