summaryrefslogtreecommitdiff
path: root/games/larn/larn.6
AgeCommit message (Collapse)Author
2000-06-29Prune some obsolete defines, in particular VT100. Eventually curses willPaul Janzen
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.
1999-05-30use standard isalpha() and isdigit(); check that screen is big enough;Paul Janzen
correct a typo, and fix up some man page paths.
1999-03-27Changes from FreeBSD: install score files, use random(), and be more carefulPaul Janzen
on exec.
1999-03-20Add some .El 's at the end of lists. From NetBSDPaul Janzen
1998-12-15Always provide an argument to .Nm in SYNOPSIS sectionPaul Janzen
1998-11-29Don't capitalize game names at the beginning of sentences.Paul Janzen
1998-02-20Update manpage to reflect the real options for the game.ryker
1995-10-18initial import of NetBSD treeTheo de Raadt