summaryrefslogtreecommitdiffstats
path: root/banner
diff options
context:
space:
mode:
authorcgd <cgd@NetBSD.org>1997-05-29 01:48:05 +0000
committercgd <cgd@NetBSD.org>1997-05-29 01:48:05 +0000
commitc4dff0b969773573c08240aab3dda2d9d735dcb7 (patch)
tree56e52d370fb0e656f79083d47838a96a088a0e3e /banner
parent86ae41a82a0bd96a6280f62d7cf2a07b45835355 (diff)
downloadbsdgames-darwin-c4dff0b969773573c08240aab3dda2d9d735dcb7.tar.gz
bsdgames-darwin-c4dff0b969773573c08240aab3dda2d9d735dcb7.tar.zst
bsdgames-darwin-c4dff0b969773573c08240aab3dda2d9d735dcb7.zip
Fix broken uses of Dd. Both the mdoc and mdoc.samples pages agree:
.Dd is supposed to be invoked like: .Dd month day, year e.g. ".Dd January 25, 1989", rather than: .Dd "month day, year" which is what these pages did.
Diffstat (limited to 'banner')
-rw-r--r--banner/banner.64
1 files changed, 2 insertions, 2 deletions
diff --git a/banner/banner.6 b/banner/banner.6
index a4c4d6b7..6b4fd902 100644
--- a/banner/banner.6
+++ b/banner/banner.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: banner.6,v 1.7 1997/01/07 11:40:24 tls Exp $
+.\" $NetBSD: banner.6,v 1.8 1997/05/29 01:48:05 cgd Exp $
.\"
.\" Copyright (c) 1980, 1993, 1995
.\" The Regents of the University of California. All rights reserved.
@@ -33,7 +33,7 @@
.\"
.\" @(#)banner.6 8.2 (Berkeley) 4/29/95
.\"
-.Dd "April 29, 1995"
+.Dd April 29, 1995
.Dt BANNER 6
.Os
.Sh NAME