diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 1999-07-09 13:36:00 +0000 |
commit | 078c2448197a826265f74828b3159d758f1f0ceb (patch) | |
tree | ef3b0d7b2b6fcf1328ac8953d9e2abf6431093ea /games/worm | |
parent | 3610cb2f5b1eeb5e599fcca418780b43c2f30b6d (diff) |
- remove all trailing whitespace
* except when it is escaped with a `\' at the end of the line
- fix remaining .Nm usage as well
- this is from a patch I received from kwesterback@home.com, who has been
working on some scripts for fixing formatting errors in mdoc'd man pages
Ok, so there could be a cost/benefit debate with this commit, but since I have
the patch we might as well commit it...
Diffstat (limited to 'games/worm')
-rw-r--r-- | games/worm/worm.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/worm/worm.6 b/games/worm/worm.6 index 7fcab41ecef..4aea12eb589 100644 --- a/games/worm/worm.6 +++ b/games/worm/worm.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: worm.6,v 1.6 1998/12/15 19:18:59 pjanzen Exp $ +.\" $OpenBSD: worm.6,v 1.7 1999/07/09 13:35:57 aaron Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -50,11 +50,11 @@ and your head is the "@". You move with the hjkl keys (as in the game .Xr snake 6 Ns ). If you don't press any keys, you continue in the direction you last moved. The upper case HJKL keys move you as if you had pressed -several of the corresponding lower case key (9 for HL and 5 for JK, or +several of the corresponding lower case key (9 for HL and 5 for JK, or until you run into a digit, whichever comes first). .Pp On the screen you will see a digit. If your worm eats the digit it will -grow longer by that number of "o"'s. The object of the game is to see how +grow longer by that number of "o"'s. The object of the game is to see how long you can make the worm grow. .Pp The game ends when the worm runs into either the sides of the screen |