diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-23 20:01:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-01-23 20:01:42 +0000 |
commit | 2cad18ea011933bf06e00cb870431f7affe0eae5 (patch) | |
tree | 0bbbb4a2f1a6f619b4cd7b1a18ac39b21fa3c783 /games/backgammon/teachgammon/data.c | |
parent | c237054b1083fc5bbdf0af669d3382b688070f8c (diff) |
documentation errors; from max@freebsd
Diffstat (limited to 'games/backgammon/teachgammon/data.c')
-rw-r--r-- | games/backgammon/teachgammon/data.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/backgammon/teachgammon/data.c b/games/backgammon/teachgammon/data.c index 0c7b724ca91..66033c86651 100644 --- a/games/backgammon/teachgammon/data.c +++ b/games/backgammon/teachgammon/data.c @@ -91,7 +91,7 @@ char *text4[] = { char *text5[] = { "Not a spectacular move, but a safe one. I follow by rolling 6 1.", - "I decide to use this roll to move 22-16,16-17. It leaves me with", + "I decide to use this roll to move 22-16,16-15. It leaves me with", "one man still open, but the blot is farther back on the board, and", "would suffer less of a loss by being hit.", 0 @@ -122,7 +122,7 @@ char *text8[] = { char *text9[] = { "My venture off the bar did not last long. However, I got lucky", - "and rolled double 1's, allowing me to move 0-1,1-2,15-14,15-14.", + "and rolled double 1's, allowing me to move 25-24,24-23,15-14,15-14.", 0 }; |