DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦e8f8c4fa8⟧ TextFile

    Length: 1000 (0x3e8)
    Types: TextFile
    Notes: UNIX file
    Names: »soelim.1«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man1/soelim.1« 

TextFile

.ig
	@(#)soelim.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH SOELIM 1
.UC
.SH NAME
soelim \- eliminate \&.so's from nroff input
.SH SYNOPSIS
.B soelim
[
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
colcrt(1), 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.