diff options
| author | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-26 16:23:22 +0000 |
|---|---|---|
| committer | Tim Vanderhoek <hoek@FreeBSD.org> | 1997-12-26 16:23:22 +0000 |
| commit | 6440ac243fcef65577ac25d7b3cc9de806c45204 (patch) | |
| tree | 23fadadf5c0371e546bdb951f372bd1089a20335 /lib/libc/sys | |
| parent | a2090eb8470f8ab8a6c33937bfcc17f665172674 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys')
| -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 e3822cf39182..f84cd1bab665 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 |
