about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorMatthew Martin <phy1729@gmail.com>2022-03-31 17:40:22 -0500
committerMatthew Martin <phy1729@gmail.com>2022-03-31 17:40:41 -0500
commit95749e9e652849215b5d09c5aaf8928056c41688 (patch)
tree3ad81b6793a7c606d2f2a9cebb645cb9490f4ec6 /Doc
parent9e0303b044b37fc4bffd7ae4375bc6026d06f342 (diff)
downloadzsh-95749e9e652849215b5d09c5aaf8928056c41688.tar.gz
zsh-95749e9e652849215b5d09c5aaf8928056c41688.tar.xz
zsh-95749e9e652849215b5d09c5aaf8928056c41688.zip
49933: Add nonblock to sysopen
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_system.yo3
1 files changed, 3 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo
index 399b6fe03..884c3e753 100644
--- a/Doc/Zsh/mod_system.yo
+++ b/Doc/Zsh/mod_system.yo
@@ -62,6 +62,9 @@ suppress updating of the file atime
 item(tt(nofollow))(
 fail if var(file) is a symbolic link
 )
+item(tt(nonblock))(
+the file is opened in nonblocking mode
+)
 item(tt(sync))(
 request that writes wait until data has been physically written
 )