Improve soelim(1) manpages

Submitted by:	Sascha Wildner <saw@online.de>
This commit is contained in:
Baptiste Daroussin 2015-11-07 01:58:23 +00:00
parent 457e3a6875
commit 2d32cdcdd9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290478

View File

@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
.Dd May 1, 2015
.Dd November 7, 2015
.Dt SOELIM 1
.Os
.Sh NAME
@ -34,43 +34,48 @@
.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.