freebsd-dev/games/cribbage
Nik Clayton 077e7b24bc Add $Id$, to make it simpler for members of the translation teams to
track.

The $Id$ line is normally at the bottom of the main comment block in the
man page, separated from the rest of the manpage by an empty comment,
like so;

     .\"    $Id$
     .\"

If the immediately preceding comment is a @(#) format ID marker than the
the $Id$ will line up underneath it with no intervening blank lines.
Otherwise, an additional blank line is inserted.

Approved by:            bde
1999-07-12 20:30:45 +00:00
..
cards.c Convert to random() 1997-09-24 22:55:14 +00:00
crib.c Wargh! Who went and changed all the getopt() comparisons from -1 to 1998-03-01 05:10:28 +00:00
cribbage.6 Add $Id$, to make it simpler for members of the translation teams to 1999-07-12 20:30:45 +00:00
cribbage.h
cribbage.n
cribcur.h
deck.h
extern.c
instr.c Remove setuid, priveledges already revoked early in the right way 1997-09-24 21:25:48 +00:00
io.c Many places in the code NULL is used in integer context, where 1997-09-18 13:45:34 +00:00
Makefile Beforeinstall scorefile to prevent it owned by first user who 1997-09-24 04:00:29 +00:00
pathnames.h
score.c Many places in the code NULL is used in integer context, where 1997-09-18 13:45:34 +00:00
support.c