about summary refs log tree commit diff
path: root/Doc
diff options
context:
space:
mode:
authorOliver Kiddle <opk@users.sourceforge.net>2001-11-09 16:47:43 +0000
committerOliver Kiddle <opk@users.sourceforge.net>2001-11-09 16:47:43 +0000
commit0e1845cbc6068f9f8e16db19bd357bc449be36fa (patch)
tree64d82eef0411dfd43205b153b782beb73a4d7fa4 /Doc
parent9d2b48504eb08849bbeb6c740ab5b5cb9b5431ff (diff)
downloadzsh-0e1845cbc6068f9f8e16db19bd357bc449be36fa.tar.gz
zsh-0e1845cbc6068f9f8e16db19bd357bc449be36fa.tar.xz
zsh-0e1845cbc6068f9f8e16db19bd357bc449be36fa.zip
16228: allow widths and precisions to work with printf's %b format specifier
Diffstat (limited to 'Doc')
-rw-r--r--Doc/Zsh/builtins.yo7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index c312842c2..463bfcf53 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -745,9 +745,10 @@ with the normal style and the handling of such mixed styles may be subject
 to future change.
 
 If arguments remain unused after formatting, the format string is reused
-until all arguments have been consumed. If more arguments are required by
-the format than have been specified, the behaviour is as if zero or an
-empty string had been specified as the argument.
+until all arguments have been consumed. With the tt(print) builtin, this
+can be suppressed by using the tt(-r) option. If more arguments are
+required by the format than have been specified, the behaviour is as if
+zero or an empty string had been specified as the argument.
 )
 findex(pushd)
 pindex(PUSHD_TO_HOME, use of)