diff options
Diffstat (limited to 'soelim/soelim.1.in')
-rw-r--r-- | soelim/soelim.1.in | 74 |
1 files changed, 74 insertions, 0 deletions
diff --git a/soelim/soelim.1.in b/soelim/soelim.1.in new file mode 100644 index 000000000000..2fca5ec40b55 --- /dev/null +++ b/soelim/soelim.1.in @@ -0,0 +1,74 @@ +.\" +.\" Sccsid @(#)soelim.1b 1.2 (gritter) 8/13/05 +.\" Derived from 3BSD soelim(1) 2/24/79: +.\" Copyright (c) 1980, 1993 +.\" The Regents of the University of California. All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. All advertising materials mentioning features or use of this software +.\" must display the following acknowedgement: +.\" This product includes software developed by the University of +.\" California, Berkeley and its contributors. +.\" 4. Neither the name of the University nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.TH SOELIM 1 "8/13/05" "Heirloom Documentation Tools" "BSD System Compatibility" +.SH NAME +soelim \- eliminate \&.so's from nroff input +.SH SYNOPSIS +\fBsoelim\fR [\fIfile\fR] ... +.SH DESCRIPTION +.I Soelim +reads the specified files or the standard input and performs the textual +inclusion implied by the +.I nroff +directives of the form +.PP +.DT + \&.so somefile +.PP +when they appear at the beginning of input lines. +This is useful since programs such as +.I tbl +do not normally do this; +it allows the placement of individual tables +in separate files to be run as a part of a large document. +.PP +Note that inclusion can be suppressed by using +\(oq\(aq\(cq instead of \(oq.\(cq, i.e. +.PP +.DT + \(aqso /usr/ucblib/doctools/tmac/s +.PP +A sample usage of +.I soelim +would be +.PP + soelim exum?.n | tbl | nroff \-ms | col | lp +.SH SEE\ ALSO +more(1) +.SH NOTES +The format of the source commands must involve no strangeness \- +exactly one +blank must precede and no blanks follow the file name. +.sp +Written by William Joy. |