aboutsummaryrefslogtreecommitdiff
path: root/man/man1/doctype.1
blob: fb9d3b055159f839c6a77ce863b323da5c6bec80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
.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
.IM troff (1)
input file to deduce the appropriate text formatting command
and prints it on standard output.
.I Doctype
recognizes input for
.IM troff (1) ,
related preprocessors like
.IM eqn (1) ,
and the 
.IM ms (7)
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 \*9/bin/doctype
.SH SEE ALSO
.IR troff (1), 
.IR eqn (1), 
.IR tbl (1), 
.IR pic (1), 
.IM grap (1) ,
.IM ms (7) ,
.IM man (7)
.SH BUGS
In true A.I. style, its best guesses are inspired rather than accurate.