summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/docgen.1
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-26 16:38:00 -0400
commit97d5c458cfa039d857301e1ca7d5af3beb37131d (patch)
treeb460cd850d0537eb71806ba30358840377b27688 /static/unix-v10/man1/docgen.1
parentb89dc2331a50c63f8b33272a5c4c61ab98abdaa3 (diff)
build: Better Build System
Diffstat (limited to 'static/unix-v10/man1/docgen.1')
-rw-r--r--static/unix-v10/man1/docgen.168
1 files changed, 68 insertions, 0 deletions
diff --git a/static/unix-v10/man1/docgen.1 b/static/unix-v10/man1/docgen.1
new file mode 100644
index 00000000..4036ea71
--- /dev/null
+++ b/static/unix-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.