From 0e1845cbc6068f9f8e16db19bd357bc449be36fa Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Fri, 9 Nov 2001 16:47:43 +0000 Subject: 16228: allow widths and precisions to work with printf's %b format specifier --- Doc/Zsh/builtins.yo | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Doc') 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) -- cgit 1.4.1