diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-03-20 00:46:01 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-03-20 00:46:01 +0000 |
commit | 460adbb8475bffc72e749fe841e737e18154b8f5 (patch) | |
tree | 540e228ac1a0ae5edc8bc0bfa4d65a034b357562 /manual | |
parent | 4cec02b2ba18a18203c2a0008de8d35f46f92de8 (diff) | |
download | glibc-460adbb8475bffc72e749fe841e737e18154b8f5.tar.gz glibc-460adbb8475bffc72e749fe841e737e18154b8f5.tar.xz glibc-460adbb8475bffc72e749fe841e737e18154b8f5.zip |
Update comment about _SLOWDOWN flags.
Diffstat (limited to 'manual')
-rw-r--r-- | manual/pattern.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/pattern.texi b/manual/pattern.texi index e06671d999..1a90ddc240 100644 --- a/manual/pattern.texi +++ b/manual/pattern.texi @@ -142,7 +142,8 @@ extensions. @table @code @item gl_pathc -The number of elements in the vector. +The number of elements in the vector, excluding the initial null entries +if the GLOB_DOOFFS flag is used (see gl_offs below). @item gl_pathv The address of the vector. This field has type @w{@code{char **}}. |