summaryrefslogtreecommitdiff
path: root/tmac/groff_mdoc.man
diff options
context:
space:
mode:
Diffstat (limited to 'tmac/groff_mdoc.man')
-rw-r--r--tmac/groff_mdoc.man29
1 files changed, 14 insertions, 15 deletions
diff --git a/tmac/groff_mdoc.man b/tmac/groff_mdoc.man
index e89dc018..4ed33d42 100644
--- a/tmac/groff_mdoc.man
+++ b/tmac/groff_mdoc.man
@@ -33,9 +33,9 @@
.\"
.\" @(#)mdoc.7 8.2 (Berkeley) 12/30/93
.\"
-.Dd November 24, 1997
-.Os
-.Dt MDOC 7
+.Dd @MDATE@
+.Os "Groff Version @VERSION@"
+.Dt MDOC @MAN7EXT@
.Sh NAME
.Nm mdoc
.Nd quick reference guide for the
@@ -56,7 +56,7 @@ The macro names and their meanings are
listed below for quick reference; for
a detailed explanation on using the package,
see the tutorial sampler
-.Xr mdoc.samples 7 .
+.Xr mdoc.samples @MAN7EXT@ .
.Pp
The macros are described in two groups, the first
includes the structural and physical page layout macros.
@@ -397,26 +397,25 @@ The extended list macros are used when the number of macro arguments
would exceed the
.Xr troff
limitation of nine arguments.
-.Sh CONFIGURATION
-For site specific configuration of the macro package,
-see the file
-.Pa /usr/src/share/tmac/README .
.Sh FILES
-.Bl -tag -width "tmac.doc-ditroff" -compact
-.It Pa tmac.doc
+.Bl -tag -width "mdoc/doc-ditroff" -compact
+.It Pa mdoc.tmac
+Wrapper file for
+.Pa doc.tmac .
+.It Pa doc.tmac
Manual and general text domain macros.
-.It Pa tmac.doc-common
+.It Pa mdoc/doc-common
Common structural macros and definitions.
-.It Pa tmac.doc-nroff
+.It Pa mdoc/doc-nroff
Site dependent
.Xr nroff
style file.
-.It Pa tmac.doc-ditroff
+.It Pa mdoc/doc-ditroff
Site dependent
.Xr troff
style file.
-.It Pa tmac.doc-syms
+.It Pa mdoc/doc-syms
Special defines (such as the standards macro).
.El
.Sh SEE ALSO
-.Xr mdoc.samples 7
+.Xr groff_mdoc.samples @MAN7EXT@