diff options
| author | Benjamin Linskey | 2026-06-08 18:00:30 -0400 |
|---|---|---|
| committer | Benjamin Linskey | 2026-06-08 18:00:30 -0400 |
| commit | 13f591a11226d2c17beb794940f346fcd41d16e1 (patch) | |
| tree | 5989d47064d751304f77ff688b5f9c7b56da1b18 | |
| parent | 39f68208103f93e497ff79516548019bfb38daab (diff) | |
| download | rogue-13f591a11226d2c17beb794940f346fcd41d16e1.tar.gz | |
Update man page
| -rw-r--r-- | rogue.6 | 14 |
1 files changed, 11 insertions, 3 deletions
@@ -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 |