From 1e0ba96c7d5a5bbdde3419bd802df788ad6b7e58 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Wed, 5 Aug 2015 19:19:57 +0200 Subject: 35954: Doc: sysopen -u is not optional --- Doc/Zsh/mod_system.yo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Doc/Zsh/mod_system.yo') diff --git a/Doc/Zsh/mod_system.yo b/Doc/Zsh/mod_system.yo index e4d4c31f7..5feb7dd99 100644 --- a/Doc/Zsh/mod_system.yo +++ b/Doc/Zsh/mod_system.yo @@ -31,12 +31,12 @@ not recognised (no message is printed for this). findex(sysopen) redef(SPACES)(0)(tt(ifztexi(NOTRANS(@ @ @ @ @ @ @ @ ))ifnztexi( ))) xitem(tt(sysopen) [ tt(-arw) ] [ tt(-m) var(permissions) ] [ tt(-o) var(options) ]) -item(SPACES()[ tt(-u) var(fd) ] var(file))( +item(SPACES()tt(-u) var(fd) var(file))( This command opens a file. The tt(-r), tt(-w) and tt(-a) flags indicate whether the file should be opened for reading, writing and appending, respectively. The tt(-m) option allows the initial permissions to use when creating a file to be specified in octal form. The file descriptor is -specified with -u. Either an explicit file descriptor in the range 0 to 9 can +specified with tt(-u). Either an explicit file descriptor in the range 0 to 9 can be specified or a variable name can be given to which the file descriptor number will be assigned. -- cgit 1.4.1