j> + If \fIdelimiter\fP is not found or \fIword\fP is null, reading proceeds to
the end of file.
Make that just
If \fIdelimiter\fP is not found, reading proceeds to the end of file.
I can't reproduce the other today without getting an error.
On Wed, 17 Dec 2008, Chet Ramey wrote:
> Bash-3.2 doesn't treat process substitution specially during brace expansion.
> It's subject to the same brace expansion as any other word.
>
> The next release of bash will pass the contents of process substitution
> through brace expansion unchanged.
>
> Configuration Information [Automatically generated, do not change]:
> Machine: i686
> OS: linux-gnu
> Compiler: gcc
> Compilation CFLAGS: -DPROGRAM='bash' -DCONF_HOSTTYPE='i686'
> -DCONF_OSTYPE='linux-gnu' -DCONF_MACHTYPE='i686-pc-linux-gnu'
> -DCONF_VENDOR='pc' -DLOCALEDIR='/usr/share/locale'