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
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to