summaryrefslogtreecommitdiff
path: root/games/boggle
diff options
context:
space:
mode:
authorPaul Janzen <pjanzen@cvs.openbsd.org>2000-04-21 03:10:32 +0000
committerPaul Janzen <pjanzen@cvs.openbsd.org>2000-04-21 03:10:32 +0000
commit6cf069b953db9dc0878f1bfde0ceb3987e4f052f (patch)
treefd70034e90ead4659eef0f4af02e5d440acbeaf3 /games/boggle
parent7a56a270d6c8432a50e50000b5a2989c1634c1b1 (diff)
documentation: refer to terminfo, not termcap, where appropriate.
Diffstat (limited to 'games/boggle')
-rw-r--r--games/boggle/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/boggle/README b/games/boggle/README
index b67c66c702d..9d9d5aefaf5 100644
--- a/games/boggle/README
+++ b/games/boggle/README
@@ -1,4 +1,4 @@
-$OpenBSD: README,v 1.3 1998/09/24 06:45:05 pjanzen Exp $
+$OpenBSD: README,v 1.4 2000/04/21 03:10:30 pjanzen Exp $
Bog is a fairly portable simulation of Parker Brother's game of Boggle and
is similar to the 4.[23] BSD "boggle" and Sun's "boggletool".
@@ -7,7 +7,7 @@ It has been tested on the Sun 3 under SunOS 3.2 and on the Atari 1040ST (MWC).
What You Need
-You will need curses/termcap and a large word list.
+You will need curses and a large word list.
The minix word list or /usr/dict/words will do nicely.
The word list must already be sorted (you can use "sort -c" to check).