1SOELIM(1) General Commands Manual SOELIM(1)
2
3
4
6 soelim - interpret .so requests in groff input
7
9 soelim [ -Cv ] [ -Idir ] [ files... ]
10
11 It is possible to have whitespace between the -I command line option
12 and its parameter.
13
15 soelim reads files and replaces lines of the form
16
17 .so file
18
19 by the contents of file. It is useful if files included with so need
20 to be preprocessed. Normally, soelim should be invoked with the -s
21 option of groff.
22
23 Note that there must be no whitespace between the leading dot and the
24 two characters `s' and `o'. Otherwise, only groff interprets the .so
25 request (and soelim ignores it).
26
28 -C Recognize .so even when followed by a character other than space
29 or newline.
30
31 -Idir This option may be used to specify a directory to search for
32 files (both those on the command line and those named in .so
33 lines). The current directory is always searched first. This
34 option may be specified more than once, the directories will be
35 searched in the order specified. No directory search is per‐
36 formed for files specified using an absolute path.
37
38 -v Print the version number.
39
41 groff(1)
42
43
44
45Groff Version 1.18.1.4 27 June 2001 SOELIM(1)