From ac93c76bf6435b27430583f4006aced68e4df433 Mon Sep 17 00:00:00 2001 From: silby Date: Tue, 30 Jul 2002 05:36:34 +0000 Subject: Update docs to reflect change in count of procs reserved for root from 1 to 10. PR: kern/40515 Submitted by: David Schultz MFC after: 1 day --- lib/libc/sys/fork.2 | 2 +- lib/libc/sys/rfork.2 | 2 +- 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 -- cgit v1.1