diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:14:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-02 18:14:19 +0000 |
commit | 9df3fe7c730259fc964131b0b2020590a6e55df2 (patch) | |
tree | eb512d93b2184cd6b0764e368e686b0143fa0e8f /games/atc | |
parent | 32904e349cd9ea3e652471f0ef5c503b06e8dca8 (diff) |
escape punctuation;
ok deraadt@
Diffstat (limited to 'games/atc')
-rw-r--r-- | games/atc/atc.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/atc/atc.6 b/games/atc/atc.6 index 3d6b075d017..ded01826fac 100644 --- a/games/atc/atc.6 +++ b/games/atc/atc.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: atc.6,v 1.13 2003/06/03 03:01:38 millert Exp $ +.\" $OpenBSD: atc.6,v 1.14 2003/09/02 18:14:18 jmc Exp $ .\" .\" Copyright (c) 1990, 1993 .\" The Regents of the University of California. All rights reserved. @@ -92,7 +92,7 @@ Set the random seed. This option can be used to replay a specific game. .It Fl u Print the usage line and exit. -.It Fl ? +.It Fl \&? Same as .Fl u . .El @@ -242,7 +242,7 @@ This area is used simply to give credit where credit is due. :-) A command completion interface is built into the game. At any time, typing -.Sq ? +.Sq \&? will list possible input characters. Typing a backspace .Pq your erase character |