logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

soelim — interpret .so requests in manpages

Authors

       This version of the soelim utility was written by Baptiste Daroussin <bapt@freebsd.org>.

Debian                                            July 4, 2017                                         SOELIM(1)

Description

soelim reads files lines by lines.

       If  a  line  starts by: “.so anotherfile” it replace the line by processing “anotherfile”.  Otherwise the
       line is printed to stdout.

       -C      Recognise .so when not followed by a space character.

       -r      Compatibility with GNU groff's soelim (does nothing).

       -t      Compatibility with GNU groff's soelim (does nothing).

       -v      Compatibility with GNU groff's soelim (does nothing).

       -Idir  This option specify directories where soelim searches for files (both those on the  command  line
               and  those  named  in  “.so”  directive.)   This  options  may  be specified multiple times.  The
               directories will be searched in the order specified.

       The files are always searched first in the current directory.

       A file specified with an absolute path will be opened directly without performing a search.

Name

       soelim — interpret .so requests in manpages

See Also

mandoc(1)

Synopsis

soelim [-Crtv] [-Idir] [files...]

See Also