diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-12-18 10:26:52 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 1999-12-18 10:26:52 +0000 |
commit | 92bde0311bb2fbaec24f3355d514674ab9410b76 (patch) | |
tree | 5895dfcf4abcf89ef9d246d0ff436382f77f90a7 /games | |
parent | f0d8bab66c22efa72d0220797dd453f1436d7492 (diff) |
tidy; don't list the game itself in FILES
Diffstat (limited to 'games')
-rw-r--r-- | games/canfield/canfield/canfield.6 | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/games/canfield/canfield/canfield.6 b/games/canfield/canfield/canfield.6 index 54743c19481..7a41d28ec43 100644 --- a/games/canfield/canfield/canfield.6 +++ b/games/canfield/canfield/canfield.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: canfield.6,v 1.3 1999/07/09 13:35:55 aaron Exp $ +.\" $OpenBSD: canfield.6,v 1.4 1999/12/18 10:26:51 pjanzen Exp $ .\" $NetBSD: canfield.6,v 1.4 1995/03/21 15:08:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -45,7 +45,7 @@ .Nm canfield .Nm cfscores .Op Fl a -.Op Ar user +.Op Ar username .Sh DESCRIPTION If you have never played solitaire before, it is recommended that you consult a solitaire instruction book. In @@ -107,20 +107,18 @@ With no arguments, the program .Nm cfscores prints out the current status of your canfield account. If a -.Ar user -name is specified, -it prints out the status of their canfield account. +.Ar username +is specified, +it prints out the status of that user's canfield account. If the .Fl a flag is specified, it prints out the canfield accounts for all users that have played the game since the database was set up. .Sh FILES -.Bl -tag -width /usr/games/canfield -compact -.It Pa /usr/games/canfield -the game itself +.Bl -tag -width /usr/games/cfscores -compact .It Pa /usr/games/cfscores -the database printer +the score database printer .It Pa /var/games/cfscores the database of scores .El |