diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 21:56:04 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 21:56:04 +0000 |
commit | 3ce0f5df0b0b4d70142f26a08d04c5348bc377a3 (patch) | |
tree | 94ee48151b0ae32c7488c29ef525de78807c57f4 /usr.bin/rcs | |
parent | 4f74b7ccc1b78de85415bc9761898fb3ca5610eb (diff) |
missing `&';
Diffstat (limited to 'usr.bin/rcs')
-rw-r--r-- | usr.bin/rcs/rcs.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/rcs/rcs.1 b/usr.bin/rcs/rcs.1 index 02548dd004d..6fdbcc92b7c 100644 --- a/usr.bin/rcs/rcs.1 +++ b/usr.bin/rcs/rcs.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rcs.1,v 1.53 2007/05/31 19:20:15 jmc Exp $ +.\" $OpenBSD: rcs.1,v 1.54 2007/05/31 21:56:03 jmc Exp $ .\" .\" Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> .\" Copyright (c) 2005 Xavier Santolaria <xsa@openbsd.org> @@ -286,7 +286,7 @@ 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$ +.It $\&Mdocdate$ Produce a date of the form month name, day number, and year, suitable for the .Xr mdoc 7 |