[SCM] GNU Autoconf source repository branch, master, updated. v2.68-71-g9ddea20
"Paul Eggert" <[email protected]> Sat, 18 Jun 2011 21:36:44 +0000
| Newsgroups | gmane.comp.sysutils.autoconf.cvs |
|---|---|
| Message-ID | <[email protected]> |
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=9ddea209e5240e7d64d54c888df81b29ccebdd3b
The branch, master has been updated
via 9ddea209e5240e7d64d54c888df81b29ccebdd3b (commit)
from 64a4d1799faf2ab8d1359c85c0ca84a036d44b28 (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 9ddea209e5240e7d64d54c888df81b29ccebdd3b
Author: Paul Eggert <[email protected]>
Date: Sat Jun 18 14:36:22 2011 -0700
* doc/autoconf.texi (File Descriptors): Fix texinfo typo.
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 4 ++++
doc/autoconf.texi | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 885e545..aaa1640 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-18 Paul Eggert <[email protected]>
+
+ * doc/autoconf.texi (File Descriptors): Fix texinfo typo.
+
2011-06-14 Eric Blake <[email protected]>
doc: mention more about ksh cloexec behavior
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index 6ec0dc4..637c272 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -15456,7 +15456,7 @@ containing subshell or command group, rather than relying on
that involved in the fork-and-exec which runs a program or script):
@example
-$ @kbd{echo 'echo hello >&5' >k
+$ @kbd{echo 'echo hello >&5' >k}
$ @kbd{/bin/sh -c 'exec 5>t; ksh ./k; exec 5>&-; cat t}
hello
$ @kbd{bash -c 'exec 5>t; ksh ./k; exec 5>&-; cat t}
hooks/post-receive
--
GNU Autoconf source repository