Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/libc/gen Xref glob(7).



details:   https://anonhg.NetBSD.org/src/rev/367a5b09d5c4
branches:  trunk
changeset: 759175:367a5b09d5c4
user:      jruoho <jruoho%NetBSD.org@localhost>
date:      Tue Nov 30 21:03:07 2010 +0000

description:
Xref glob(7).

diffstat:

 lib/libc/gen/fnmatch.3 |  7 ++++---
 lib/libc/gen/glob.3    |  7 ++++---
 2 files changed, 8 insertions(+), 6 deletions(-)

diffs (56 lines):

diff -r 7cefeefc1234 -r 367a5b09d5c4 lib/libc/gen/fnmatch.3
--- a/lib/libc/gen/fnmatch.3    Tue Nov 30 20:59:59 2010 +0000
+++ b/lib/libc/gen/fnmatch.3    Tue Nov 30 21:03:07 2010 +0000
@@ -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
diff -r 7cefeefc1234 -r 367a5b09d5c4 lib/libc/gen/glob.3
--- a/lib/libc/gen/glob.3       Tue Nov 30 20:59:59 2010 +0000
+++ b/lib/libc/gen/glob.3       Tue Nov 30 21:03:07 2010 +0000
@@ -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



Home | Main Index | Thread Index | Old Index