summaryrefslogtreecommitdiffstats
path: root/SOURCES/bash-4.0.10-typo.patch
diff options
context:
space:
mode:
authorPete Travis <immanetize@fedoraproject.org>2014-10-01 11:59:35 -0600
committerPete Travis <immanetize@fedoraproject.org>2014-10-01 11:59:35 -0600
commit4a895d111d1b13ddb624a8d055d217e695361447 (patch)
tree03c8d4640a38d58fbdc5c8ef5458a2613f55e3fb /SOURCES/bash-4.0.10-typo.patch
parentf5afed3fb60ea2a362cfd696b9edf259ca33e1da (diff)
downloadrpmbuild-sles11.2-bash.tar.gz
rpmbuild-sles11.2-bash.tar.xz
rpmbuild-sles11.2-bash.zip
sles 11.2 bash, in wholesles11.2-bash
Diffstat (limited to 'SOURCES/bash-4.0.10-typo.patch')
-rw-r--r--SOURCES/bash-4.0.10-typo.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/SOURCES/bash-4.0.10-typo.patch b/SOURCES/bash-4.0.10-typo.patch
new file mode 100644
index 0000000..e92826c
--- /dev/null
+++ b/SOURCES/bash-4.0.10-typo.patch
@@ -0,0 +1,22 @@
+| Date: Sat, 14 Mar 2009 21:14:06 +0100
+| From: Andreas Schwab <schwab@linux-m68k.org>
+| To: bug-bash@gnu.org
+| Subject: [bash-bug] Doc typo
+|
+| A small typo in the bash doc.
+|
+| Andreas.
+|
+Index: doc/bashref.texi
+===================================================================
+--- doc/bashref.texi.orig
++++ doc/bashref.texi
+@@ -864,7 +864,7 @@ operator terminates a pattern list.
+ A list of patterns and an associated command-list is known
+ as a @var{clause}.
+
+-Each clause must be terminated with @samp{;;}, @samp{,&}, or @samp{;;&}.
++Each clause must be terminated with @samp{;;}, @samp{;&}, or @samp{;;&}.
+ The @var{word} undergoes tilde expansion, parameter expansion, command
+ substitution, arithmetic expansion, and quote removal before matching is
+ attempted. Each @var{pattern} undergoes tilde expansion, parameter