Browse Source

no more regexp(3), so point to regex(3);

as advised by deraadt
OPENBSD_5_5
jmc 11 years ago
parent
commit
7197069ae1
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      src/lib/libc/string/bm.3

+ 3
- 3
src/lib/libc/string/bm.3 View File

@ -28,9 +28,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE. .\" 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 .Dt BM 3
.Os .Os
.Sh NAME .Sh NAME
@ -100,7 +100,7 @@ The asymptotic speed of
is is
.Pf O Ns Pq len / patlen . .Pf O Ns Pq len / patlen .
.Sh SEE ALSO .Sh SEE ALSO
.Xr regexp 3 ,
.Xr regex 3 ,
.Xr strstr 3 .Xr strstr 3
.Rs .Rs
.%R "Fast String Searching" .%R "Fast String Searching"


Loading…
Cancel
Save