From b4ba5c15085c64df20fd1740cccecff1d1efa235 Mon Sep 17 00:00:00 2001 From: jruoho Date: Tue, 30 Nov 2010 21:03:07 +0000 Subject: [PATCH] Xref glob(7). --- lib/libc/gen/fnmatch.3 | 7 ++++--- lib/libc/gen/glob.3 | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/lib/libc/gen/fnmatch.3 b/lib/libc/gen/fnmatch.3 index 197ee0ba4a82..e14688691e83 100644 --- a/lib/libc/gen/fnmatch.3 +++ b/lib/libc/gen/fnmatch.3 @@ -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 @@ otherwise, it returns the value .Sh SEE ALSO .Xr sh 1 , .Xr glob 3 , -.Xr regex 3 +.Xr regex 3 , +.Xr glob 7 .Sh STANDARDS The .Fn fnmatch diff --git a/lib/libc/gen/glob.3 b/lib/libc/gen/glob.3 index 55a357e58945..7d8e47a65d0f 100644 --- a/lib/libc/gen/glob.3 +++ b/lib/libc/gen/glob.3 @@ -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 @@ execvp("ls", g.gl_pathv); .Sh SEE ALSO .Xr sh 1 , .Xr fnmatch 3 , -.Xr regexp 3 +.Xr regexp 3 , +.Xr glob 7 .Sh STANDARDS The .Fn glob