Xref glob(7).

This commit is contained in:
jruoho 2010-11-30 21:03:07 +00:00
parent f5ea53518f
commit b4ba5c1508
2 changed files with 8 additions and 6 deletions

View File

@ -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

View File

@ -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