diff options
author | 2004-02-24 21:21:44 +0000 | |
---|---|---|
committer | 2004-02-24 21:21:44 +0000 | |
commit | 54dbd6527cfa1702beebdfe29dc909d43bacd918 (patch) | |
tree | 0c48e4b9a07aba58f217666896201a2ec85cd914 /share/man/man7/mdoc.7 | |
parent | Test for error with 'source-track global'/'max-src-nodes' combo. (diff) | |
download | wireguard-openbsd-54dbd6527cfa1702beebdfe29dc909d43bacd918.tar.xz wireguard-openbsd-54dbd6527cfa1702beebdfe29dc909d43bacd918.zip |
sync FILES and SEE ALSO w/ mdoc.samples(7);
Diffstat (limited to 'share/man/man7/mdoc.7')
-rw-r--r-- | share/man/man7/mdoc.7 | 22 |
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 |