From 95749e9e652849215b5d09c5aaf8928056c41688 Mon Sep 17 00:00:00 2001 From: Matthew Martin Date: Thu, 31 Mar 2022 17:40:22 -0500 Subject: 49933: Add nonblock to sysopen --- Doc/Zsh/mod_system.yo | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Doc') 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 ) -- cgit 1.4.1