diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:01:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-06-13 13:01:45 +0000 |
commit | a8a79b18ab87a625d029cfe03f31ae29522d9085 (patch) | |
tree | b55ece732c988136cd34bdc9c69a428b726be5ba /lib/libc | |
parent | 41fea8c64985e338671cb9e07547bf4b156a1546 (diff) |
glob rules; netbsd
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/fnmatch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 3ab8e7b6b30..951ed647d33 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: fnmatch.3,v 1.2 1996/08/19 08:22:42 tholo Exp $ +.\" $OpenBSD: fnmatch.3,v 1.3 1997/06/13 13:01:44 deraadt Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -38,7 +38,7 @@ .Os .Sh NAME .Nm fnmatch -.Nd match filename or pathname +.Nd match filename or pathname using shell glob rules .Sh SYNOPSIS .Fd #include <fnmatch.h> .Ft int @@ -47,7 +47,7 @@ The .Fn fnmatch function -matches patterns according to the rules used by the shell. +matches patterns according to the globbing rules used by the shell. It checks the string specified by the .Fa string argument to see if it matches the pattern specified by the |