[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] docs: fixed minor typos
From: |
Stefano Lattarini |
Subject: |
[PATCH] docs: fixed minor typos |
Date: |
Mon, 8 Aug 2011 19:21:59 +0200 |
* doc/autoconf.texi (Shell Functions): Fixed a couple of minor
typos.
---
ChangeLog | 6 ++++++
doc/autoconf.texi | 6 +++---
2 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index 4d850bd..b3b721b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2011-08-08 Stefano Lattarini <address@hidden>
+
+ docs: fixed minor typos
+ * doc/autoconf.texi (Shell Functions): Fixed a couple of minor
+ typos.
+
2011-08-04 Stefano Lattarini <address@hidden>
docs: another Solaris sh bug with redirected `:'
diff --git a/doc/autoconf.texi b/doc/autoconf.texi
index c6837eb..7c1818d 100644
--- a/doc/autoconf.texi
+++ b/doc/autoconf.texi
@@ -16929,11 +16929,11 @@ segmentation fault. To work around the issue, you
can use
in the execution flow of the function (@pxref{Common Shell Constructs}).
Not all shells treat shell functions as simple commands impacted by
address@hidden -e}, for example with Solaris 10 @command{bin/sh}:
address@hidden -e}, for example with Solaris 10 @command{/bin/sh}:
@example
-$ @kbd{bash -c 'f() @{ return 1; @}; set -e; f; echo oops}
-$ @kbd{/bin/sh -c 'f() @{ return 1; @}; set -e; f; echo oops}
+$ @kbd{bash -c 'f() @{ return 1; @}; set -e; f; echo oops'}
+$ @kbd{/bin/sh -c 'f() @{ return 1; @}; set -e; f; echo oops'}
oops
@end example
--
1.7.2.3
- [PATCH] docs: fixed minor typos,
Stefano Lattarini <=