summary refs log tree commit diff
diff options
context:
space:
mode:
authorKlemens Nanni <klemens@posteo.de>2021-01-23 11:32:59 +0100
committerJune McEnroe <june@causal.agency>2021-03-13 13:23:24 -0500
commite8be141cc02d0de474c10c7c828e39e9a82972a1 (patch)
tree90b713dfbe14884848e1dcc73497130101ee1b55
parentAdd note about arrow and navigation keys (diff)
downloadcatgirl-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.14
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
td> 2020-04-26Fall back to Content-Type name parameter for attachmentsJune McEnroe 2020-04-26Remove margins in article.message headerJune McEnroe 2020-04-26Generate index.atomJune McEnroe 2020-04-26Generate XHTML content in Atom entriesJune McEnroe 2020-04-25Style index pageJune McEnroe 2020-04-25Render index.htmlJune McEnroe 2020-04-25Wrap <summary> replies count in <data>June McEnroe 2020-04-25Accumulate thread envelopes before concatenationJune McEnroe 2020-04-24Free envelope in concatDataJune McEnroe 2020-04-24Use replyTo address in mailto:June McEnroe 2020-04-23Wrap quoted lines in <q>June McEnroe