about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Stephenson <pws@zsh.org>2016-05-01 13:05:08 +0100
committerPeter Stephenson <pws@zsh.org>2016-05-01 13:05:08 +0100
commit5b2b94918ae1b038144ac32c09805d97153f9f7d (patch)
tree858599f6b00245fe6f2ba4697c042bb9e430a9a7
parent857153c507ce0fc0d0e4180aad9896a5eaefc442 (diff)
downloadzsh-5b2b94918ae1b038144ac32c09805d97153f9f7d.tar.gz
zsh-5b2b94918ae1b038144ac32c09805d97153f9f7d.tar.xz
zsh-5b2b94918ae1b038144ac32c09805d97153f9f7d.zip
unposted: typo in redirect doc
-rw-r--r--ChangeLog4
-rw-r--r--Doc/Zsh/redirect.yo2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index caebae18e..6d1c0ac14 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2016-05-01  Peter Stephenson  <p.stephenson@samsung.com>
+
+	* unposted: Doc/Zsh/redirect.yo: typo.
+
 2016-05-01  Frank Terbeck  <ft@bewatermyfriend.org>
 
 	* 38381: Completion/Unix/Command/_picocom: Add completion for
diff --git a/Doc/Zsh/redirect.yo b/Doc/Zsh/redirect.yo
index 66160a61e..c793638b7 100644
--- a/Doc/Zsh/redirect.yo
+++ b/Doc/Zsh/redirect.yo
@@ -246,7 +246,7 @@ In the case above, the tt(>&1) refers to the standard output at the
 start of the line; the result is similar to the tt(tee) command.
 However, consider:
 
-exmaple(date >output >&1)
+example(date >output >&1)
 
 As redirections are evaluated in order, when the tt(>&1) is encountered
 the standard output is set to the file tt(output) and another copy of