diff options
author | tb <tb@cvs.openbsd.org> | 2015-11-20 07:40:24 +0000 |
---|---|---|
committer | tb <tb@cvs.openbsd.org> | 2015-11-20 07:40:24 +0000 |
commit | 39faf00d70ccbfc834c0a533f3218db0d10be7c9 (patch) | |
tree | 8346e99a5f1a02bc68af6c2321685a159a27b297 /games/tetris/tetris.6 | |
parent | 04363d08f16cfc7a5f14329e5a5818251725a071 (diff) |
pledge "stdio rpath wpath cpath tty"
"stdio rpath tty" for game play
"rpath wpath cpath" for maintaining highscores in $USER
ok deraadt@ sthen@
Diffstat (limited to 'games/tetris/tetris.6')
-rw-r--r-- | games/tetris/tetris.6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/tetris/tetris.6 b/games/tetris/tetris.6 index d5590e7a01d..cf039a6f816 100644 --- a/games/tetris/tetris.6 +++ b/games/tetris/tetris.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: tetris.6,v 1.16 2015/07/27 18:48:04 sobrado Exp $ +.\" $OpenBSD: tetris.6,v 1.17 2015/11/20 07:40:23 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: July 27 2015 $ +.Dd $Mdocdate: November 20 2015 $ .Dt TETRIS 6 .Os .Sh NAME @@ -146,8 +146,8 @@ Scores which are the highest on a given level are marked with asterisks .Dq * . .Sh FILES -.Bl -tag -width /var/games/tetris.scoresxx -.It Pa /var/games/tetris.scores +.Bl -tag -width $HOME/tetris.scoresxx +.It Pa $HOME/tetris.scores high score file .El .Sh AUTHORS |