1SOELIM(1) BSD General Commands Manual SOELIM(1)
2
4 soelim — interpret .so requests in manpages
5
7 soelim [-Crtv] [-I dir] [files ...]
8
10 soelim reads files lines by lines.
11
12 If a line starts by: “.so anotherfile” it replace the line by processing
13 “anotherfile”. Otherwise the line is printed to stdout.
14
15 -C Recognise .so when not followed by a space character.
16
17 -r Compatibility with GNU groff's soelim (does nothing).
18
19 -t Compatibility with GNU groff's soelim (does nothing).
20
21 -v Compatibility with GNU groff's soelim (does nothing).
22
23 -I dir This option specify directories where soelim searches for files
24 (both those on the command line and those named in “.so” direc‐
25 tive.) This options may be specified multiple times. The direc‐
26 tories will be searched in the order specified.
27
28 The files are always searched first in the current directory.
29
30 A file specified with an absolute path will be opened directly without
31 performing a search.
32
34 mandoc(1)
35
37 This version of the soelim utility was written by Baptiste Daroussin
38 <bapt@freebsd.org>.
39
40BSD June 20, 2019 BSD