From 711594636704defae873be1a355a292505585afd Mon Sep 17 00:00:00 2001 From: Jacob McDonnell Date: Sat, 25 Apr 2026 21:07:28 -0400 Subject: docs: Added UNIX V10 Manuals --- static/v10/man1/doctype.1 | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 static/v10/man1/doctype.1 (limited to 'static/v10/man1/doctype.1') diff --git a/static/v10/man1/doctype.1 b/static/v10/man1/doctype.1 new file mode 100644 index 00000000..d33ab684 --- /dev/null +++ b/static/v10/man1/doctype.1 @@ -0,0 +1,53 @@ +.TH DOCTYPE 1 +.CT 1 writing_troff +.SH NAME +doctype \- guess command line for formatting a document +.SH SYNOPSIS +.B doctype +[ +.I option ... +] [ +.I file +] +... +.SH DESCRIPTION +.I Doctype +guesses and prints on the standard output the command line for printing +a document that uses +.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 +.I troff. +Other options are passed to +.I troff. +.SH EXAMPLES +.TP +.L +eval `doctype chapter.?` | apsend +Typeset files named chapter.0, chapter.1, ... +.SH SEE ALSO +.IR troff (1), +.IR eqn (1), +.IR tbl (1), +.IR refer (1), +.IR prefer (1), +.IR pic (1), +.IR ideal (1), +.IR grap (1), +.IR ped (9.1), +.IR mcs (6), +.IR ms (6), +.IR man (6) +.SH BUGS +It's pretty dumb about guessing the proper macro package. -- cgit v1.2.3