]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
manual: glob: document the gl_flags field
authorMike Frysinger <vapier@gentoo.org>
Fri, 21 Dec 2012 04:59:42 +0000 (23:59 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 13 Jan 2013 18:24:27 +0000 (13:24 -0500)
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 <carlos@systemhalted.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
ChangeLog
manual/pattern.texi

index 33cc724128df5b698370f5820eddd11119725f7a..5200a487e710726275b66476731db072fe400084 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2013-01-13  Mike Frysinger  <vapier@gentoo.org>
+
+       * manual/pattern.texi (glob_t): Document gl_flags.
+       (glob64_t): Likewise.
+
 2013-01-11  David S. Miller  <davem@davemloft.net>
 
        * math/Makefile: Recognize gmp-sysdep_routines.
index 28b1d74b9f76480bd4a9eca8c0b8bb6c9547d185..ef781ad308b905183ba9972622ea32e5f261e306 100644 (file)
@@ -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