4.4BSD/usr/src/old/roff/nroff/nroff.1

Compare this file to the similar file:
Show the results in this format:

.\" Copyright (c) 1983, 1990 The Regents of the University of California.
.\" All rights reserved.
.\"
.\" This module is believed to contain source code proprietary to AT&T.
.\" Use and redistribution is subject to the Berkeley Software License
.\" Agreement and your Software Agreement with AT&T (Western Electric).
.\"
.\"	@(#)nroff.1	6.8 (Berkeley) 8/9/91
.\"
.Dd August 9, 1991
.Dt NROFF 1
.Os BSD 4.2
.Sh NAME
.Nm nroff
.Nd text formatting
.Sh SYNOPSIS
.Nm nroff
.Op option
.Ar ...
.Op file
.Ar ...
.Sh DESCRIPTION
.Nm Nroff
formats text in the named
.Ar files
for typewriter-like devices.  See also
.Xr troff 1  .
The full capabilities of
.Nm nroff
are described in the
.%T "Nroff/Troff User's Manual" .
.Pp
If no
.Ar file
argument is present, the standard input is read.
An argument consisting of a single minus
.Fl
is taken to be a file name corresponding to the standard input.
.Pp
The options, which may appear in any order so long as they appear
.Ar before
the files, are:
.Bl -tag -width indent
.It Fl o Ns Ar list 
Print only pages whose page numbers appear in the comma-separated
.Ar list
of numbers and ranges.  A range
.Ar N\-M
means pages
.Ar N
through
.Ar M  ;
an initial
.Ar \-N
means from the beginning to page
.Ar N  ;
and a final
.Ar N\-
means from
.Ar N
to the end.
.It Fl n Ns Ar N 
Number first generated page
.Ar N  .
.It Fl s Ns Ar N 
Stop every
.Ar N
pages.
.Nm Nroff
will halt prior to every
.Ar N
pages (default
.Ar N Ns =1) 
to allow paper loading or changing, and will resume upon receipt of a newline.
.It Fl m Ns Ar name 
Prepend the macro file
.Pa /usr/share/tmac/tmac.name
to the input
.Ar files  .
.It Fl r Ns Ar aN 
Set register
.Ar a
(one-character) to
.Ar N  .
.It Fl i
Read standard input after the input files are exhausted.
.It Fl q
Invoke the simultaneous input-output mode of the
.Ar rd
request.
.It Fl T Ns Ar name 
Prepare output for specified terminal.  Known
.Ar names
are:
.Pp
.Bl -tag -width xeroxxx -compact
.It Cm 37
for the Teletype Corporation Model 37 terminal,
.It Cm crt
the default; linked to lpr and tn300, for the GE TermiNet 300 (or any
terminal without reverse-line or half-line capability),
.It Cm 300
for the DTC 300,
.It Cm 302
for the DTC 302S and the DTC 300S,
.It Cm 382
for the DTC 382,
.It Cm 450
for the DTC 450 and the IPSI 1622,
.It Cm 833
for the AJ 832/833,
.It Cm epson
for the Epson FX80,
.It Cm itoh
for the C:ITOH Prowriter
.It Cm nec
for the NEC-55?0/77?0 Spinwriter, with the Courier-72/Manifold
thimble,
.It Cm nec-t
for the NEC-55?0/77?0 Spinwriter, with the Tech-Math/Times-Roman
thimble,
.It Cm nec25-t
for the NEC-5525/7725 Spinwriter, with the Tech-Math/Times-Roman
thimble,
.It Cm qume
for the Qume Sprint 5 or 9,
.It Cm x-ecs
for the Xerox/Diablo 1730/630, extended character set,
.It Cm xerox
for the Xerox 17?0 or the Diablo 16?0.
Most of these also have versions for 12 pitch.
See
.Pa /usr/libdata/term/README
for more information.
.El
.It Fl e
Produce equally-spaced words in adjusted lines, using full terminal resolution.
.It Fl h
Use output tabs during horizontal spacing
to speed output and reduce output character count.
Tab settings are assumed to be every 8 nominal character widths.
.El
.Sh FILES
.Bl -tag -width /usr/share/tmac/tmac.* -compact
.It Pa /tmp/ta*
Temporary file.
.It Pa /usr/share/tmac/tmac.*
Standard macro files
.It Pa /usr/libdata/term/*
Terminal driving tables for
.Nm nroff .
.El
.Sh SEE ALSO
.Xr troff 1 ,
.Xr eqn 1 ,
.Xr tbl 1 ,
.Xr ms 7 ,
.Xr me 7 ,
.Xr man 7 ,
.Xr col 1
.Rs
.%A J. F. Ossanna
.%T "Nroff/Troff user's manual"
.Re
.Rs
.%A B. W. Kernighan
.%T A TROFF Tutorial
.Re
.Sh HISTORY
An
.Nm nroff
command appeared in
.At v6 .
The version described here appeared in
.At v7 .