about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2012-12-20 23:59:42 -0500
committerMike Frysinger <vapier@gentoo.org>2013-01-13 13:24:27 -0500
commit0428cec91e38b5f6970dece9fdde9027eff661d6 (patch)
tree00b247caaad556a80a9aff960d359b9c46162ee3
parent32fcb36dbf4f729d0b0e6d5c386fd1d68486463d (diff)
downloadglibc-0428cec91e38b5f6970dece9fdde9027eff661d6.tar.gz
glibc-0428cec91e38b5f6970dece9fdde9027eff661d6.tar.xz
glibc-0428cec91e38b5f6970dece9fdde9027eff661d6.zip
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 <carlos@systemhalted.org>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
-rw-r--r--ChangeLog5
-rw-r--r--manual/pattern.texi12
2 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 33cc724128..5200a487e7 100644
--- 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.
diff --git a/manual/pattern.texi b/manual/pattern.texi
index 28b1d74b9f..ef781ad308 100644
--- a/manual/pattern.texi
+++ b/manual/pattern.texi
@@ -234,6 +234,12 @@ 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
 
@@ -312,6 +318,12 @@ 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