diff mbox series

[2/1] man: document ulimit -w

Message ID 20221217151717.tiupxl7jrgwvwjsr@tarta.nabijaczleweli.xyz (mailing list archive)
State Accepted
Delegated to: Herbert Xu
Headers show
Series miscbltin: ulimitcmd: actually accept -r | expand

Commit Message

Ahelenia ZiemiaƄska Dec. 17, 2022, 3:17 p.m. UTC
And fix the synopsis.

Fixes: commit 05c1076ba2d1a68fe7f3a5ae618f786b8898d327 ("Initial
 import.)"
Fixes: https://bugs.debian.org/850202
---
 src/dash.1 | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/dash.1 b/src/dash.1
index ff02237..c9eace4 100644
--- a/src/dash.1
+++ b/src/dash.1
@@ -2121,7 +2121,7 @@  printed; for commands and tracked aliases the complete pathname of the
 command is printed.
 .It ulimit Xo
 .Op Fl H \*(Ba Fl S
-.Op Fl a \*(Ba Fl tfdscmlpnv Op Ar value
+.Op Fl a \*(Ba Fl tfdscmlpnvwr Op Ar value
 .Xc
 Inquire about or set the hard or soft limits on processes or set new
 limits.
@@ -2174,6 +2174,8 @@  show or set the limit on the number files a process can have open at once
 .It Fl v
 show or set the limit on the total virtual memory that can be
 in use by a process (in kilobytes)
+.It Fl w
+show or set the limit on the total number of locks held by a process
 .It Fl r
 show or set the limit on the real-time scheduling priority of a process
 .El