From 9ddea209e5240e7d64d54c888df81b29ccebdd3b Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sat, 18 Jun 2011 14:36:22 -0700 Subject: [PATCH] * doc/autoconf.texi (File Descriptors): Fix texinfo typo. --- ChangeLog | 4 ++++ doc/autoconf.texi | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 885e545a..aaa16408 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2011-06-18 Paul Eggert + + * doc/autoconf.texi (File Descriptors): Fix texinfo typo. + 2011-06-14 Eric Blake doc: mention more about ksh cloexec behavior diff --git a/doc/autoconf.texi b/doc/autoconf.texi index 6ec0dc41..637c2722 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} -- 2.47.2