summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/soelim.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/soelim.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/soelim.1')
-rw-r--r--static/unix-v10/man1/soelim.146
1 files changed, 46 insertions, 0 deletions
diff --git a/static/unix-v10/man1/soelim.1 b/static/unix-v10/man1/soelim.1
new file mode 100644
index 00000000..d06685cf
--- /dev/null
+++ b/static/unix-v10/man1/soelim.1
@@ -0,0 +1,46 @@
+.TH SOELIM 1 2/24/79
+.UC
+.SH NAME
+soelim \- eliminate \&.so's from nroff input
+.SH SYNOPSIS
+.B soelim
+[
+.I file ...
+]
+.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
+`\'' instead of `\.', i.e.
+.PP
+.DT
+ \'so /usr/lib/tmac.s
+.PP
+A sample usage of
+.I soelim
+would be
+.PP
+ soelim exum?.n | tbl | nroff \-ms | col | lpr
+.SH SEE\ ALSO
+.IR colcrt (1),
+.IR more (1)
+.SH AUTHOR
+William Joy
+.SH BUGS
+The format of the source commands must involve no strangeness \-
+exactly one
+blank must precede and no blanks follow the file name.