diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-29 15:58:39 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2015-11-29 15:58:39 +0000 |
commit | 3d803ee1ee8c9147b64d3585a3856e680b945824 (patch) | |
tree | 15e6aba578306e5a96a8930178ef79d13d332200 /games/snake | |
parent | c6995be47319b21ea1427249e290aada015e6d7e (diff) |
tidy up ENVIRONMENT and FILES;
Diffstat (limited to 'games/snake')
-rw-r--r-- | games/snake/snake.6 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/snake/snake.6 b/games/snake/snake.6 index 83c61c3c4bc..753ba977de8 100644 --- a/games/snake/snake.6 +++ b/games/snake/snake.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: snake.6,v 1.13 2015/11/29 14:31:01 tb Exp $ +.\" $OpenBSD: snake.6,v 1.14 2015/11/29 15:58:38 jmc Exp $ .\" $NetBSD: snake.6,v 1.5 1995/04/22 08:34:35 cgd Exp $ .\" .\" Copyright (c) 1980, 1993 @@ -115,17 +115,17 @@ To see who wastes time playing snake, run .Nm snake .Fl s . .Sh ENVIRONMENT -.Bl -tag -width Ds +.Bl -tag -width $HOME/.snake.scores .It Ev LOGNAME Name displayed in high score file. .El .Sh FILES -.Bl -tag -width $HOME/.snake.scores -compact +.Bl -tag -width $HOME/.snake.scores .It Pa $HOME/.snake.scores -database of personal bests -.El +Database of personal bests. .\".It Pa $HOME/.snake.log .\"log of games played +.El .Sh BUGS When playing on a small screen, it's hard to tell when you hit the edge of the screen. |