about summary refs log tree commit diff
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
parent551ff842721d6ca83727dbe6cd40178f46cc8201 (diff)
downloadzsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.tar.gz
zsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.tar.xz
zsh-a435ab530f9cf0ebab107f48b4ff7f76d8613126.zip
unposted: Fix trivial formatting error in docs
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/builtins.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b83c4e86e..da7c44c5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-09-16  dana  <dana@dana.is>
+
+	* unposted: Doc/Zsh/builtins.yo: Fix trivial formatting error
+
 2018-09-16  Peter Stephenson  <p.w.stephenson@ntlworld.com>
 
 	* 43464: Src/exec.c, Src/jobs.c, Src/signals.c, Src/utils.c:
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