about summary refs log tree commit diff
path: root/Doc/Zsh/builtins.yo
diff options
context:
space:
mode:
authordana <dana@dana.is>2018-09-16 18:39:55 -0500
committerdana <dana@dana.is>2018-09-16 18:39:55 -0500
commita435ab530f9cf0ebab107f48b4ff7f76d8613126 (patch)
tree29e0cc478f0f658342e5f19b419f96f2bfab82da /Doc/Zsh/builtins.yo
parent551ff842721d6ca83727dbe6cd40178f46cc8201 (diff)
downloadzsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.tar.gz
zsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.tar.xz
zsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.zip
unposted: Fix trivial formatting error in docs
Diffstat (limited to 'Doc/Zsh/builtins.yo')
-rw-r--r--Doc/Zsh/builtins.yo2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/Zsh/builtins.yo b/Doc/Zsh/builtins.yo
index f460e48a5..76b593fd2 100644
--- a/Doc/Zsh/builtins.yo
+++ b/Doc/Zsh/builtins.yo
@@ -1332,7 +1332,7 @@ If any of `tt(-m)', `tt(-o)' or `tt(-O)' are used in combination with
 case of `tt(-m)') then nothing is printed.
 )
 findex(printf)
-item(tt(printf) [ -v var(name) ] var(format) [ var(arg) ... ])(
+item(tt(printf) [ tt(-v) var(name) ] var(format) [ var(arg) ... ])(
 Print the arguments according to the format specification. Formatting
 rules are the same as used in C. The same escape sequences as for tt(echo)
 are recognised in the format. All C conversion specifications ending in