diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:33:38 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2007-04-02 14:33:38 +0000 |
commit | c2e84a6283ce356314b90c237cf43b7b52206504 (patch) | |
tree | 47811cdbc96b1bc4273be09ba30567e1c8ab9933 /games/gomoku/gomoku.6 | |
parent | 7f83c032e953deecd3cda93ef735111ecddc6336 (diff) |
sort options + kill usage() verbosity; from Igor Sobrado
Diffstat (limited to 'games/gomoku/gomoku.6')
-rw-r--r-- | games/gomoku/gomoku.6 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/gomoku/gomoku.6 b/games/gomoku/gomoku.6 index 0d5d6365a82..2ab279af69c 100644 --- a/games/gomoku/gomoku.6 +++ b/games/gomoku/gomoku.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gomoku.6,v 1.11 2003/06/03 03:01:39 millert Exp $ +.\" $OpenBSD: gomoku.6,v 1.12 2007/04/02 14:33:37 jmc Exp $ .\" .\" Copyright (c) 1994 .\" The Regents of the University of California. All rights reserved. @@ -91,13 +91,13 @@ Computer versus computer. .Nm will play a game against itself. This is mostly used for testing. -.It Fl d -Print debugging information. -Repeating this option more than once yields more detailed information. .It Fl D Ar debugfile Print the debug information to .Ar debugfile instead of to the standard output. +.It Fl d +Print debugging information. +Repeating this option more than once yields more detailed information. .It Fl u User versus user. This is mostly used for testing. |