]> git.cameronkatri.com Git - bsdgames-darwin.git/commitdiff
Ispell.
authorwiz <wiz@NetBSD.org>
Thu, 26 Sep 2002 16:29:25 +0000 (16:29 +0000)
committerwiz <wiz@NetBSD.org>
Thu, 26 Sep 2002 16:29:25 +0000 (16:29 +0000)
caesar/caesar.6
fortune/strfile/strfile.8
gomoku/gomoku.6
hunt/huntd/huntd.6
phantasia/phantasia.6
sail/sail.6

index 9a407df8d2210b65b0dd503f4dc8fa7efb5e8d74..55d390a2261d14035e511eadba44f3a27db61896 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: caesar.6,v 1.6 1997/11/12 00:48:29 mrg Exp $
+.\"    $NetBSD: caesar.6,v 1.7 2002/09/26 16:29:25 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
 .Sh NAME
 .Nm caesar ,
 .Nm rot13
-.Nd decrypt caesar cyphers
+.Nd decrypt caesar ciphers
 .Sh SYNOPSIS
 .Nm
 .Op Ar rotation
 .Sh DESCRIPTION
 The
 .Nm
-utility attempts to decrypt caesar cyphers using English letter frequency
+utility attempts to decrypt caesar ciphers using English letter frequency
 statistics.
 .Nm
 reads from the standard input and writes to the standard output.
index e8bedfc811674a2890502873a617fa7bfc94a69a..2331ba4171cf96014a2665fc8b6711af0459490e 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: strfile.8,v 1.8 2000/11/07 05:51:55 lukem Exp $
+.\"    $NetBSD: strfile.8,v 1.9 2002/09/26 16:29:25 wiz Exp $
 .\"
 .\" Copyright (c) 1989, 1991, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -92,7 +92,7 @@ field to be set.
 Run silently; don't give a summary message when finished.
 .It Fl x
 Note that each alphabetic character in the groups of lines is rotated
-13 positions in a simple caesar cypher.
+13 positions in a simple caesar cipher.
 This option causes the
 .Dv STR_ROTATED
 bit in the header
index 7278d92890333a00bb1a967e26c5e80ff9a0f416..123b5fe91c9405cea1894c4eb2154a48b117908a 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gomoku.6,v 1.7 2002/09/26 16:12:40 wiz Exp $
+.\"    $NetBSD: gomoku.6,v 1.8 2002/09/26 16:29:25 wiz Exp $
 .\"
 .\" Copyright (c) 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -76,7 +76,7 @@ has the first move or not respectively.
 This option was intended for game tournaments where a referee program handles
 the board display and pits one program against another.
 .It Fl c
-Computer verses computer.
+Computer versus computer.
 .Nm
 will play a game against itself.
 This is mostly used for testing.
@@ -88,7 +88,7 @@ Print the debug information to
 .Ar debugfile
 instead of to the standard output.
 .It Fl u
-User verses user.
+User versus user.
 This is mostly used for testing.
 .El
 .Sh AUTHOR
index a825a1624579f68e3d345365aba1889543d3e42e..d1359fda91a37f1fedcacca29f4b0c298a1fd015 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: huntd.6,v 1.4 2001/04/04 11:41:01 wiz Exp $
+.\"    $NetBSD: huntd.6,v 1.5 2002/09/26 16:29:26 wiz Exp $
 .\"
 .\"  Hunt
 .\"  Copyright (c) 1985 Conrad C. Huang, Gregory S. Couch, Kenneth C.R.C. Arnold
@@ -43,7 +43,7 @@ but it consumes a process table entry when no one is playing.
 .Pp
 The
 .Fl p
-option changes the udp port number used to rendezvous with the player
+option changes the UDP port number used to rendezvous with the player
 process and thus allows for private games of hunt.
 This option turns off the notification of players on the
 .Em hunt-players
@@ -91,7 +91,7 @@ Otherwise, the
 .Nm hunt
 process starts up a
 .Nm
-on the local machine and trys to rendezvous with it.
+on the local machine and tries to rendezvous with it.
 .Sh SEE ALSO
 .Xr talk 1 ,
 .Xr hunt 6 ,
index c3e6ca2514004a04450c447ddfa9eeffb8c45e4d..c405efc4ff98692fa899e2f8c41f2aa2218c97b8 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: phantasia.6,v 1.6 2002/09/26 16:12:41 wiz Exp $
+.\"    $NetBSD: phantasia.6,v 1.7 2002/09/26 16:29:26 wiz Exp $
 .\"
 .Dd April 1, 2001
 .Dt PHANTASIA 6
@@ -63,7 +63,7 @@ A number of the player's more important statistics are almost always
 displayed on the screen, with maximums (where applicable) in
 parentheses.
 .Pp
-The character is placed randomly near the center of a cartesian
+The character is placed randomly near the center of a Cartesian
 system.
 Most commands are selected with a single letter or digit.
 For example, one may move by hitting 'W', 'S', 'N', or 'E',
@@ -1164,7 +1164,7 @@ When two player's coordinates correspond, they may engage in battle.
 In general, the player with the highest
 .Em quickness
 gets the first hit.
-If the two players are severely mis-matched, the stronger player
+If the two players are severely mismatched, the stronger player
 is drastically handicapped for the battle.
 In order to protect from being stuck in an infinite loop,
 the player waiting for response may time out.
index da53fc34d8b9ee5eee258fd55f930f9a8f5fc07a..7991af6213f85c8cc73e22f8011e38a941fc5831 100644 (file)
@@ -1,4 +1,4 @@
-.\"    $NetBSD: sail.6,v 1.9 2002/09/26 16:12:42 wiz Exp $
+.\"    $NetBSD: sail.6,v 1.10 2002/09/26 16:29:26 wiz Exp $
 .\"
 .\" Copyright (c) 1988, 1993
 .\"    The Regents of the University of California.  All rights reserved.
@@ -838,8 +838,7 @@ Wind from the E, blowing a gale.
 
 .fi
 A scenario for you Horny fans.
-Remember, he sank the Natividad
-against heavy odds and winds.
+Remember, he sank the Natividad against heavy odds and winds.
 Hint: don't try to board the Natividad,
 her crew is much bigger, albeit green.
 .nf