diff options
Diffstat (limited to 'manual/pattern.texi')
-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 **}}. |