diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/fork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/fork.2 b/lib/libc/sys/fork.2 index e3822cf..f84cd1b 100644 --- a/lib/libc/sys/fork.2 +++ b/lib/libc/sys/fork.2 @@ -106,7 +106,7 @@ MIB variable .It Bq Er EAGAIN The user is not the super user, and the soft resource limit corresponding to the resource parameter -.Dv RLIMIT_NOFILE +.Dv RLIMIT_NPROC would be exceeded (see .Xr getrlimit 2 ) . .It Bq Er ENOMEM |