summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1997-06-13 13:01:44 +0000
committerderaadt <deraadt@openbsd.org>1997-06-13 13:01:44 +0000
commite4e2099a973da0978791ef58fef0cc2c51047fd7 (patch)
tree0ab47e63d37902fe51b09dba4e83db34d86eb886
parentstrncpy (diff)
downloadwireguard-openbsd-e4e2099a973da0978791ef58fef0cc2c51047fd7.tar.xz
wireguard-openbsd-e4e2099a973da0978791ef58fef0cc2c51047fd7.zip
glob rules; netbsd
-rw-r--r--lib/libc/gen/fnmatch.36
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