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>
This commit is contained in:
Mike Frysinger 2012-12-21 00:02:06 -05:00
parent 0428cec91e
commit e557e9e519
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,7 @@
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.

View File

@ -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