diff options
author | Tim van der Molen <tim@cvs.openbsd.org> | 2016-03-02 17:51:29 +0000 |
---|---|---|
committer | Tim van der Molen <tim@cvs.openbsd.org> | 2016-03-02 17:51:29 +0000 |
commit | e911602ce271b51ed02e9f03d36e7addf885a090 (patch) | |
tree | 192eebce152c583fedcf148f2605d3bd9081f6db /games/canfield | |
parent | 14820cd870b6749149cf03ae9df2b76d8c53c428 (diff) |
Fix score file name
Diffstat (limited to 'games/canfield')
-rw-r--r-- | games/canfield/canfield/canfield.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/canfield/canfield/canfield.6 b/games/canfield/canfield/canfield.6 index 5ba555ff0dc..2c80e129448 100644 --- a/games/canfield/canfield/canfield.6 +++ b/games/canfield/canfield/canfield.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: canfield.6,v 1.10 2015/11/24 02:51:50 tedu Exp $ +.\" $OpenBSD: canfield.6,v 1.11 2016/03/02 17:51:28 tim Exp $ .\" $NetBSD: canfield.6,v 1.4 1995/03/21 15:08:30 cgd Exp $ .\" .\" Copyright (c) 1983, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)canfield.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: November 24 2015 $ +.Dd $Mdocdate: March 2 2016 $ .Dt CANFIELD 6 .Os .Sh NAME @@ -106,7 +106,7 @@ prints out the current status of your canfield account. .Bl -tag -width /usr/games/cfscores -compact .It Pa /usr/games/cfscores the score database printer -.It Pa $HOME/cfscores +.It Pa $HOME/.cfscores the database of scores .El .Sh AUTHORS |