From 5d4492c974d62d85ef73a40740fdb986f7551c41 Mon Sep 17 00:00:00 2001 From: Bart Schaefer Date: Thu, 31 May 2001 07:38:00 +0000 Subject: Tweak builtins.yo formatting. --- Doc/Zsh/builtins.yo | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'Doc') diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo index b249ca472..4458368cd 100644 --- a/Doc/Zsh/builtins.yo +++ b/Doc/Zsh/builtins.yo @@ -831,7 +831,7 @@ from the editor buffer with tt(-z), when called from within completion with tt(-c) or tt(-l), with tt(-q) which clears the input queue before reading, or within zle where other mechanisms should be used to test for input. - +ifzman( ) Note that read does not attempt to alter the input processing mode. The default mode is canonical input, in which an entire line is read at a time, so usually `tt(read -t)' will not read anything until an entire line has @@ -840,8 +840,7 @@ this is automatically handled; note that only availability of the first character is tested, so that e.g. `tt(read -t -k 2)' can still block on the second character. ) -ifnzman(enditem() -) +enditem() If the first argument contains a `tt(?)', the remainder of this word is used as a var(prompt) on standard error when the shell is interactive. @@ -857,7 +856,6 @@ tt(-p) cancels tt(-u), tt(-k) cancels tt(-z), and otherwise tt(-z) cancels both tt(-p) and tt(-u). The tt(-c) or tt(-l) flags cancel any and all of tt(-kpquz). -ifzman(enditem()) ) cindex(parameters, marking readonly) alias(readonly)(typeset -r) -- cgit 1.4.1