need to change iphlen earlier; icmp_error needs original ip_len; cleanups
[unix-history] / usr / src / usr.bin / soelim / soelim.1
CommitLineData
297a0a40
KB
1.\" Copyright (c) 1980 The Regents of the University of California.
2.\" All rights reserved.
181875c3 3.\"
297a0a40
KB
4.\" Redistribution and use in source and binary forms are permitted
5.\" provided that the above copyright notice and this paragraph are
6.\" duplicated in all such forms and that any documentation,
7.\" advertising materials, and other materials related to such
8.\" distribution and use acknowledge that the software was developed
9.\" by the University of California, Berkeley. The name of the
10.\" University may not be used to endorse or promote products derived
11.\" from this software without specific prior written permission.
12.\" THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
13.\" IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
14.\" WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
15.\"
daacd5f0 16.\" @(#)soelim.1 6.4 (Berkeley) %G%
181875c3 17.\"
9ac797f4
KM
18.TH SOELIM 1 ""
19.UC
181875c3
KM
20.SH NAME
21soelim \- eliminate \&.so's from nroff input
22.SH SYNOPSIS
23.B soelim
24[
25file ...
26]
27.SH DESCRIPTION
28.I Soelim
29reads the specified files or the standard input and performs the textual
30inclusion implied by the
31.I nroff
32directives of the form
33.PP
34.DT
35 \&.so somefile
36.PP
37when they appear at the beginning of input lines.
38This is useful since programs such as
39.I tbl
f0a4317e 40do not normally do this; it allows the placement of individual tables
181875c3
KM
41in separate files to be run as a part of a large document.
42.PP
f0a4317e
KM
43An argument consisting of a single minus
44.RB ( \- )
45is taken to be
46a file name corresponding to the standard input.
47.PP
48Note that inclusion can be suppressed by using `\'' instead of `\.', i.e.
181875c3
KM
49.PP
50.DT
51 \'so /usr/lib/tmac.s
52.PP
53A sample usage of
54.I soelim
55would be
56.PP
57 soelim exum?.n | tbl | nroff \-ms | col | lpr
58.SH SEE\ ALSO
59colcrt(1), more(1)
181875c3
KM
60.SH BUGS
61The format of the source commands must involve no strangeness \-
f0a4317e 62exactly one blank must precede and no blanks follow the file name.