Penguin
Annotated edit history of soelim(1) version 1 showing authors affecting page license. View with all changes included.
Rev Author # Line
1 perry 1 SOELIM
2 !!!SOELIM
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 SEE ALSO
8 ----
9 !!NAME
10
11
12 soelim - interpret .so requests in groff input
13 !!SYNOPSIS
14
15
16 __soelim__ [[ __-Cv__ ] [[ __-I__''dir'' ] [[
17 ''files''... ]
18
19
20 It is possible to have whitespace between the __-I__
21 command line option and its parameter.
22 !!DESCRIPTION
23
24
25 __soelim__ reads ''files'' and replaces lines of the
26 form
27
28
29 __.so__ ''file''
30
31
32 by the contents of ''file''. It is useful if files
33 included with __so__ need to be preprocessed. Normally,
34 __soelim__ should be invoked with the __-s__ option of
35 __groff__.
36
37
38 Note that there must be no whitespace between the leading
39 dot and the two characters `s' and `o'. Otherwise, only
40 __groff__ interprets the __.so__ request (and
41 __soelim__ ignores it).
42 !!OPTIONS
43
44
45 __-C__
46
47
48 Recognize __.so__ even when followed by a character other
49 than space or newline.
50
51
52 __-I__''dir''
53
54
55 This option may be used to specify a directory to search for
56 files (both those on the command line and those named in
57 __.so__ lines). The current directory is always searched
58 first. This option may be specified more than once, the
59 directories will be searched in the order specified. No
60 directory search is performed for files specified using an
61 absolute path.
62
63
64 __-v__
65
66
67 Print the version number.
68 !!SEE ALSO
69
70
71 groff(1)
72 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.