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

⟦6a2ae0557⟧ TextFile

    Length: 1233 (0x4d1)
    Types: TextFile
    Notes: UNIX file
    Names: »deroff.1«

Derivation

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

TextFile

.ig
	@(#)deroff.1	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH DEROFF 1
.SH NAME
deroff \- remove nroff, troff, tbl and eqn constructs
.SH SYNOPSIS
.B deroff
[
.B \-w
]
file ...
.SH DESCRIPTION
.I Deroff
reads each file in sequence
and removes all
.I nroff
and
.I troff
command lines, backslash constructions, macro definitions,
.I eqn
constructs
(between `.EQ' and `.EN' lines or between 
delimiters),
and table descriptions
and writes the remainder on the standard output.
.I Deroff
follows chains of included files
(`.so' and `.nx' commands);
if a file has already been included, a `.so' is ignored and a `.nx' terminates execution.
If no input file is given,
.I deroff
reads from the standard input file.
.PP
If the
.B \-w
flag is given, the output is a word list, one `word' (string of letters, digits, and apostrophes,
beginning with a letter; apostrophes are removed) per line, and all other characters ignored.
Otherwise, the output follows the original, with the deletions mentioned above.
.SH "SEE ALSO"
troff(1), eqn(1), tbl(1)
.SH BUGS
.I Deroff
is not a complete
.I troff
interpreter,
so it can be confused by subtle constructs.
Most errors result in too much rather than too little output.