Module Name:    src
Committed By:   dholland
Date:           Sat Apr 24 01:13:37 UTC 2010

Modified Files:
        src/games/larn: larn.6

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


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/games/larn/larn.6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/games/larn/larn.6
diff -u src/games/larn/larn.6:1.13 src/games/larn/larn.6:1.14
--- src/games/larn/larn.6:1.13	Wed Mar 11 16:37:06 2009
+++ src/games/larn/larn.6	Sat Apr 24 01:13:37 2010
@@ -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 n
-The
-.Fl n
-option suppresses the welcome message at start up, putting you directly
-into the game.
+.It Fl c
+Clear the high scores file.
+.\" .It Fl H
+.\" Set the difficulty (hardness) level.
 .It Fl h
-The
-.Fl h
-option prints the command line options.
+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
+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:

Reply via email to