2014-11-22 01:22:03 +00:00
|
|
|
.\" Copyright (c) 2014 Baptiste Daroussin <bapt@FreeBSD.org>
|
|
|
|
.\" All rights reserved.
|
|
|
|
.\"
|
|
|
|
.\" Redistribution and use in source and binary forms, with or without
|
|
|
|
.\" modification, are permitted provided that the following conditions
|
|
|
|
.\" are met:
|
|
|
|
.\" 1. Redistributions of source code must retain the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer.
|
|
|
|
.\" 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
.\" notice, this list of conditions and the following disclaimer in the
|
|
|
|
.\" documentation and/or other materials provided with the distribution.
|
|
|
|
.\"
|
|
|
|
.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
.\" SUCH DAMAGE.
|
|
|
|
.\"
|
|
|
|
.\" $FreeBSD$
|
|
|
|
.\"
|
2015-11-07 01:58:23 +00:00
|
|
|
.Dd November 7, 2015
|
2015-05-01 20:08:25 +00:00
|
|
|
.Dt SOELIM 1
|
2014-11-22 01:22:03 +00:00
|
|
|
.Os
|
|
|
|
.Sh NAME
|
2015-05-01 20:08:25 +00:00
|
|
|
.Nm soelim
|
2015-05-21 08:28:48 +00:00
|
|
|
.Nd interpret .so requests in manpages
|
2014-11-22 01:22:03 +00:00
|
|
|
.Sh SYNOPSIS
|
|
|
|
.Nm
|
|
|
|
.Op Fl Crtv
|
|
|
|
.Op Fl I Ar dir
|
2015-11-07 01:58:23 +00:00
|
|
|
.Op Ar
|
2014-11-22 01:22:03 +00:00
|
|
|
.Sh DESCRIPTION
|
2015-11-07 01:58:23 +00:00
|
|
|
The
|
2014-11-22 01:22:03 +00:00
|
|
|
.Nm
|
2015-11-07 01:58:23 +00:00
|
|
|
utility
|
|
|
|
reads the specified files or the standard input and performs the textual
|
|
|
|
inclusion implied by the
|
|
|
|
.Xr nroff 1
|
|
|
|
directives of the form:
|
2014-11-22 01:22:03 +00:00
|
|
|
.Pp
|
2015-11-07 01:58:23 +00:00
|
|
|
.Dl \&.so anotherfile
|
|
|
|
.Pp
|
|
|
|
If a line starts with:
|
2014-11-22 01:22:03 +00:00
|
|
|
.Dq .so anotherfile
|
2015-11-07 01:58:23 +00:00
|
|
|
it replaces the line by processing
|
2014-11-22 01:22:03 +00:00
|
|
|
.Dq anotherfile .
|
|
|
|
Otherwise the line is printed to stdout.
|
|
|
|
.Bl -tag -width "-I dir"
|
|
|
|
.It Fl C
|
2015-05-01 23:54:09 +00:00
|
|
|
Recognise
|
|
|
|
.Em .so
|
2015-11-07 01:58:23 +00:00
|
|
|
when it is not followed by a space character.
|
2014-11-22 01:22:03 +00:00
|
|
|
.It Fl r
|
2015-11-07 01:58:23 +00:00
|
|
|
Compatibility with groff's
|
2014-11-22 01:22:03 +00:00
|
|
|
.Xr soelim 1
|
|
|
|
(does nothing).
|
|
|
|
.It Fl t
|
2015-11-07 01:58:23 +00:00
|
|
|
Compatibility with groff's
|
2014-11-22 01:22:03 +00:00
|
|
|
.Xr soelim 1
|
|
|
|
(does nothing).
|
|
|
|
.It Fl v
|
2015-11-07 01:58:23 +00:00
|
|
|
Compatibility with groff's
|
2014-11-22 01:22:03 +00:00
|
|
|
.Xr soelim 1
|
|
|
|
(does nothing).
|
|
|
|
.It Fl I Ar dir
|
2015-11-07 01:58:23 +00:00
|
|
|
This option specifies directories where
|
2014-11-22 01:22:03 +00:00
|
|
|
.Nm
|
2014-12-29 13:50:59 +00:00
|
|
|
searches for files (both those on the command line and those named in
|
2014-11-22 01:22:03 +00:00
|
|
|
.Dq .so
|
|
|
|
directive.)
|
2015-11-07 01:58:23 +00:00
|
|
|
This option may be specified multiple times.
|
|
|
|
The directories will be searched in the order specified.
|
2014-11-22 01:22:03 +00:00
|
|
|
.El
|
|
|
|
.Pp
|
|
|
|
The files are always searched first in the current directory.
|
|
|
|
.Pp
|
|
|
|
A file specified with an absolute path will be opened directly without
|
|
|
|
performing a search.
|
|
|
|
.Sh SEE ALSO
|
2015-05-21 08:28:48 +00:00
|
|
|
.Xr mandoc 1
|
|
|
|
.Sh AUTHORS
|
|
|
|
This version of the
|
|
|
|
.Nm
|
|
|
|
utility was written by
|
|
|
|
.An Baptiste Daroussin Aq Mt bapt@freebsd.org .
|