Refer to glob(7) not sh(1)
Those patterns are not specific to the shell, many commands support them.weechat-hashes
parent
69450d9fe0
commit
e8be141cc0
|
@ -114,7 +114,7 @@ which may contain
|
|||
and
|
||||
.Ql []
|
||||
wildcards as in
|
||||
.Xr sh 1 .
|
||||
.Xr glob 7 .
|
||||
The format of the pattern is as follows:
|
||||
.Bd -ragged -offset indent
|
||||
.Ar nick Ns Oo Ar !user@host
|
||||
|
@ -246,7 +246,7 @@ which may contain
|
|||
and
|
||||
.Ql []
|
||||
wildcards as in
|
||||
.Xr sh 1 .
|
||||
.Xr glob 7 .
|
||||
The format of the pattern is as follows:
|
||||
.Bd -ragged -offset indent
|
||||
.Ar nick Ns Oo Ar !user@host
|
||||
|
|
Loading…
Reference in New Issue