diff options
author | Klemens Nanni <klemens@posteo.de> | 2021-01-23 11:32:59 +0100 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-03-13 13:23:24 -0500 |
commit | e8be141cc02d0de474c10c7c828e39e9a82972a1 (patch) | |
tree | 90b713dfbe14884848e1dcc73497130101ee1b55 /catgirl.1 | |
parent | Add note about arrow and navigation keys (diff) | |
download | catgirl-e8be141cc02d0de474c10c7c828e39e9a82972a1.tar.gz catgirl-e8be141cc02d0de474c10c7c828e39e9a82972a1.zip |
Refer to glob(7) not sh(1)
Those patterns are not specific to the shell, many commands support them.
Notes
glob(7) does not exist on FreeBSD, but I'm going to consider that
a documentation bug on FreeBSD's part. The page exists in OpenBSD,
NetBSD and even Linux!
Diffstat (limited to '')
-rw-r--r-- | catgirl.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1 index eb48fa4..5aaee2b 100644 --- a/catgirl.1 +++ b/catgirl.1 @@ -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 |