about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2015-08-10 09:25:13 +0100
committerPeter Stephenson <pws@zsh.org>2015-08-10 09:25:13 +0100
commitade35d3c2689da409fd23029b91fd1327d808291 (patch)
treeff1501df10a29cdc832e5ee46d2cfde604938df5 /Doc
parentdf5f825538720a9422859200d58d075d1dd075fc (diff)
downloadzsh-ade35d3c2689da409fd23029b91fd1327d808291.tar.gz
zsh-ade35d3c2689da409fd23029b91fd1327d808291.tar.xz
zsh-ade35d3c2689da409fd23029b91fd1327d808291.zip
35885: document closing fd's opened with sysopen
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/mod_system.yo5
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo
index 5feb7dd99..7f2009b43 100644
--- a/Doc/Zsh/mod_system.yo
+++ b/Doc/Zsh/mod_system.yo
@@ -68,6 +68,11 @@ item(tt(trunc))(
 truncate file to size 0
 )
 enditem()
+
+To close the file, use one of the following:
+
+example(tt(exec {)var(fd)tt(}<&-)
+tt(exec {)var(fd)tt(}>&-))
 )
 findex(sysread)
 redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ @ @ ))ifnztexi(        )))