summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortb <tb@cvs.openbsd.org>2015-12-04 19:46:05 +0000
committertb <tb@cvs.openbsd.org>2015-12-04 19:46:05 +0000
commitb97aaf766ea863824b29b1cdc9364743ebb2771d (patch)
tree21aab4697baccd7cf48b74c8d1f4c8eaeb32847c
parent46ebea81b40c71a71dd71233bffce0cbe4384424 (diff)
Tweak alignment of ENVIRONMENT and FILES.
Use sentence format for the highscore file, too. Discussed with jmc@
-rw-r--r--games/tetris/tetris.68
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6
index cfe0e8c50c9..1b78add12a7 100644
--- a/games/tetris/tetris.6
+++ b/games/tetris/tetris.6
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tetris.6,v 1.19 2015/11/29 14:31:02 tb Exp $
+.\" $OpenBSD: tetris.6,v 1.20 2015/12/04 19:46:04 tb Exp $
.\"
.\" Copyright (c) 1992, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -32,7 +32,7 @@
.\"
.\" @(#)tetris.6 8.1 (Berkeley) 5/31/93
.\"
-.Dd $Mdocdate: November 29 2015 $
+.Dd $Mdocdate: December 4 2015 $
.Dt TETRIS 6
.Os
.Sh NAME
@@ -146,14 +146,14 @@ Scores which are the highest on a given level
are marked with asterisks
.Dq * .
.Sh ENVIRONMENT
-.Bl -tag -width Ds
+.Bl -tag -width $HOME/.tetris.scores
.It Ev LOGNAME
Name displayed in high score file.
.El
.Sh FILES
.Bl -tag -width $HOME/.tetris.scores
.It Pa $HOME/.tetris.scores
-high score file
+High score file.
.El
.Sh AUTHORS
.An -nosplit