Re: ulimit -R missing; --help is out of sync

2020-12-18 Thread Chet Ramey
On 12/17/20 5:26 PM, Denys Vlasenko wrote: According to the source, -R should be setting RLIMIT_RTTIME, but it does not work: bash-5.0$ ulimit -R bash: ulimit: -R: invalid option ulimit: usage: ulimit [-SHabcdefiklmnpqrstuvxPT] [limit] There isn't a system out there (well, maybe recent Linux k

ulimit -R missing; --help is out of sync

2020-12-17 Thread Denys Vlasenko
According to the source, -R should be setting RLIMIT_RTTIME, but it does not work: bash-5.0$ ulimit -R bash: ulimit: -R: invalid option ulimit: usage: ulimit [-SHabcdefiklmnpqrstuvxPT] [limit] ..and looking at the above help, I notice letters I never saw. Lets try them? bash-5.0$ ulimit -b bash