Thu Apr 9 03:52:55 2009 UTC ()
\@ is not a valid escape sequence.


(joerg)
diff -r1.13 -r1.14 src/games/robots/robots.6

cvs diff -r1.13 -r1.14 src/games/robots/robots.6 (expand / switch to unified diff)

--- src/games/robots/robots.6 2005/09/15 02:09:41 1.13
+++ src/games/robots/robots.6 2009/04/09 03:52:54 1.14
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1.\" $NetBSD: robots.6,v 1.13 2005/09/15 02:09:41 wiz Exp $ 1.\" $NetBSD: robots.6,v 1.14 2009/04/09 03:52:54 joerg Exp $
2.\" 2.\"
3.\" Copyright (c) 1991, 1993 3.\" Copyright (c) 1991, 1993
4.\" The Regents of the University of California. All rights reserved. 4.\" The Regents of the University of California. All rights reserved.
5.\" 5.\"
6.\" Redistribution and use in source and binary forms, with or without 6.\" Redistribution and use in source and binary forms, with or without
7.\" modification, are permitted provided that the following conditions 7.\" modification, are permitted provided that the following conditions
8.\" are met: 8.\" are met:
9.\" 1. Redistributions of source code must retain the above copyright 9.\" 1. Redistributions of source code must retain the above copyright
10.\" notice, this list of conditions and the following disclaimer. 10.\" notice, this list of conditions and the following disclaimer.
11.\" 2. Redistributions in binary form must reproduce the above copyright 11.\" 2. Redistributions in binary form must reproduce the above copyright
12.\" notice, this list of conditions and the following disclaimer in the 12.\" notice, this list of conditions and the following disclaimer in the
13.\" documentation and/or other materials provided with the distribution. 13.\" documentation and/or other materials provided with the distribution.
14.\" 3. Neither the name of the University nor the names of its contributors 14.\" 3. Neither the name of the University nor the names of its contributors
@@ -53,27 +53,27 @@ piece of defensive weaponry: a teleporta @@ -53,27 +53,27 @@ piece of defensive weaponry: a teleporta
53When two robots run into each other or a junk pile, they die. 53When two robots run into each other or a junk pile, they die.
54If a robot runs into you, you die. 54If a robot runs into you, you die.
55When a robot dies, you get 10 points, and when all the robots die, 55When a robot dies, you get 10 points, and when all the robots die,
56you start on the next field. 56you start on the next field.
57This keeps up until they finally get you. 57This keeps up until they finally get you.
58.Pp 58.Pp
59Robots are represented on the screen by a 59Robots are represented on the screen by a
60.Sq \&+ , 60.Sq \&+ ,
61the junk heaps from their collisions by a 61the junk heaps from their collisions by a
62.Sq \(** , 62.Sq \(** ,
63and you 63and you
64(the good guy) 64(the good guy)
65by a 65by a
66.Sq \@ . 66.Sq @ .
67.Pp 67.Pp
68The commands are: 68The commands are:
69.Bl -tag -width indent -compact 69.Bl -tag -width indent -compact
70.It Ic h 70.It Ic h
71move one square left 71move one square left
72.It Ic l 72.It Ic l
73move one square right 73move one square right
74.It Ic k 74.It Ic k
75move one square up 75move one square up
76.It Ic j 76.It Ic j
77move one square down 77move one square down
78.It Ic y 78.It Ic y
79move one square up and left 79move one square up and left