diff options
author | kientzle <kientzle@FreeBSD.org> | 2003-11-06 00:52:37 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2003-11-06 00:52:37 +0000 |
commit | 776db871bd81c1be4a8245d7e02cfd23378f0f9a (patch) | |
tree | 0dd5284756ea0d88c6d5023a9888c9f19ef613d0 /lib/libc | |
parent | 7dca584b526efb161fc8aebaf205028b221a08f0 (diff) | |
download | FreeBSD-src-776db871bd81c1be4a8245d7e02cfd23378f0f9a.zip FreeBSD-src-776db871bd81c1be4a8245d7e02cfd23378f0f9a.tar.gz |
Rephrase .Nd description to contain the key
words "pattern" and "test"; this should make it easier
to find with "man -k"
Approved by: gordon (mentor)
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fnmatch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index e58f056..b89a569 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -39,7 +39,7 @@ .Os .Sh NAME .Nm fnmatch -.Nd match filename or pathname +.Nd test whether a filename or pathname matches a shell-style pattern .Sh LIBRARY .Lb libc .Sh SYNOPSIS |