]> granicus.if.org Git - nethack/commitdiff
Update sysconf MAXPLAYERS docs a bit
authorPasi Kallinen <paxed@alt.org>
Thu, 10 Dec 2015 08:14:24 +0000 (10:14 +0200)
committerPasi Kallinen <paxed@alt.org>
Thu, 10 Dec 2015 08:14:24 +0000 (10:14 +0200)
doc/Guidebook.tex
doc/fixes36.1
sys/unix/sysconf

index 7a0603431f3b59552cae571dcaab39639b2da88c..1836afb687ee1ed9225c2feed620d54413b2decf 100644 (file)
@@ -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).
index 54de20e7512e188667c6856bf574ee0db7d0f82f..118e5fb5638a05238d74382a037d47ca9232435b 100644 (file)
@@ -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
index 1bed4487f5ee97359d9240497692bf6ea22c61e4..1347a7a9e0d0f0b8086e9811df930c6b4c899832 100644 (file)
@@ -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