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 | |
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')
-rw-r--r-- | games/hack/hack.6 | 4 | ||||
-rw-r--r-- | games/rogue/rogue.6 | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/hack/hack.6 b/games/hack/hack.6 index 219a6a8ed2f..64ca65fa111 100644 --- a/games/hack/hack.6 +++ b/games/hack/hack.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hack.6,v 1.10 2003/09/02 18:14:18 jmc Exp $ -*- nroff -*- +.\" $OpenBSD: hack.6,v 1.11 2003/09/04 22:14:42 jmc Exp $ -*- nroff -*- .\" $NetBSD: hack.6,v 1.5 1995/07/03 19:44:30 jtc Exp $ -*- nroff -*- .\" .\" Copyright (c) 1985, Stichting Centrum voor Wiskunde en Informatica, @@ -84,7 +84,7 @@ a real cave instead of dull rectangles - try Quest.) .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. 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. |