diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-12-05 07:43:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-12-05 07:43:21 +0000 |
commit | df2ff145faaf54c1ee048f0faa0bd6a13e35ecb5 (patch) | |
tree | 41642a4aaed3113bd60e66a8ce28ce20952b0c98 /lib | |
parent | ada937b0db8e5d19b8af57681df395b8f90e38a3 (diff) |
no more regexp(3), so point to regex(3);
as advised by deraadt
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/string/bm.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/string/bm.3 b/lib/libc/string/bm.3 index d4928061968..82f59175940 100644 --- a/lib/libc/string/bm.3 +++ b/lib/libc/string/bm.3 @@ -28,9 +28,9 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bm.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ +.\" $OpenBSD: bm.3,v 1.12 2013/12/05 07:43:20 jmc Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: December 5 2013 $ .Dt BM 3 .Os .Sh NAME @@ -100,7 +100,7 @@ The asymptotic speed of is .Pf O Ns Pq len / patlen . .Sh SEE ALSO -.Xr regexp 3 , +.Xr regex 3 , .Xr strstr 3 .Rs .%R "Fast String Searching" |