diff options
author | 1996-09-15 03:45:01 +0000 | |
---|---|---|
committer | 1996-09-15 03:45:01 +0000 | |
commit | 7c656689ec7618dc2e8dad80657a136d71321e5b (patch) | |
tree | 68af1f28ae85d518573d6bd390ff5d9d55de9b9d /lib/libc | |
parent | document ``ulimit'' builtin. (diff) | |
download | wireguard-openbsd-7c656689ec7618dc2e8dad80657a136d71321e5b.tar.xz wireguard-openbsd-7c656689ec7618dc2e8dad80657a136d71321e5b.zip |
sh(1) has now has ulimit so that's no longer a bug.
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/getrlimit.2 | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/lib/libc/sys/getrlimit.2 b/lib/libc/sys/getrlimit.2 index 33b956bb1f2..c81379974d7 100644 --- a/lib/libc/sys/getrlimit.2 +++ b/lib/libc/sys/getrlimit.2 @@ -127,7 +127,12 @@ this system call must be executed directly by the shell if it is to affect all future processes created by the shell; .Ic limit is thus a built-in command to -.Xr csh 1 . +.Xr csh 1 +and +.Ic ulimit +is the +.Xr sh 1 +equivalent. .Pp The system refuses to extend the data or stack space when the limits would be exceeded in the normal way: a @@ -173,19 +178,11 @@ raised the maximum limit value, and the caller is not the super-user. .El .Sh SEE ALSO .Xr csh 1 , +.Xr sh 1 , .Xr quota 2 , .Xr sigaction 2 , .Xr sigaltstack 2 , .Xr sysctl 3 -.Sh BUGS -There should be -.Ic limit -and -.Ic unlimit -commands in -.Xr sh 1 -as well as in -.Xr csh . .Sh HISTORY The .Fn getrlimit |