From: Mike Frysinger Date: Fri, 21 Dec 2012 04:59:42 +0000 (-0500) Subject: manual: glob: document the gl_flags field X-Git-Tag: glibc-2.18~825 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0428cec91e38b5f6970dece9fdde9027eff661d6;p=thirdparty%2Fglibc.git manual: glob: document the gl_flags field The More Flags for Globbing section indirectly mentions gl_flags when talking about GLOB_MAGCHAR. Mention it explicitly when covering the glob_t types. Reviewed-by: Carlos O'Donell Signed-off-by: Mike Frysinger --- diff --git a/ChangeLog b/ChangeLog index 33cc724128d..5200a487e71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-01-13 Mike Frysinger + + * manual/pattern.texi (glob_t): Document gl_flags. + (glob64_t): Likewise. + 2013-01-11 David S. Miller * math/Makefile: Recognize gmp-sysdep_routines. diff --git a/manual/pattern.texi b/manual/pattern.texi index 28b1d74b9f7..ef781ad308b 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -233,6 +233,12 @@ following symbolic links. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of this field is @code{@w{int (*) (const char *,} @w{struct stat *)}}. +This is a GNU extension. + +@item gl_flags +The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR} +might be set. See @ref{Flags for Globbing} for more details. + This is a GNU extension. @end table @end deftp @@ -311,6 +317,12 @@ following symbolic links. It is used if the @code{GLOB_ALTDIRFUNC} bit is set in the flag parameter. The type of this field is @code{@w{int (*) (const char *,} @w{struct stat64 *)}}. +This is a GNU extension. + +@item gl_flags +The flags used when @code{glob} was called. In addition, @code{GLOB_MAGCHAR} +might be set. See @ref{Flags for Globbing} for more details. + This is a GNU extension. @end table @end deftp