diff options
| author | schwarze <> | 2013-07-17 05:42:11 +0000 |
|---|---|---|
| committer | schwarze <> | 2013-07-17 05:42:11 +0000 |
| commit | d2b01409a3178be63f919b142223a30226b03e6f (patch) | |
| tree | 1bff90672102daa74b4c8c43df1fd0cfed8a3d5b /src/lib/libc/string/strlen.3 | |
| parent | 9d6d1603f660a3016ef12c546eb48a32013c5fa1 (diff) | |
| download | openbsd-d2b01409a3178be63f919b142223a30226b03e6f.tar.gz openbsd-d2b01409a3178be63f919b142223a30226b03e6f.tar.bz2 openbsd-d2b01409a3178be63f919b142223a30226b03e6f.zip | |
more library history
facts checked by sobrado@
style tweaks and ok jmc@
Diffstat (limited to '')
| -rw-r--r-- | src/lib/libc/string/strlen.3 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/lib/libc/string/strlen.3 b/src/lib/libc/string/strlen.3 index 4d416e200a..5428627abb 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.11 2013/06/05 03:39:23 tedu Exp $ | 1 | .\" $OpenBSD: strlen.3,v 1.12 2013/07/17 05:42:11 schwarze 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: June 5 2013 $ | 34 | .Dd $Mdocdate: July 17 2013 $ |
| 35 | .Dt STRLEN 3 | 35 | .Dt STRLEN 3 |
| 36 | .Os | 36 | .Os |
| 37 | .Sh NAME | 37 | .Sh NAME |
| @@ -95,7 +95,8 @@ functions conform to | |||
| 95 | .Sh HISTORY | 95 | .Sh HISTORY |
| 96 | The | 96 | The |
| 97 | .Fn strlen | 97 | .Fn strlen |
| 98 | function first appeared in | 98 | function first appeared in the Programmer's Workbench (PWB/UNIX) |
| 99 | and was ported to | ||
| 99 | .At v7 . | 100 | .At v7 . |
| 100 | The | 101 | The |
| 101 | .Fn strnlen | 102 | .Fn strnlen |
