Hi, Remove unused variable gid leftover on canfield(6) and update manpage of tetris(6) to correct the path of the score file.
Index: games/canfield/canfield/canfield.c =================================================================== RCS file: /cvs/src/games/canfield/canfield/canfield.c,v retrieving revision 1.18 diff -u -p -u -r1.18 canfield.c --- games/canfield/canfield/canfield.c 24 Nov 2015 16:54:22 -0000 1.18 +++ games/canfield/canfield/canfield.c 25 Nov 2015 15:30:52 -0000 @@ -1727,8 +1727,6 @@ askquit(int dummy) int main(int argc, char *argv[]) { - gid_t gid; - signal(SIGINT, askquit); signal(SIGHUP, cleanup); signal(SIGTERM, cleanup); Index: games/tetris/tetris.6 =================================================================== RCS file: /cvs/src/games/tetris/tetris.6,v retrieving revision 1.17 diff -u -p -u -r1.17 tetris.6 --- games/tetris/tetris.6 20 Nov 2015 07:40:23 -0000 1.17 +++ games/tetris/tetris.6 25 Nov 2015 15:33:59 -0000 @@ -146,8 +146,8 @@ Scores which are the highest on a given are marked with asterisks .Dq * . .Sh FILES -.Bl -tag -width $HOME/tetris.scoresxx -.It Pa $HOME/tetris.scores +.Bl -tag -width $HOME/.tetris.scores +.It Pa $HOME/.tetris.scores high score file .El .Sh AUTHORS