diff options
author | 2007-05-31 22:10:19 +0000 | |
---|---|---|
committer | 2007-05-31 22:10:19 +0000 | |
commit | c6642645f33a9a4e9cbf58ba773bc28246d48b4b (patch) | |
tree | 64cb26a015b974bf98e8b2112fa46004c3a3a029 /share/man/man7/mdoc.7 | |
parent | further improvement of the bus space i/o. firmware loading, booting, (diff) | |
download | wireguard-openbsd-c6642645f33a9a4e9cbf58ba773bc28246d48b4b.tar.xz wireguard-openbsd-c6642645f33a9a4e9cbf58ba773bc28246d48b4b.zip |
document new .Dd format;
Diffstat (limited to 'share/man/man7/mdoc.7')
-rw-r--r-- | share/man/man7/mdoc.7 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/share/man/man7/mdoc.7 b/share/man/man7/mdoc.7 index ef895424763..c75367f1201 100644 --- a/share/man/man7/mdoc.7 +++ b/share/man/man7/mdoc.7 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mdoc.7,v 1.38 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: mdoc.7,v 1.39 2007/05/31 22:10:19 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -68,8 +68,9 @@ formatting packages. To create a valid manual page, these three macros, in this order, are required: .Bl -tag -width "xxxx.Os OPERATINGxSYSTEM [version/release]" -compact -.It Li "\&.Dd " Ar "Month day, year" -Document date. +.Pp +.It Li "\&.Dd $\&Mdocdate$" +Expands to document date. .It Li "\&.Dt " Ar "DOCUMENT_TITLE [section] [volume]" Title, in upper case. .It Li "\&.Os " Ar "OPERATING_SYSTEM [version/release]" |