autoconf-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Autoconf source repository branch, master, updated. v2.65-31-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-31-g56f5b9b
Date: Thu, 14 Jan 2010 14:00:50 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=56f5b9bc6a3a4a4dccea38005e211066d1ba96cd

The branch, master has been updated
       via  56f5b9bc6a3a4a4dccea38005e211066d1ba96cd (commit)
      from  f4fc1ad9bbd765a84dd6033e03541ffde9c7c045 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 56f5b9bc6a3a4a4dccea38005e211066d1ba96cd
Author: Eric Blake <address@hidden>
Date:   Wed Jan 13 09:46:35 2010 -0700

    Fix previous example.
    
    * doc/autoconf.texi (Here-Documents): Touch up the example to
    match output to sample command line.
    
    Signed-off-by: Eric Blake <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    4 ++++
 doc/autoconf.texi |    6 ++++--
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 3fa0c5d..1719deb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-01-13  Eric Blake  <address@hidden>
 
+       Fix previous example.
+       * doc/autoconf.texi (Here-Documents): Touch up the example to
+       match output to sample command line.
+
        Document here-doc pitfall.
        * doc/autoconf.texi (Here-Documents): Mention problem with <<-
        operator.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 31550fd..1549f89 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -14698,13 +14698,15 @@ spaces (not all shells are nice enough to warn about 
unterminated
 here-documents).
 
 @example
-$ @kbd{printf 'cat <<-x\n\t1\n\t 2\n\tx\n' | bash && echo oops}
+$ @kbd{printf 'cat <<-x\n\t1\n\t 2\n\tx\n' | bash && echo done}
 1
  2
-$ @kbd{printf 'cat <<-x\n 1\n  2\n x\n' | bash-3.2 && echo oops}
+done
+$ @kbd{printf 'cat <<-x\n 1\n  2\n x\n' | bash-3.2 && echo done}
  1
   2
  x
+done
 @end example
 
 @node File Descriptors


hooks/post-receive
-- 
GNU Autoconf source repository




reply via email to

[Prev in Thread] Current Thread [Next in Thread]