diff options
author | jmc <> | 2014-12-09 14:41:00 +0000 |
---|---|---|
committer | jmc <> | 2014-12-09 14:41:00 +0000 |
commit | e4a5a53cbdbabbc388b136da3d09838d0139ae19 (patch) | |
tree | 745e64555db937fbd744d0d5b0e78ebf6fdbd97f /src | |
parent | d4a35d68a79372bd2a9ce13890c2caf3502641e5 (diff) | |
download | openbsd-e4a5a53cbdbabbc388b136da3d09838d0139ae19.tar.gz openbsd-e4a5a53cbdbabbc388b136da3d09838d0139ae19.tar.bz2 openbsd-e4a5a53cbdbabbc388b136da3d09838d0139ae19.zip |
no more string(3);
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/string/strlen.3 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/lib/libc/string/strlen.3 b/src/lib/libc/string/strlen.3 index 5428627abb..81ce52e509 100644 --- a/src/lib/libc/string/strlen.3 +++ b/src/lib/libc/string/strlen.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: strlen.3,v 1.12 2013/07/17 05:42:11 schwarze Exp $ | 1 | .\" $OpenBSD: strlen.3,v 1.13 2014/12/09 14:41:00 jmc Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 3 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. |
4 | .\" All rights reserved. | 4 | .\" All rights reserved. |
@@ -31,7 +31,7 @@ | |||
31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF | 31 | .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
32 | .\" SUCH DAMAGE. | 32 | .\" SUCH DAMAGE. |
33 | .\" | 33 | .\" |
34 | .Dd $Mdocdate: July 17 2013 $ | 34 | .Dd $Mdocdate: December 9 2014 $ |
35 | .Dt STRLEN 3 | 35 | .Dt STRLEN 3 |
36 | .Os | 36 | .Os |
37 | .Sh NAME | 37 | .Sh NAME |
@@ -78,7 +78,6 @@ or | |||
78 | .Fa maxlen , | 78 | .Fa maxlen , |
79 | whichever is smaller. | 79 | whichever is smaller. |
80 | .Sh SEE ALSO | 80 | .Sh SEE ALSO |
81 | .Xr string 3 , | ||
82 | .Xr wcslen 3 | 81 | .Xr wcslen 3 |
83 | .Sh STANDARDS | 82 | .Sh STANDARDS |
84 | The | 83 | The |