diff options
author | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-06-29 07:55:43 +0000 |
---|---|---|
committer | Paul Janzen <pjanzen@cvs.openbsd.org> | 2000-06-29 07:55:43 +0000 |
commit | afe22eb51e4f808aa964a4c9bffba4914baa8fe3 (patch) | |
tree | d8d0de568365f4b9e3c7318f1251df495dbd3226 /games/larn/larn.6 | |
parent | 4c4981824991e9ac42791c3203847402110691a2 (diff) |
Prune some obsolete defines, in particular VT100. Eventually curses will
replace termios.
Use system-defined limits for path lengths and usernames.
Use strlcpy() for convenience and to avoid a possible buffer overflow or two.
Various small tweaks.
Diffstat (limited to 'games/larn/larn.6')
-rw-r--r-- | games/larn/larn.6 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/larn/larn.6 b/games/larn/larn.6 index 3ce82af2b95..9c544b23837 100644 --- a/games/larn/larn.6 +++ b/games/larn/larn.6 @@ -1,4 +1,4 @@ -.\" $OpenBSD: larn.6,v 1.7 1999/05/30 02:23:16 pjanzen Exp $ +.\" $OpenBSD: larn.6,v 1.8 2000/06/29 07:55:42 pjanzen Exp $ .\" $NetBSD: larn.6,v 1.3 1995/03/23 08:33:42 cgd Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -68,7 +68,7 @@ option shows the scoreboard for the game. .It Fl l The .Fl l -option shows the log file (wizard id only). +option shows the log file (wizards only). .It Fl i The .Fl i @@ -76,7 +76,7 @@ option shows the scoreboard with dead character inventories. .It Fl c The .Fl c -option creates a new game scoreboard (wizard id only). +option creates a new game scoreboard (wizards only). .It Fl n The .Fl n |