diff options
author | jmc <> | 2013-12-05 07:43:20 +0000 |
---|---|---|
committer | jmc <> | 2013-12-05 07:43:20 +0000 |
commit | c7fda965b6d5f900572cfc2fb6cca301173bd389 (patch) | |
tree | 21b6d9d3a5468fec17a464fbe9c34564a3b45857 | |
parent | cf65182f8b05e806af310a6d2fa559e46e674e56 (diff) | |
download | openbsd-c7fda965b6d5f900572cfc2fb6cca301173bd389.tar.gz openbsd-c7fda965b6d5f900572cfc2fb6cca301173bd389.tar.bz2 openbsd-c7fda965b6d5f900572cfc2fb6cca301173bd389.zip |
no more regexp(3), so point to regex(3);
as advised by deraadt
-rw-r--r-- | src/lib/libc/string/bm.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/string/bm.3 b/src/lib/libc/string/bm.3 index d492806196..82f5917594 100644 --- a/src/lib/libc/string/bm.3 +++ b/src/lib/libc/string/bm.3 | |||
@@ -28,9 +28,9 @@ | |||
28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 28 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
29 | .\" SUCH DAMAGE. | 29 | .\" SUCH DAMAGE. |
30 | .\" | 30 | .\" |
31 | .\" $OpenBSD: bm.3,v 1.11 2013/06/05 03:39:23 tedu Exp $ | 31 | .\" $OpenBSD: bm.3,v 1.12 2013/12/05 07:43:20 jmc Exp $ |
32 | .\" | 32 | .\" |
33 | .Dd $Mdocdate: June 5 2013 $ | 33 | .Dd $Mdocdate: December 5 2013 $ |
34 | .Dt BM 3 | 34 | .Dt BM 3 |
35 | .Os | 35 | .Os |
36 | .Sh NAME | 36 | .Sh NAME |
@@ -100,7 +100,7 @@ The asymptotic speed of | |||
100 | is | 100 | is |
101 | .Pf O Ns Pq len / patlen . | 101 | .Pf O Ns Pq len / patlen . |
102 | .Sh SEE ALSO | 102 | .Sh SEE ALSO |
103 | .Xr regexp 3 , | 103 | .Xr regex 3 , |
104 | .Xr strstr 3 | 104 | .Xr strstr 3 |
105 | .Rs | 105 | .Rs |
106 | .%R "Fast String Searching" | 106 | .%R "Fast String Searching" |