diff options
author | ru <ru@FreeBSD.org> | 2001-01-25 14:16:42 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2001-01-25 14:16:42 +0000 |
commit | cee6fd7dd798ef38aa7b0d75df559166d0300a34 (patch) | |
tree | 089f091e7282c67d27d30ff19b3434f209f1f9d9 /games | |
parent | 7da9de5748641820006445bc9f4963c89a8c2d50 (diff) | |
download | FreeBSD-src-cee6fd7dd798ef38aa7b0d75df559166d0300a34.zip FreeBSD-src-cee6fd7dd798ef38aa7b0d75df559166d0300a34.tar.gz |
mdoc(7) police: fixed a few bogons.
Diffstat (limited to 'games')
-rw-r--r-- | games/rogue/rogue.6 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/games/rogue/rogue.6 b/games/rogue/rogue.6 index e8faa3d..b2f1d35 100644 --- a/games/rogue/rogue.6 +++ b/games/rogue/rogue.6 @@ -32,31 +32,31 @@ .\" @(#)rogue.6 8.1 (Berkeley) 5/31/93 .\" $FreeBSD$ .\" -.Dd December 07, 2000 +.Dd December 7, 2000 .Dt ROGUE 6 .Os .Sh NAME .Nm rogue .Nd exploring The Dungeons of Doom -.Sh SYNOPSYS +.Sh SYNOPSIS .Nm .Op Fl r .Op Ar save_file .Op Fl s .Op Fl d .Sh DESCRIPTION -The game +The .Nm is a computer fantasy with a new twist. -It is crt oriented and the object of the game is to survive +It is CRT oriented and the object of the game is to survive the attacks of various monsters and get a lot of gold, rather than the puzzle solving orientation of most computer fantasy games. .Pp To get started you really only need to know two commands. The command -.Ql ? +.Ic ?\& will give you a list of the available commands and the command -.Ql / +.Ic / will identify the things you see on the screen. .Pp To win the game (as opposed to merely playing to beat other people's high @@ -70,9 +70,9 @@ among heroes. When the game ends, either by your death, when you quit, or if you (by some miracle) manage to win, .Nm -will give you a list of the top-ten scorers. The scoring is based entirely -upon how much gold you get. There is a 10% penalty for getting yourself -killed. +will give you a list of the top-ten scorers. +The scoring is based entirely upon how much gold you get. +There is a 10% penalty for getting yourself killed. .Pp If .Ar save_file @@ -94,11 +94,11 @@ For more detailed directions, read the document .An Kenneth C. R. C. Arnold , .An Glenn Wichman .Sh FILES -.Bl -tag -width /var/games/rogue.scorresXX -compact +.Bl -tag -width /var/games/rogue.scoresXX -compact .It Pa /var/games/rogue.scores -Score file +score file .It Pa rogue.save -Default save file +default save file .El .Sh SEE ALSO .Rs |