Browse Source

no more string(3);

OPENBSD_5_7
jmc 10 years ago
parent
commit
8554fcd94c
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      src/lib/libc/string/strlen.3

+ 2
- 3
src/lib/libc/string/strlen.3 View File

@ -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. .\" Copyright (c) 1990, 1991 The Regents of the University of California.
.\" All rights reserved. .\" All rights reserved.
@ -31,7 +31,7 @@
.\" 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.
.\" .\"
.Dd $Mdocdate: July 17 2013 $
.Dd $Mdocdate: December 9 2014 $
.Dt STRLEN 3 .Dt STRLEN 3
.Os .Os
.Sh NAME .Sh NAME
@ -78,7 +78,6 @@ or
.Fa maxlen , .Fa maxlen ,
whichever is smaller. whichever is smaller.
.Sh SEE ALSO .Sh SEE ALSO
.Xr string 3 ,
.Xr wcslen 3 .Xr wcslen 3
.Sh STANDARDS .Sh STANDARDS
The The


Loading…
Cancel
Save