2 .\" Copyright (c) 1992, Sun Microsystems, Inc.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License"). You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing. See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE. If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH SOELIM 1 "Sep 14, 1992"
8 soelim \- resolve and eliminate .so requests from nroff or troff input
12 \fBsoelim\fR [\fIfilename\fR]...
18 \fBsoelim\fR reads the specified files or the standard input and performs the
19 textual inclusion implied by the \fBnroff\fR(1) directives of the form:
23 \fB\&.so\fR \fIsomefile\fR
30 when they appear at the beginning of input lines.
33 This is useful as programs such as \fBtbl\fR(1) do not normally do this. It
34 allows the placement of individual tables in separate files to be run as a part
38 An argument consisting of \fB\(mi\fR is taken to be a file name corresponding
39 to the standard input.
42 Inclusion can be suppressed by using a single quote (\fB\&'\fR) instead of a
43 dot (\fB\&.\fR) that is,
47 ' so /usr/share/lib/tmac/tmac.s
54 \fBExample 1 \fRUsing the \fBsoelim\fR Command
57 The following is an example of the \fBsoelim\fR command:
62 \fBexample% soelim exum?.n | tbl | nroff\fR \fB-ms\fR \fB| col | lpr\fR
70 \fBmore\fR(1), \fBnroff\fR(1), \fBtbl\fR(1), \fBattributes\fR(5)