diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 18:07:32 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-10-22 18:07:32 +0000 |
commit | 9695f68044f5dd64615a9fba07cc57fffcda17db (patch) | |
tree | 4386ce1472a1680b1e66741c2ec2d35bcd5b8cc8 | |
parent | ee59133f529bbf35691d65865a8aa360a06aff2e (diff) |
arguments to name description (.Nd) macros are usually lower case;
fix superfluous double space in manual page body; fix typo.
from Alan R. S. Bueno.
ok jmc@
-rw-r--r-- | games/worm/worm.6 | 8 | ||||
-rw-r--r-- | share/man/man6/intro.6 | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/worm/worm.6 b/games/worm/worm.6 index a3d36d9f883..cbc475e7ed0 100644 --- a/games/worm/worm.6 +++ b/games/worm/worm.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: worm.6,v 1.11 2007/05/31 19:19:19 jmc Exp $ +.\" $OpenBSD: worm.6,v 1.12 2009/10/22 18:07:31 sobrado Exp $ .\" .\" Copyright (c) 1989, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,19 +29,19 @@ .\" .\" @(#)worm.6 8.1 (Berkeley) 5/31/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 22 2009 $ .Dt WORM 6 .Os .Sh NAME .Nm worm -.Nd Play the growing worm game +.Nd play the growing worm game .Sh SYNOPSIS .Nm worm .Op Ar size .Sh DESCRIPTION In .Nm worm , -you are a little worm: your body is the "o"'s on the screen +you are a little worm: your body is the "o"'s on the screen and your head is the "@". You move with the hjkl keys (as in the game .Xr snake 6 ) . diff --git a/share/man/man6/intro.6 b/share/man/man6/intro.6 index 168581be783..130c7cf2097 100644 --- a/share/man/man6/intro.6 +++ b/share/man/man6/intro.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: intro.6,v 1.11 2007/05/31 19:19:58 jmc Exp $ +.\" $OpenBSD: intro.6,v 1.12 2009/10/22 18:07:31 sobrado Exp $ .\" .\" Copyright (c) 1999 Hugh Graham .\" @@ -23,7 +23,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: October 22 2009 $ .Dt INTRO 6 .Os .Sh NAME @@ -112,7 +112,7 @@ Animated raindrops display. .It Xr random 6 Display random lines from a file or random numbers. .It Xr robots 6 -Fight off villanous robots. +Fight off villainous robots. .It Xr rot13 6 Decrypt caesar cyphers, rotated by 13 characters. .It Xr sail 6 |