about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@users.sourceforge.net>2012-08-17 13:26:22 +0000
committerPeter Stephenson <pws@users.sourceforge.net>2012-08-17 13:26:22 +0000
commite92a823a4b143f42dcb867f74f25b074cd991666 (patch)
tree2b07295d31ee4074221b7604c11d08e50705363d /Doc
parent9fdcd824d8df307081723ec5f0ae04c838b2b7b8 (diff)
downloadzsh-e92a823a4b143f42dcb867f74f25b074cd991666.tar.gz
zsh-e92a823a4b143f42dcb867f74f25b074cd991666.tar.xz
zsh-e92a823a4b143f42dcb867f74f25b074cd991666.zip
30629 plus unposted formatting changes:
support socket buffer size limit properly in ulimit;
improve consistency of output and documentation and tweak formatting appropriately
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo11
1 files changed, 6 insertions, 5 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index f0af72085..894f65a3e 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1764,19 +1764,20 @@ tt(ulimit -a) will show which are supported.
 
 startsitem()
 sitem(tt(-a))(Lists all of the current resource limits.)
+sitem(tt(-b))(Socket buffer size in bytes LPAR()N.B. not kilobytes+RPAR())
 sitem(tt(-c))(512-byte blocks on the size of core dumps.)
-sitem(tt(-d))(K-bytes on the size of the data segment.)
+sitem(tt(-d))(Kilobytes on the size of the data segment.)
 sitem(tt(-f))(512-byte blocks on the size of files written.)
 sitem(tt(-i))(The number of pending signals.)
-sitem(tt(-l))(K-bytes on the size of locked-in memory.)
-sitem(tt(-m))(K-bytes on the size of physical memory.)
+sitem(tt(-l))(Kilobytes on the size of locked-in memory.)
+sitem(tt(-m))(Kilobytes on the size of physical memory.)
 sitem(tt(-n))(open file descriptors.)
 sitem(tt(-q))(Bytes in POSIX message queues.)
-sitem(tt(-s))(K-bytes on the size of the stack.)
+sitem(tt(-s))(Kilobytes on the size of the stack.)
 sitem(tt(-t))(CPU seconds to be used.)
 sitem(tt(-r))(The number of simultaneous threads available to the user.)
 sitem(tt(-u))(The number of processes available to the user.)
-sitem(tt(-v))(K-bytes on the size of virtual memory.  On some systems this
+sitem(tt(-v))(Kilobytes on the size of virtual memory.  On some systems this
 refers to the limit called `address space'.)
 sitem(tt(-x))(The number of locks on files.)
 endsitem()