aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Kientzle <kientzle@FreeBSD.org>2003-11-06 00:52:37 +0000
committerTim Kientzle <kientzle@FreeBSD.org>2003-11-06 00:52:37 +0000
commit42944f1e2ec1a3e7bc952322ff579b01255fbc8a (patch)
tree0dd5284756ea0d88c6d5023a9888c9f19ef613d0
parent0ead5fc999cd0bbf55739dc3219c65ac80319f3c (diff)
downloadsrc-42944f1e2ec1a3e7bc952322ff579b01255fbc8a.tar.gz
src-42944f1e2ec1a3e7bc952322ff579b01255fbc8a.zip
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)
Notes
Notes: svn path=/head/; revision=122155
-rw-r--r--lib/libc/gen/fnmatch.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3
index e58f05615570..b89a569d960f 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