Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2011 20:04:13 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r218711 - head/lib/libc/gen
Message-ID:  <201102152004.p1FK4DHA042549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201102152004.p1FK4DHA042549>