1 --- glob.3 2004-11-25 11:38:01.000000000 -0800
2 +++ glob.3.edit 2006-09-05 14:47:53.000000000 -0700
7 -.Fn glob "const char *pattern" "int flags" "int (*errfunc)(const char *, int)" "glob_t *pglob"
9 +.Fa "const char *restrict pattern"
11 +.Fa "int (*errfunc)(const char *epath, int eerno)"
12 +.Fa "glob_t *restrict pglob"
15 -.Fn globfree "glob_t *pglob"
23 On successful completion,
26 -In addition the fields of
27 +In addition, the fields of
29 contain the values described below:
30 .Bl -tag -width GLOB_NOCHECK
33 execvp("ls", g.gl_pathv);
38 +function will not match filenames that begin with a period
39 +unless this is specifically requested (e.g., by ".*").