diff --git a/reference/filesystem/functions/glob.xml b/reference/filesystem/functions/glob.xml index 24bc03c803..fcb2589488 100644 --- a/reference/filesystem/functions/glob.xml +++ b/reference/filesystem/functions/glob.xml @@ -1,5 +1,5 @@ - + glob @@ -15,7 +15,8 @@ The glob function searches for all the pathnames matching pattern according to the rules used by - the shell. No tilde expansion or parameter substitution is done. + the libc glob() function, which is similar to the rules used by common + shells. No tilde expansion or parameter substitution is done. Returns an array containing the matched files/directories or &false; on