diff options
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | manual/pattern.texi | 12 |
2 files changed, 17 insertions, 0 deletions
@@ -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 28b1d74..ef781ad 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 |