Incomplete documentation for "ulimit" on "-v" and "-w"
Bug #725799 reported by
Peter Wu
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
dash (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
Binary package hint: dash
man dash has a section about ulimit, but the "-v" and "-w" options are missing from there.
From the source code:
#ifdef RLIMIT_AS
{ "vmemory(kbytes)", RLIMIT_AS, 1024, 'v' },
#endif
#ifdef RLIMIT_LOCKS
{ "locks", RLIMIT_LOCKS, 1, 'w' },
#endif
$ lsb_release -rd
Description: Ubuntu 10.10
Release: 10.10
dash version: 0.5.5.1-7ubuntu1
To post a comment you must log in.