Hello Elliot, On 09/05/2018 02:21 AM, enh wrote: > There's a detailed explanation in glob(7), so reuse the same text glob(3) > uses to redirect the reader, rather than inlining a short explanation. Thanks! Applied. Cheers, Michael > --- > man3/fnmatch.3 | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/man3/fnmatch.3 b/man3/fnmatch.3 > index 7ff2db494..40cc2dde1 100644 > --- a/man3/fnmatch.3 > +++ b/man3/fnmatch.3 > @@ -41,7 +41,8 @@ function checks whether the > .I string > argument matches the > .I pattern > -argument, which is a shell wildcard pattern. > +argument, which is a shell wildcard pattern (see > +.BR glob (7)). > .PP > The > .I flags > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/