diff options
author | 2007-05-30 13:26:12 +0000 | |
---|---|---|
committer | 2007-05-30 13:26:12 +0000 | |
commit | 85876d6f35fc2bd115a0c9b92fbd7bfd44449151 (patch) | |
tree | 3b214d3369b874b079ba5c9f4c97ac5f140349e4 | |
parent | avoid setting partial directly when we can, use inheritance instead. (diff) | |
download | wireguard-openbsd-85876d6f35fc2bd115a0c9b92fbd7bfd44449151.tar.xz wireguard-openbsd-85876d6f35fc2bd115a0c9b92fbd7bfd44449151.zip |
document \&$Mdocdate$; prodded by xsa
-rw-r--r-- | usr.bin/rcs/rcs.1 | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index dd7a43a34ad..7e3679f3973 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.51 2007/04/23 15:15:27 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.52 2007/05/30 13:26:12 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -286,6 +286,12 @@ of the RCS file. The log message supplied during commit, preceded by a header containing the RCS filename, the revision number, the author, and the date (UTC). +.It $\Mdocdate$ +Produce a date of the form month name, day number, and year, +suitable for the +.Xr mdoc 7 +.Dq \&Dd +macro. .It $\&Name$ The tag name used to check out the file. .It $\&RCSfile$ |