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-67-g


From: Eric Blake
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.65-67-g9254d29
Date: Tue, 11 May 2010 20:14:06 +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=9254d2978b8f805681c19f7bcb64c18fb02e387d

The branch, master has been updated
       via  9254d2978b8f805681c19f7bcb64c18fb02e387d (commit)
      from  41a163620f7d4803f7e649e70b386720b8135313 (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 9254d2978b8f805681c19f7bcb64c18fb02e387d
Author: Eric Blake <address@hidden>
Date:   Tue May 11 14:13:32 2010 -0600

    Fix typo in previous patch.
    
    * doc/autoconf.texi (File Descriptors): Add end '.
    Reported by Ralf Wildenhues.
    
    Signed-off-by: Eric Blake <address@hidden>

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

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

diff --git a/ChangeLog b/ChangeLog
index 8b4c0f4..6d64056 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2010-05-11  Eric Blake  <address@hidden>
 
+       Fix typo in previous patch.
+       * doc/autoconf.texi (File Descriptors): Add end '.
+       Reported by Ralf Wildenhues.
+
        Mention how to silence program probes.
        * doc/autoconf.texi (File Descriptors): Document how to silence a
        program probe.
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 2873578..0feb7d0 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -14799,9 +14799,9 @@ redirections.  Therefore, to silently check whether a 
program exists, it
 is necessary to perform redirections on a subshell:
 
 @example
-$ @kbd{/bin/sh -c 'nosuch 2>/dev/null}
+$ @kbd{/bin/sh -c 'nosuch 2>/dev/null'}
 nosuch: not found
-$ @kbd{/bin/sh -c '(nosuch) 2>/dev/null}
+$ @kbd{/bin/sh -c '(nosuch) 2>/dev/null'}
 $ @kbd{bash -c 'nosuch 2>/dev/null'}
 @end example
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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