From 5b2b94918ae1b038144ac32c09805d97153f9f7d Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sun, 1 May 2016 13:05:08 +0100 Subject: unposted: typo in redirect doc --- ChangeLog | 4 ++++ Doc/Zsh/redirect.yo | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index caebae18e..6d1c0ac14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2016-05-01 Peter Stephenson + + * unposted: Doc/Zsh/redirect.yo: typo. + 2016-05-01 Frank Terbeck * 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 -- cgit 1.4.1