mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-23 03:10:05 +00:00
manual: glob flags: mention the GNU extensions
The glob flags page reads as if this section is comprehensive when it is not -- a lot of GNU extensions exist. Point that out in the intro. Reviewed-by: Carlos O'Donell <carlos@systemhalted.org> Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
0428cec91e
commit
e557e9e519
@ -1,3 +1,7 @@
|
||||
2013-01-13 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
|
||||
|
||||
2013-01-13 Mike Frysinger <vapier@gentoo.org>
|
||||
|
||||
* manual/pattern.texi (glob_t): Document gl_flags.
|
||||
|
@ -420,10 +420,12 @@ This function is a GNU extension.
|
||||
@node Flags for Globbing
|
||||
@subsection Flags for Globbing
|
||||
|
||||
This section describes the flags that you can specify in the
|
||||
This section describes the standard flags that you can specify in the
|
||||
@var{flags} argument to @code{glob}. Choose the flags you want,
|
||||
and combine them with the C bitwise OR operator @code{|}.
|
||||
|
||||
Note that there are @ref{More Flags for Globbing} available as GNU extensions.
|
||||
|
||||
@vtable @code
|
||||
@comment glob.h
|
||||
@comment POSIX.2
|
||||
|
Loading…
Reference in New Issue
Block a user