From a3cc409b9b6df92c9517926861d6cdae537f0456 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Thu, 20 Nov 2014 17:12:15 +0000 Subject: unposted but c.f. 33723: typo in FAQ sed argument had unterminated substitution. --- ChangeLog | 5 +++++ Etc/FAQ.yo | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0e580af4c..6af41b680 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-11-20 Peter Stephenson + + * unposted but see 33723: Etc/FAQ.yo: typo in sed command that's + been there about twenty years. + 2014-11-19 Peter Stephenson * users/19404: Etc/FAQ.yo: login shells are not after all diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index dcb2ec579..7d4b86ec3 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -1763,7 +1763,7 @@ sect(Why is my output duplicated with `tt(foo 2>&1 >foo.out | bar)'?) actually see is that the output is going both to the pipe and into the file. To be more explicit, here's the same example with real commands: verb( - % { print output; print error >&2 } 2>&1 >foo.out | sed 's/error/erratic' + % { print output; print error >&2 } 2>&1 >foo.out | sed 's/error/erratic/' erratic output % cat foo.out -- cgit 1.4.1