summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsilby <silby@FreeBSD.org>2002-07-30 05:36:34 +0000
committersilby <silby@FreeBSD.org>2002-07-30 05:36:34 +0000
commitac93c76bf6435b27430583f4006aced68e4df433 (patch)
treefd08b7080fcb2923dcdc1da6d3e7cfe8f435d907
parent83c61fd14f767e44be00b8629b2cd47d38f0bd59 (diff)
downloadFreeBSD-src-ac93c76bf6435b27430583f4006aced68e4df433.zip
FreeBSD-src-ac93c76bf6435b27430583f4006aced68e4df433.tar.gz
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
-rw-r--r--lib/libc/sys/fork.22
-rw-r--r--lib/libc/sys/rfork.22
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2
index f612104..82f6629 100644
--- a/lib/libc/sys/fork.2
+++ b/lib/libc/sys/fork.2
@@ -101,7 +101,7 @@ The limit is given by the
.Xr sysctl 3
MIB variable
.Dv KERN_MAXPROC .
-(The limit is actually one less than this
+(The limit is actually ten less than this
except for the super user).
.It Bq Er EAGAIN
The user is not the super user, and
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 4d8a516..60eb9b3 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -121,7 +121,7 @@ The limit is given by the
.Xr sysctl 3
MIB variable
.Dv KERN_MAXPROC .
-(The limit is actually one less than this
+(The limit is actually ten less than this
except for the super user).
.It Bq Er EAGAIN
The user is not the super user, and
OpenPOWER on IntegriCloud