summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2004-02-24 21:21:45 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2004-02-24 21:21:45 +0000
commitbfb169d07fee20a3444af8c5040902105d60c553 (patch)
tree857ca629af99ecacc4673e892762cef6c47e9369
parent5a75e98a9d09a385535ffa4aab76ea0da66e8d27 (diff)
sync FILES and SEE ALSO w/ mdoc.samples(7);
-rw-r--r--share/man/man7/mdoc.722
1 files changed, 14 insertions, 8 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7
index f6555408720..4225072bbd8 100644
--- a/share/man/man7/mdoc.7
+++ b/share/man/man7/mdoc.7
@@ -1,4 +1,4 @@
-.\" $OpenBSD: mdoc.7,v 1.32 2004/02/20 10:34:41 jmc Exp $
+.\" $OpenBSD: mdoc.7,v 1.33 2004/02/24 21:21:44 jmc Exp $
.\"
.\" Copyright (c) 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -414,21 +414,27 @@ would exceed the
.Xr troff 1
limitation of nine arguments.
.Sh FILES
-.Bl -tag -width "tmac.doc-ditroff" -compact
+.Bl -tag -width "/usr/share/misc/mdoc.template" -compact
.It Pa tmac.doc
-manual and general text domain macros
+manual macro package
.It Pa tmac.doc-common
common structural macros and definitions
-.It Pa tmac.doc-nroff
-site dependent
-.Xr nroff 1
-style file
.It Pa tmac.doc-ditroff
site dependent
.Xr troff 1
style file
+.It Pa tmac.doc-nroff
+site dependent
+.Xr nroff 1
+style file
.It Pa tmac.doc-syms
-special defines (such as the standards macro)
+special defines
+.It Pa /usr/share/misc/mdoc.template
+template for writing a man page
.El
.Sh SEE ALSO
+.Xr groff 1 ,
+.Xr man 1 ,
+.Xr nroff 1 ,
+.Xr troff 1 ,
.Xr mdoc.samples 7