about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2014-06-26 10:48:19 +0100
committerPeter Stephenson <pws@zsh.org>2014-06-26 10:48:19 +0100
commite0dccff13e0c190e75d0a8d40537ea96abfecb93 (patch)
treed90ddd2f5d2d6b205d36ff7bf6adccf7bdb6a36e /Doc
parent920db696cb53122bec0c8a83087852e7e8c018f0 (diff)
downloadzsh-e0dccff13e0c190e75d0a8d40537ea96abfecb93.tar.gz
zsh-e0dccff13e0c190e75d0a8d40537ea96abfecb93.tar.xz
zsh-e0dccff13e0c190e75d0a8d40537ea96abfecb93.zip
32799: resource NTHR not well handled on NetBSD
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index 9905ab5ca..dd090d65f 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1940,6 +1940,9 @@ sitem(tt(-m))(Kilobytes on the size of physical memory.)
 sitem(tt(-n))(open file descriptors.)
 sitem(tt(-p))(The number of pseudo-terminals.)
 sitem(tt(-q))(Bytes in POSIX message queues.)
+sitem(tt(-r))(Maximum real time priority.  On some systems where this
+is not available, such as NetBSD, this has the same effect as tt(-T)
+for compatibility with tt(sh).)
 sitem(tt(-s))(Kilobytes on the size of the stack.)
 sitem(tt(-T))(The number of simultaneous threads available to the user.)
 sitem(tt(-t))(CPU seconds to be used.)