Module Name: src
Committed By: wiz
Date: Wed Apr 8 19:27:39 UTC 2009
Modified Files:
src/lib/libc/gen: glob.3
Log Message:
Add glob_pattern_p to NAME section.
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/lib/libc/gen/glob.3
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/lib/libc/gen/glob.3
diff -u src/lib/libc/gen/glob.3:1.33 src/lib/libc/gen/glob.3:1.34
--- src/lib/libc/gen/glob.3:1.33 Wed Apr 8 16:28:50 2009
+++ src/lib/libc/gen/glob.3 Wed Apr 8 19:27:39 2009
@@ -1,4 +1,4 @@
-.\" $NetBSD: glob.3,v 1.33 2009/04/08 16:28:50 christos Exp $
+.\" $NetBSD: glob.3,v 1.34 2009/04/08 19:27:39 wiz Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -36,7 +36,8 @@
.Os
.Sh NAME
.Nm glob ,
-.Nm globfree
+.Nm globfree ,
+.Nm glob_pattern_p
.Nd generate pathnames matching a pattern
.Sh LIBRARY
.Lb libc