summaryrefslogtreecommitdiffstats
path: root/contrib/groff/tmac
diff options
context:
space:
mode:
authorwollman <wollman@FreeBSD.org>1996-12-18 17:43:24 +0000
committerwollman <wollman@FreeBSD.org>1996-12-18 17:43:24 +0000
commitf7bf6b94e560dcf162b40e8351d98ff5388976b3 (patch)
tree8cb6b2b0b0fd176210865ad8c4267f5caa6566b6 /contrib/groff/tmac
parentd3bf3fa350ce0020528a363dae2db0be486a82bf (diff)
downloadFreeBSD-src-f7bf6b94e560dcf162b40e8351d98ff5388976b3.zip
FreeBSD-src-f7bf6b94e560dcf162b40e8351d98ff5388976b3.tar.gz
Teach mdoc macros to recognize section 9 and the i386 architecture.
Diffstat (limited to 'contrib/groff/tmac')
-rw-r--r--contrib/groff/tmac/doc-common4
1 files changed, 3 insertions, 1 deletions
diff --git a/contrib/groff/tmac/doc-common b/contrib/groff/tmac/doc-common
index f3ba84f..983f20f 100644
--- a/contrib/groff/tmac/doc-common
+++ b/contrib/groff/tmac/doc-common
@@ -156,10 +156,11 @@
.if !"\\$2"" \{\
. ds cH \\$2
.\" . if "\\$3"" \{\
-. if \\$2>=1 .if \\$2<=8 \{\
+. if \\$2>=1 .if \\$2<=9 \{\
. ds vT FreeBSD Reference Manual
. if \\$2>1 .if \\$2<6 .ds vT FreeBSD Programmer's Manual
. if "\\$2"8" .ds vT FreeBSD System Manager's Manual
+. if "\\$2"9" .ds vT FreeBSD Kernel Developer's Manual
. nr sN \\$2
. \}
. if "\\$2"unass" .ds vT DRAFT
@@ -182,6 +183,7 @@
. if "\\$3"tahoe" .as vT \ (Tahoe Architecture)
. if "\\$3"vax" .as vT \ (VAX Architecture)
. if "\\$3"hp300" .as vT \ (HP300 Architecture)
+. if "\\$3"i386" .as vT \ (i386 Architecture)
. if "\\*(vT"LOCAL" .ds vT \\$3
.\}
..
OpenPOWER on IntegriCloud