Copy from Base:System/bash based on submit request 18772 from user coolo OBS-URL: https://build.opensuse.org/request/show/18772 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/bash?expand=0&rev=43
		
			
				
	
	
		
			23 lines
		
	
	
		
			830 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
			
		
		
	
	
			23 lines
		
	
	
		
			830 B
		
	
	
	
		
			Diff
		
	
	
	
	
	
| 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
 |