svn commit: r218711 - head/lib/libc/gen
Ed Schouten
ed at FreeBSD.org
Tue Feb 15 20:04:14 UTC 2011
Author: ed
Date: Tue Feb 15 20:04:13 2011
New Revision: 218711
URL: http://svn.freebsd.org/changeset/base/218711
Log:
Remove dead reference to regexp(3). Use regex(3) instead.
PR: docs/149950
Submitted by: arundel@
Modified:
head/lib/libc/gen/glob.3
Modified: head/lib/libc/gen/glob.3
==============================================================================
--- head/lib/libc/gen/glob.3 Tue Feb 15 18:16:04 2011 (r218710)
+++ head/lib/libc/gen/glob.3 Tue Feb 15 20:04:13 2011 (r218711)
@@ -417,7 +417,7 @@ execvp("ls", g.gl_pathv);
.Sh SEE ALSO
.Xr sh 1 ,
.Xr fnmatch 3 ,
-.Xr regexp 3
+.Xr regex 3
.Sh STANDARDS
The current implementation of the
.Fn glob
More information about the svn-src-all
mailing list