Module Name: src
Committed By: dholland
Date: Mon Mar 29 02:32:45 UTC 2010
Modified Files:
src/games/gomoku: gomoku.6
Log Message:
Fix typo. From OpenBSD.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/games/gomoku/gomoku.6
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/games/gomoku/gomoku.6
diff -u src/games/gomoku/gomoku.6:1.11 src/games/gomoku/gomoku.6:1.12
--- src/games/gomoku/gomoku.6:1.11 Thu Sep 15 02:09:41 2005
+++ src/games/gomoku/gomoku.6 Mon Mar 29 02:32:45 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: gomoku.6,v 1.11 2005/09/15 02:09:41 wiz Exp $
+.\" $NetBSD: gomoku.6,v 1.12 2010/03/29 02:32:45 dholland Exp $
.\"
.\" Copyright (c) 1994
.\" The Regents of the University of California. All rights reserved.
@@ -45,7 +45,7 @@
.Op Ar inputfile
.Sh DESCRIPTION
.Nm
-is a two player game were the object is to get 5 in a row horizontally,
+is a two player game where the object is to get 5 in a row horizontally,
vertically or diagonally on a 19 by 19 grid.
By convention, black always moves first.
With no arguments,