diff options
| author | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
|---|---|---|
| committer | Jacob McDonnell <jacob@jacobmcdonnell.com> | 2026-04-25 21:07:28 -0400 |
| commit | 711594636704defae873be1a355a292505585afd (patch) | |
| tree | 59ee13f863830d8beba6cfd02bbe813dd486c26f /static/v10/man1/docgen.1 | |
| parent | 3258a063c1f189d7b019e40e525b46bef9b9a7b1 (diff) | |
docs: Added UNIX V10 Manuals
Diffstat (limited to 'static/v10/man1/docgen.1')
| -rw-r--r-- | static/v10/man1/docgen.1 | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/static/v10/man1/docgen.1 b/static/v10/man1/docgen.1 new file mode 100644 index 00000000..4036ea71 --- /dev/null +++ b/static/v10/man1/docgen.1 @@ -0,0 +1,68 @@ +.TH DOCGEN 1 +.CT 1 writing_aids +.SH NAME +docgen \- generate a document from a script +.SH SYNOPSIS +.B docgen +[ +.I option ... +] +[ +.I ofile +] +.SH DESCRIPTION +.I Docgen +guides interactive preparation of standard documents +according to canned scripts and +places the output in +.I ofile. +The output typically takes the form of +.IR troff (1) +input. +These options invoke standard scripts: +.TP +.B -mcs +(default) Bell Labs cover sheet; output (\c +.F temp.cover +by default) +may be typeset thus: +.L "troff temp.cover" +.TP +.B -ms +documents using the macro package +.IR ms (6); +output +.RF ( temp +by default) may be typeset thus: +.L "troff -ms temp" +.TP +.B -mm +similarly for the MM macro package of System V +.PP +Other options are: +.TP +.BI -f " file" +take script from +.I file +.TP +.B -v +(verbose) print document as it is generated +.TP +.B -d +(debug) print information about the script +as it is read +.PP +The reference tells how to construct scripts. +.SH FILES +.F /usr/lib/docgen/* +scripts +.br +.F temp.cover +.br +.F temp +.SH "SEE ALSO" +.IR troff (1), +.IR ms (6), +.IR mcs (6) +.SH BUGS +Not all document types are implemented. |
