From: Mike Frysinger Date: Fri, 21 Dec 2012 05:02:06 +0000 (-0500) Subject: manual: glob flags: mention the GNU extensions X-Git-Tag: glibc-2.18~824 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e557e9e51927c46fda6a3e312efed23f403d6ff0;p=thirdparty%2Fglibc.git 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 Signed-off-by: Mike Frysinger --- diff --git a/ChangeLog b/ChangeLog index 5200a487e71..55c36f2f7f7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2013-01-13 Mike Frysinger + + * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions. + 2013-01-13 Mike Frysinger * manual/pattern.texi (glob_t): Document gl_flags. diff --git a/manual/pattern.texi b/manual/pattern.texi index ef781ad308b..60e9dc864bb 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