summaryrefslogtreecommitdiff
path: root/manual
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 /manual
parent32fcb36dbf4f729d0b0e6d5c386fd1d68486463d (diff)
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>
Diffstat (limited to 'manual')
-rw-r--r--manual/pattern.texi12
1 files changed, 12 insertions, 0 deletions
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