Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/games/larn Document the options that actually exist, instead...



details:   https://anonhg.NetBSD.org/src/rev/6129eec631d7
branches:  trunk
changeset: 754228:6129eec631d7
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sat Apr 24 01:13:37 2010 +0000

description:
Document the options that actually exist, instead of some other
completely unrelated set. Bump date. (first time since 1993!)

diffstat:

 games/larn/larn.6 |  50 +++++++++++++++++++++++++-------------------------
 1 files changed, 25 insertions(+), 25 deletions(-)

diffs (82 lines):

diff -r 51de6968b014 -r 6129eec631d7 games/larn/larn.6
--- a/games/larn/larn.6 Sat Apr 24 00:56:14 2010 +0000
+++ b/games/larn/larn.6 Sat Apr 24 01:13:37 2010 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: larn.6,v 1.13 2009/03/11 16:37:06 joerg Exp $
+.\"    $NetBSD: larn.6,v 1.14 2010/04/24 01:13:37 dholland Exp $
 .\"
 .\" Copyright (c) 1990 The Regents of the University of California.
 .\" All rights reserved.
@@ -29,7 +29,7 @@
 .\"
 .\"    @(#)larn.6      5.5 (Berkeley) 12/30/93
 .\"
-.Dd December 30, 1993
+.Dd April 23, 2010
 .Dt LARN 6
 .Os
 .Sh NAME
@@ -37,11 +37,11 @@
 .Nd exploring the caverns of Larn
 .Sh SYNOPSIS
 .Nm larn
-.Op Fl r
-.Op Fl H Ar number
-.Op Fl n
-.Op Fl h
+.Op Fl chilns
+.\".Op Fl H Ar number
 .Op Fl o Ar optsfile
+.Op Fl ##
+.Op ++
 .Sh DESCRIPTION
 .Nm
 is a fantasy games in which your child has contracted
@@ -52,28 +52,28 @@
 The options are:
 .Pp
 .Bl -tag -width flag
-.It Fl r
-The
-.Fl r
-option restores a checkpointed game after it has died.
-.It Fl H
-The
-.Fl H
-option sets the hardness of the game.
+.It Fl c
+Clear the high scores file.
+.\" .It Fl H
+.\" Set the difficulty (hardness) level.
+.It Fl h
+Show the command line options.
+.It Fl i
+Show the high scores, including inventory data.
+.It Fl l
+Show the log of all games.
 .It Fl n
-The
-.Fl n
-option suppresses the welcome message at start up, putting you directly
-into the game.
-.It Fl h
-The
-.Fl h
-option prints the command line options.
+Suppress the welcome message and start the game immediately.
 .It Fl o
-The
-.Fl o
-option specifies a different options file than
+.\" Ar optsfile
+Read the specified options file instead of
 .Pa ~/.larnopts .
+.It Fl s
+Show the high scores.
+.It Fl ##
+Set the difficulty (hardness) level.
+.It ++
+Restore game from the checkpoint (auto-save) file.
 .El
 .Sh COMMANDS
 These are the movement commands:



Home | Main Index | Thread Index | Old Index