diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/pattern.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi index ef781ad308..60e9dc864b 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -420,10 +420,12 @@ This function is a GNU extension. @node Flags for Globbing @subsection Flags for Globbing -This section describes the flags that you can specify in the +This section describes the standard flags that you can specify in the @var{flags} argument to @code{glob}. Choose the flags you want, and combine them with the C bitwise OR operator @code{|}. +Note that there are @ref{More Flags for Globbing} available as GNU extensions. + @vtable @code @comment glob.h @comment POSIX.2 |