diff options
author | mikeh <mikeh@FreeBSD.org> | 2003-02-04 16:28:04 +0000 |
---|---|---|
committer | mikeh <mikeh@FreeBSD.org> | 2003-02-04 16:28:04 +0000 |
commit | 865d0cfd1290a3611baf60c7619c4fca51305464 (patch) | |
tree | a79da8d01350ebd3393359f238d0815de394783a /lib | |
parent | 6a060b5fc48dad5e3095f593a6c4c04f944f86dd (diff) | |
download | FreeBSD-src-865d0cfd1290a3611baf60c7619c4fca51305464.zip FreeBSD-src-865d0cfd1290a3611baf60c7619c4fca51305464.tar.gz |
Grammer fix.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/glob.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 93f0c8f..33dfe81 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -185,7 +185,7 @@ does not match any pathname, then returns a list consisting of only .Fa pattern , -with the number of total pathnames is set to 1, and the number of matched +with the number of total pathnames set to 1, and the number of matched pathnames set to 0. The effect of backslash escaping is present in the pattern returned. .It Dv GLOB_NOESCAPE |