Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/gomoku fix quote markup, spotted in openbsd diffs



details:   https://anonhg.NetBSD.org/src/rev/57a78c57c00e
branches:  trunk
changeset: 753441:57a78c57c00e
user:      dholland <dholland%NetBSD.org@localhost>
date:      Mon Mar 29 02:34:50 2010 +0000

description:
fix quote markup, spotted in openbsd diffs

diffstat:

 games/gomoku/gomoku.6 |  19 ++++++++++++++-----
 1 files changed, 14 insertions(+), 5 deletions(-)

diffs (40 lines):

diff -r f5d948334ebe -r 57a78c57c00e games/gomoku/gomoku.6
--- a/games/gomoku/gomoku.6     Mon Mar 29 02:32:45 2010 +0000
+++ b/games/gomoku/gomoku.6     Mon Mar 29 02:34:50 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: gomoku.6,v 1.12 2010/03/29 02:32:45 dholland Exp $
+.\"    $NetBSD: gomoku.6,v 1.13 2010/03/29 02:34:50 dholland Exp $
 .\"
 .\" Copyright (c) 1994
 .\"    The Regents of the University of California.  All rights reserved.
@@ -53,9 +53,14 @@
 will display a playing board and prompt for moves from the user.
 Valid moves are a letter for the column and a number for the row of an empty
 board location.
-Entering ``quit" or ``resign" will end the game.
-You can save the current state of the game by entering ``save" and
-supplying a file name when prompted.
+Entering
+.Dq quit
+or
+.Dq resign
+will end the game.
+You can save the current state of the game by entering
+.Dq save
+and supplying a file name when prompted.
 The optional file
 .Ar inputfile
 can be used to restore a saved game.
@@ -66,7 +71,11 @@
 This option sets background mode.
 Input moves are read from standard input,
 the computer picks a move, and prints it to standard output.
-The first input line should be either ``black" or ``white" to specify whether
+The first input line should be either
+.Dq black
+or
+.Dq white
+to specify whether
 .Nm
 has the first move or not respectively.
 This option was intended for game tournaments where a referee program handles



Home | Main Index | Thread Index | Old Index