diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 04:28:10 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-05-31 04:28:10 +0000 |
commit | a8df952cee1a9e4e21242052e03a4f06661afd0b (patch) | |
tree | 83c86ee2df9b2b12998a93c5de66505b91dd7aa3 /share | |
parent | 32c75e80dae0a13526d87e45a5d3a1d645b2113d (diff) |
add missing colon to the $Mdocdate$ check; ok deraadt
Diffstat (limited to 'share')
-rw-r--r-- | share/tmac/mdoc/doc-common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/tmac/mdoc/doc-common b/share/tmac/mdoc/doc-common index d5b5585e5d2..a6047909794 100644 --- a/share/tmac/mdoc/doc-common +++ b/share/tmac/mdoc/doc-common @@ -1,4 +1,4 @@ -.\" $OpenBSD: doc-common,v 1.52 2007/05/26 21:10:04 jmc Exp $ +.\" $OpenBSD: doc-common,v 1.53 2007/05/31 04:28:09 jmc Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -290,7 +290,7 @@ .de Dd .if !"\\*(dD"" .nr gX 1 .ie \\n(.$>0 \{\ -. ie "\\$1"$Mdocdate" \{\ +. ie "\\$1"$Mdocdate:" \{\ . ds dD \\$2 \\$3, \\$4 . \} . el \{\ |