summaryrefslogtreecommitdiffstats
path: root/tetris/tetris.6
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 /tetris/tetris.6
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 'tetris/tetris.6')
-rw-r--r--tetris/tetris.64
1 files changed, 2 insertions, 2 deletions
diff --git a/tetris/tetris.6 b/tetris/tetris.6
index f773582f..6d0f9fbf 100644
--- a/tetris/tetris.6
+++ b/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $NetBSD: tetris.6,v 1.2 1995/04/22 07:42:45 cgd Exp $
+.\" $NetBSD: tetris.6,v 1.3 1997/05/29 01:48:10 cgd Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -36,7 +36,7 @@
.\"
.\" @(#)tetris.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd "May 31, 1993"
+.Dd May 31, 1993
.Dt TETRIS 6
.Os
.Sh NAME