summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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