diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 22:10:20 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 22:10:20 +0000 |
commit | 1acac5c0eb9c0de374aec9b4c221c7d01c640b13 (patch) | |
tree | bc08470c2ded7a4c7b823ab0521fea638b56a686 /share/misc | |
parent | 46b68fc381c10b39c055d8b72c0d669bb8f3a371 (diff) |
document new .Dd format;
Diffstat (limited to 'share/misc')
-rw-r--r-- | share/misc/mdoc.template | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/misc/mdoc.template b/share/misc/mdoc.template index fb54ac66e26..05abf74ebc9 100644 --- a/share/misc/mdoc.template +++ b/share/misc/mdoc.template @@ -1,7 +1,9 @@ -.\" $OpenBSD: mdoc.template,v 1.9 2004/07/02 10:36:57 jmc Exp $ +.\" $OpenBSD: mdoc.template,v 1.10 2007/05/31 22:10:19 jmc Exp $ .\" .\" The following requests are required for all man pages. -.Dd Month DD, YYYY +.\" +.\" Remove `\&' from the line below. +.Dd $\&Mdocdate$ .Dt NAME SECTION# .Os .Sh NAME |