summary refs log tree commit diff
path: root/src/options.c
diff options
context:
space:
mode:
authorGioele Barabucci <gioele@svario.it>2016-01-11 20:12:35 +0100
committerHerbert Xu <herbert@gondor.apana.org.au>2016-06-06 22:42:13 +0800
commit138f2df1e3c00183ca20d04e5084fcf4d34f330d (patch)
tree940025ecc4ef35d5232bec2e76e29381c70ec672 /src/options.c
parentshell: Fix build on Solaris 9 (diff)
downloaddash-138f2df1e3c00183ca20d04e5084fcf4d34f330d.tar.gz
dash-138f2df1e3c00183ca20d04e5084fcf4d34f330d.zip
man: Document ulimit -v
Document that `ulimit` can set the `RLIMIT_AS` limit (virtual memory) with
the `-v` flag.

Fixes: https://bugs.debian.org/78556
Reported-by: Vincent Lefevre <vincent@vinc17.net>
Signed-off-by: Gioele Barabucci <gioele@svario.it>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/options.c')
0 files changed, 0 insertions, 0 deletions
cEnroe 2021-01-20Avoid matching ':' in make tagsJune McEnroe 2021-01-19Prefer tag matches not preceded by [[:alnum:]]June McEnroe 2021-01-19Escape \ and / in mtags search patternsJune McEnroe 2021-01-20Use mtags in source-filterJune McEnroe 2021-01-19Add mtags to generate tags for make and mdocJune McEnroe 2021-01-19Map tags to IDs using only [[:alnum:]-._]June McEnroe 2021-01-19Don't use a pager if reading standard inputJune McEnroe 2021-01-19Support BSD make syntax and match *.amJune McEnroe 2021-01-19Match tab following escaped newline in make assignmentsJune McEnroe 2021-01-18Allow matching lexers using first input lineJune McEnroe