This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 1/3] manual: glob: document the gl_flags field
- From: Carlos O'Donell <carlos at systemhalted dot org>
- To: Mike Frysinger <vapier at gentoo dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Sun, 13 Jan 2013 12:02:11 -0500
- Subject: Re: [PATCH 1/3] manual: glob: document the gl_flags field
- References: <1356066249-14209-1-git-send-email-vapier@gentoo.org>
On 12/21/2012 12:04 AM, Mike Frysinger wrote:
> The More Flags for Globbing section indirectly mentions gl_flags when
> talking about GLOB_MAGCHAR. Mention it explicitly when covering the
> glob_t types.
>
> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
>
> 2012-12-20 Mike Frysinger <vapier@gentoo.org>
>
> * manual/pattern.texi (glob_t): Document gl_flags.
> (glob64_t): Likewise.
Reviewed-by: Carlos O'Donell <carlos@systemhalted.org>
This looks good to me.
You rock for doing documentation patches!
Cheers,
Carlos.
> ---
> manual/pattern.texi | 12 ++++++++++++
> 1 file changed, 12 insertions(+)
>
> 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
>
>