BSD 2 development
[unix-history] / man / soelim.u
CommitLineData
c413a71a
BJ
1.TH SOELIM UCB 2/24/79 UCB
2.SH NAME
3soelim \- eliminate source directives from a
4.I nroff
5or
6.I troff
7stream
8.SH SYNOPSIS
9.B soelim
10[
11file ...
12]
13.SH DESCRIPTION
14.I Soelim
15reads the specified files or the standard input and performs the textual
16inclusion implied by the
17.I nroff
18directives of the form
19.PP
20.DT
21 \&.so somefile
22.PP
23when they appear at the beginning of input lines.
24This is useful since programs such as
25.I tbl
26do not normally do this;
27it allows the placement of individual tables
28in separate files to be run as a part of a large document.
29.PP
30Note that inclusion can be suppressed by using
31`\'' instead of `\.', i.e.
32.PP
33.DT
34 \'so /usr/lib/tmac.s
35.PP
36A sample usage of
37.I soelim
38would be
39.PP
40 soelim exum?.n | tbl | nroff -ms | collpr
41.SH SEE\ ALSO
42colcrt(UCB), cr3(UCB)
43.SH AUTHOR
44William Joy
45.SH BUGS
46The format of the source commands must involve no strangeness \-
47exactly one
48blank must precede and no blanks follow the file name.