Re: Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-11 Thread Clark J. Wang
I forgot to reply to all On Fri, Feb 11, 2011 at 11:15 PM, Chet Ramey wrote: > On 2/11/11 3:53 AM, Clark J. Wang wrote: > > > > > > On Thu, Feb 10, 2011 at 10:21 PM, Chet Ramey > > wrote: > > > > On 2/10/11 4:03 AM, Clark J. Wang wrote: > > > help: help [-dms

Re: Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-11 Thread Chet Ramey
On 2/10/11 5:34 PM, Chris F.A. Johnson wrote: > On Thu, 10 Feb 2011, Maarten Billemont wrote: > >> On 10 Feb 2011, at 15:21, Chet Ramey wrote: >>> >>> On 2/10/11 4:03 AM, Clark J. Wang wrote: help: help [-dms] [pattern ...] From my understanding the *pattern* here must be a glob-sty

Re: Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-10 Thread Chris F.A. Johnson
On Thu, 10 Feb 2011, Maarten Billemont wrote: On 10 Feb 2011, at 15:21, Chet Ramey wrote: On 2/10/11 4:03 AM, Clark J. Wang wrote: help: help [-dms] [pattern ...] From my understanding the *pattern* here must be a glob-style pattern (wildcard) so `readonly' does not match the pattern `read'.

Re: Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-10 Thread Maarten Billemont
On 10 Feb 2011, at 15:21, Chet Ramey wrote: > > On 2/10/11 4:03 AM, Clark J. Wang wrote: >> help: help [-dms] [pattern ...] >> >> From my understanding the *pattern* here must be a glob-style pattern >> (wildcard) so `readonly' does not match the pattern `read'. > > The pattern is composed of th

Re: Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-10 Thread Chet Ramey
On 2/10/11 4:03 AM, Clark J. Wang wrote: > help: help [-dms] [pattern ...] > > From my understanding the *pattern* here must be a glob-style pattern > (wildcard) so `readonly' does not match the pattern `read'. The pattern is composed of the same characters as a glob pattern, but it's treated mor

Don't show help of `readonly' and `readarray' when I run `help read'

2011-02-10 Thread Clark J. Wang
help: help [-dms] [pattern ...] >From my understanding the *pattern* here must be a glob-style pattern (wildcard) so `readonly' does not match the pattern `read'. -- Clark