summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-20 00:46:01 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-20 00:46:01 +0000
commit460adbb8475bffc72e749fe841e737e18154b8f5 (patch)
tree540e228ac1a0ae5edc8bc0bfa4d65a034b357562 /manual
parent4cec02b2ba18a18203c2a0008de8d35f46f92de8 (diff)
Update comment about _SLOWDOWN flags.
Diffstat (limited to 'manual')
-rw-r--r--manual/pattern.texi3
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 **}}.