summaryrefslogtreecommitdiffstats
path: root/lib/libc/string
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2014-12-09 14:41:00 +0000
committerjmc <jmc@openbsd.org>2014-12-09 14:41:00 +0000
commit78e38912dcbd9e70a8820f2b170e5fc51d254db8 (patch)
tree2ad9ea347bb4441cdba5e4b04dcc77a2af69ae00 /lib/libc/string
parentno more ctype(3); (diff)
downloadwireguard-openbsd-78e38912dcbd9e70a8820f2b170e5fc51d254db8.tar.xz
wireguard-openbsd-78e38912dcbd9e70a8820f2b170e5fc51d254db8.zip
no more string(3);
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strlen.35
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3
index 5428627abb6..81ce52e5095 100644
--- a/lib/libc/string/strlen.3
+++ b/lib/libc/string/strlen.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: strlen.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $
+.\" $OpenBSD: strlen.3,v 1.13 2014/12/09 14:41:00 jmc Exp $
.\"
.\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved.
@@ -31,7 +31,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.Dd $Mdocdate: July 17 2013 $
+.Dd $Mdocdate: December 9 2014 $
.Dt STRLEN 3
.Os
.Sh NAME
@@ -78,7 +78,6 @@ or
.Fa maxlen ,
whichever is smaller.
.Sh SEE ALSO
-.Xr string 3 ,
.Xr wcslen 3
.Sh STANDARDS
The