diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-09-04 22:14:44 +0000 |
commit | 741da2d2f4dd6091c93080f4edfffa157f26df50 (patch) | |
tree | cb79d3b313a6066ccd0693fc376f829151b56ef3 /games/rogue/rogue.6 | |
parent | 5ebba3bcdd5f72b4465da531536951afe3fd543f (diff) |
put escapes in the right place;
(i.e. stuff I got wrong the first time, or missed)
this includes some .Cd's with missing quotes and .Nm abuse in man4;
Diffstat (limited to 'games/rogue/rogue.6')
-rw-r--r-- | games/rogue/rogue.6 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/rogue/rogue.6 b/games/rogue/rogue.6 index c50f4f0f2d0..1462945ad0f 100644 --- a/games/rogue/rogue.6 +++ b/games/rogue/rogue.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: rogue.6,v 1.10 2003/06/03 03:01:41 millert Exp $ +.\" $OpenBSD: rogue.6,v 1.11 2003/09/04 22:14:42 jmc Exp $ .\" .\" Copyright (c) 1988, 1993 .\" The Regents of the University of California. All rights reserved. @@ -51,7 +51,7 @@ fantasy games. .Pp To get started you really only need to know two commands. The command -.Ic \&? +.Ic ?\& will give you a list of the available commands and the command .Ic \&/ will identify the things you see on the screen. |