diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-12-21 00:02:06 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2013-01-13 13:24:28 -0500 |
commit | e557e9e51927c46fda6a3e312efed23f403d6ff0 (patch) | |
tree | b7ef32ee991486a3072d8c451884c7c84e62be9c | |
parent | 0428cec91e38b5f6970dece9fdde9027eff661d6 (diff) | |
download | glibc-e557e9e51927c46fda6a3e312efed23f403d6ff0.tar glibc-e557e9e51927c46fda6a3e312efed23f403d6ff0.tar.gz glibc-e557e9e51927c46fda6a3e312efed23f403d6ff0.tar.bz2 glibc-e557e9e51927c46fda6a3e312efed23f403d6ff0.zip |
manual: glob flags: mention the GNU extensions
The glob flags page reads as if this section is comprehensive when it
is not -- a lot of GNU extensions exist. Point that out in the intro.
Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | manual/pattern.texi | 4 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,9 @@ 2013-01-13 Mike Frysinger <vapier@gentoo.org> + * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions. + +2013-01-13 Mike Frysinger <vapier@gentoo.org> + * manual/pattern.texi (glob_t): Document gl_flags. (glob64_t): Likewise. 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 |