Update docs to reflect change in count of procs reserved for root

from 1 to 10.

PR:             kern/40515
Submitted by:   David Schultz <dschultz@uclink.Berkeley.EDU>
MFC after:      1 day
This commit is contained in:
Mike Silbersack 2002-07-30 05:37:00 +00:00
parent e3682e195b
commit c4441bc769

View File

@ -309,7 +309,7 @@ fork1(td, flags, procp)
/*
* Although process entries are dynamically created, we still keep
* a global limit on the maximum number we will create. Don't allow
* a nonprivileged user to use the last process; don't let root
* a nonprivileged user to use the last ten processes; don't let root
* exceed the limit. The variable nprocs is the current number of
* processes, maxproc is the limit.
*/