ref: e6b32a880a72d73e0041926fee6c8fe9d0ff6ce2
dir: /sys/man/1/doctype/
.TH DOCTYPE 1
.SH NAME
doctype \- intuit command line for formatting a document
.SH SYNOPSIS
.B doctype
[
.B -n
]
[
.B -T
.I dev
]
[
.I file
]
\&...
.SH DESCRIPTION
.I Doctype
examines a
.IR troff (1)
input file to deduce the appropriate text formatting command
and prints it on standard output.
.I Doctype
recognizes input for
.IR troff (1),
related preprocessors like
.IR eqn (1),
and the
.IR ms (6)
and
.I mm
macro packages.
.PP
Option
.B -n
invokes
.I nroff
instead of
.IR troff .
The
.B -T
option is passed to
.IR troff .
.SH EXAMPLES
.TP
.L
eval `{doctype chapter.?} | lp
Typeset files named
.BR chapter.0 ,
.BR chapter.1 ,
\&...
.SH SOURCE
.B /rc/bin/doctype
.SH SEE ALSO
.IR troff (1),
.IR eqn (1),
.IR tbl (1),
.IR pic (1),
.IR grap (1),
.IR ms (6),
.IR man (6)
.SH BUGS
In true A.I. style, its best guesses are inspired rather than accurate.