Module Name: src
Committed By: jruoho
Date: Tue Nov 30 21:03:07 UTC 2010
Modified Files:
src/lib/libc/gen: fnmatch.3 glob.3
Log Message:
Xref glob(7).
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/lib/libc/gen/fnmatch.3
cvs rdiff -u -r1.38 -r1.39 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/fnmatch.3
diff -u src/lib/libc/gen/fnmatch.3:1.21 src/lib/libc/gen/fnmatch.3:1.22
--- src/lib/libc/gen/fnmatch.3:1.21 Thu Aug 7 16:42:48 2003
+++ src/lib/libc/gen/fnmatch.3 Tue Nov 30 21:03:07 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: fnmatch.3,v 1.21 2003/08/07 16:42:48 agc Exp $
+.\" $NetBSD: fnmatch.3,v 1.22 2010/11/30 21:03:07 jruoho Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" @(#)fnmatch.3 8.3 (Berkeley) 4/28/95
.\"
-.Dd October 7, 2002
+.Dd November 30, 2010
.Dt FNMATCH 3
.Os
.Sh NAME
@@ -115,7 +115,8 @@
.Sh SEE ALSO
.Xr sh 1 ,
.Xr glob 3 ,
-.Xr regex 3
+.Xr regex 3 ,
+.Xr glob 7
.Sh STANDARDS
The
.Fn fnmatch
Index: src/lib/libc/gen/glob.3
diff -u src/lib/libc/gen/glob.3:1.38 src/lib/libc/gen/glob.3:1.39
--- src/lib/libc/gen/glob.3:1.38 Mon Sep 6 14:40:24 2010
+++ src/lib/libc/gen/glob.3 Tue Nov 30 21:03:07 2010
@@ -1,4 +1,4 @@
-.\" $NetBSD: glob.3,v 1.38 2010/09/06 14:40:24 christos Exp $
+.\" $NetBSD: glob.3,v 1.39 2010/11/30 21:03:07 jruoho Exp $
.\"
.\" Copyright (c) 1989, 1991, 1993, 1994
.\" The Regents of the University of California. All rights reserved.
@@ -31,7 +31,7 @@
.\"
.\" @(#)glob.3 8.3 (Berkeley) 4/16/94
.\"
-.Dd September 3, 2010
+.Dd November 30, 2010
.Dt GLOB 3
.Os
.Sh NAME
@@ -475,7 +475,8 @@
.Sh SEE ALSO
.Xr sh 1 ,
.Xr fnmatch 3 ,
-.Xr regexp 3
+.Xr regexp 3 ,
+.Xr glob 7
.Sh STANDARDS
The
.Fn glob