From 0428cec91e38b5f6970dece9fdde9027eff661d6 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 20 Dec 2012 23:59:42 -0500 Subject: 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 --- manual/pattern.texi | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'manual') diff --git a/manual/pattern.texi b/manual/pattern.texi index 28b1d74b9f..ef781ad308 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 -- cgit v1.2.1