svn commit: r195621 - head/contrib/netcat
Colin Percival
cperciva at FreeBSD.org
Sat Jul 11 17:35:56 UTC 2009
Author: cperciva
Date: Sat Jul 11 17:35:55 2009
New Revision: 195621
URL: http://svn.freebsd.org/changeset/base/195621
Log:
Fix .Dd value -- our mdoc macros don't know how to parse the $Mdocdate$
tag, so the file was being treated as having no date (i.e., the current
date was being inserted).
Approved by: re (kib)
Modified:
head/contrib/netcat/nc.1
Modified: head/contrib/netcat/nc.1
==============================================================================
--- head/contrib/netcat/nc.1 Sat Jul 11 16:02:06 2009 (r195620)
+++ head/contrib/netcat/nc.1 Sat Jul 11 17:35:55 2009 (r195621)
@@ -27,7 +27,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd $Mdocdate: May 6 2008 $
+.Dd May 6 2008
.Dt NC 1
.Os
.Sh NAME
More information about the svn-src-head
mailing list