From: Pasi Kallinen Date: Thu, 10 Dec 2015 08:14:24 +0000 (+0200) Subject: Update sysconf MAXPLAYERS docs a bit X-Git-Tag: NetHack-3.6.1_RC01~1199 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f4a6ccf3f060ff3a58c1b6e5238c1872774efc1a;p=nethack Update sysconf MAXPLAYERS docs a bit --- diff --git a/doc/Guidebook.tex b/doc/Guidebook.tex index 7a0603431..1836afb68 100644 --- a/doc/Guidebook.tex +++ b/doc/Guidebook.tex @@ -3781,7 +3781,7 @@ A list of users who are allowed to use the explore mode. The syntax is the same as WIZARDS. %.lp \item[\ib{MAXPLAYERS}] -Limit the maximum number of games taht can be running at the same time. +Limit the maximum number of games that can be running at the same time. %.lp \item[\ib{SUPPORT}] A string explainign how to get local support (no default value). diff --git a/doc/fixes36.1 b/doc/fixes36.1 index 54de20e75..118e5fb56 100644 --- a/doc/fixes36.1 +++ b/doc/fixes36.1 @@ -5,6 +5,7 @@ General Fixes and Modified Features doc/*.6 man pages and corresponding doc/*.txt text copies were out of date data.base entry for "lava" had wrong first name for Don Woods' attribution cursed genocide of "none" sent in monsters, but "that's enough tries" didn't +update MAXPLAYERS documentation in sysconf file and allow 0 for it Platform- and/or Interface-Specific Fixes diff --git a/sys/unix/sysconf b/sys/unix/sysconf index 1bed4487f..1347a7a9e 100644 --- a/sys/unix/sysconf +++ b/sys/unix/sysconf @@ -33,8 +33,8 @@ EXPLORERS=* # Limit the number of simultaneous games (see also nethack.sh). # Valid values are 0-25. # Commenting this out or setting the value to 0 constructs lock files -# with UID and username, so each user may have one game at a time, but -# number of different players is not limited. +# with UID and playername, so each user may have one game at a time, +# but number of different players is not limited. # Setting this to any other value constructs the lock files with # letter and "lock" (eg. alock, block, ...) MAXPLAYERS=10