diff options
author | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-28 22:27:11 +0000 |
---|---|---|
committer | Ted Unangst <tedu@cvs.openbsd.org> | 2017-05-28 22:27:11 +0000 |
commit | ee3e0c33376d629e45528ad54ec75bff91f79fc4 (patch) | |
tree | a39e00e95dc010f5a7a76791eb5c9895590c6f10 /games/robots/robots.6 | |
parent | 548a9803495ee9f13131b171782f912ea1aefd0c (diff) |
remove some escapes that are unnecessary/harmful. ok jmc schwarze
Diffstat (limited to 'games/robots/robots.6')
-rw-r--r-- | games/robots/robots.6 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games/robots/robots.6 b/games/robots/robots.6 index 4c00f51933d..63d300bc74a 100644 --- a/games/robots/robots.6 +++ b/games/robots/robots.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: robots.6,v 1.17 2017/05/28 21:09:24 tedu Exp $ +.\" $OpenBSD: robots.6,v 1.18 2017/05/28 22:27:10 tedu Exp $ .\" .\" Copyright (c) 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -55,13 +55,13 @@ you start on the next field. This keeps up until they finally get you. .Pp Robots are represented on the screen by a -.Sq \+ , +.Sq + , the junk heaps from their collisions by a -.Sq \(** , +.Sq * , and you (the good guy) by a -.Sq \@ . +.Sq @ . .Pp The commands are: .Bl -tag -width indent -compact @@ -85,7 +85,7 @@ move one square down and right (also space) do nothing for one turn .It Ic HJKLBNYU run as far as possible in the given direction -.It Ic \> +.It Ic > do nothing for as long as possible .It Ic t teleport to a random location |