diff options
author | 1997-01-23 20:01:41 +0000 | |
---|---|---|
committer | 1997-01-23 20:01:41 +0000 | |
commit | 54c4722bd3802531c90626c6ad125d14a0bc4630 (patch) | |
tree | f2d3189669c3e8421a482a926b625ca75cc18686 | |
parent | correct fs_passno comment; drochner@zelux6.zel.kfa-juelich.de (diff) | |
download | wireguard-openbsd-54c4722bd3802531c90626c6ad125d14a0bc4630.tar.xz wireguard-openbsd-54c4722bd3802531c90626c6ad125d14a0bc4630.zip |
documentation errors; from max@freebsd
-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 }; |