aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Linskey2026-06-08 18:00:30 -0400
committerBenjamin Linskey2026-06-08 18:00:30 -0400
commit13f591a11226d2c17beb794940f346fcd41d16e1 (patch)
tree5989d47064d751304f77ff688b5f9c7b56da1b18
parent39f68208103f93e497ff79516548019bfb38daab (diff)
downloadrogue-13f591a11226d2c17beb794940f346fcd41d16e1.tar.gz

Update man page

-rw-r--r--rogue.614
1 files changed, 11 insertions, 3 deletions
diff --git a/rogue.6 b/rogue.6
index 4598c7b..44c5f98 100644
--- a/rogue.6
+++ b/rogue.6
@@ -82,9 +82,11 @@ For more detailed directions, read the document
.%T A Guide to the Dungeons of Doom
.Re
.Sh FILES
-.Bl -tag -width /var/games/rogue.scores -compact
-.It Pa /var/games/rogue.scores
-Score file
+.Bl -tag -width $XDG_DATA_DIR/rogue/scores -compact
+.It Pa ~/.rogue/scores
+Default score file
+.It Pa $XDG_DATA_DIR/rogue/scores
+Score file when the XDG_DATA_DIR environment variable is set
.It Pa ~/rogue.save
Default save file
.El
@@ -94,6 +96,12 @@ Default save file
.%A Kenneth C. R. C. Arnold
.%T A guide to the Dungeons of Doom
.Re
+.Sh HISTORY
+.Pp
+This version of
+.Nm
+is a modification of a version distributed with NetBSD. See
+\fBhttps://git.linskey.org/rogue\fR for details.
.Sh AUTHORS
.An Timothy Stoehr
.An Michael C. Toy