From a8df952cee1a9e4e21242052e03a4f06661afd0b Mon Sep 17 00:00:00 2001 From: Jason McIntyre Date: Thu, 31 May 2007 04:28:10 +0000 Subject: add missing colon to the $Mdocdate$ check; ok deraadt --- share/tmac/mdoc/doc-common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'share/tmac/mdoc') 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 \{\ -- cgit v1.2.3