Browse Source

Add HISTORY section, mostly for strnlen() but include strlen() for

completeness (verified).
OPENBSD_4_8
millert 14 years ago
parent
commit
ec550b1dc0
1 changed files with 11 additions and 2 deletions
  1. +11
    -2
      src/lib/libc/string/strlen.3

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

@ -29,9 +29,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: strlen.3,v 1.8 2010/05/19 06:32:43 jmc Exp $
.\" $OpenBSD: strlen.3,v 1.9 2010/05/24 21:27:25 millert Exp $
.\" .\"
.Dd $Mdocdate: May 19 2010 $
.Dd $Mdocdate: May 24 2010 $
.Dt STRLEN 3 .Dt STRLEN 3
.Os .Os
.Sh NAME .Sh NAME
@ -91,3 +91,12 @@ and
.Fn strnlen .Fn strnlen
functions conform to functions conform to
.St -p1003.1-2008 . .St -p1003.1-2008 .
.Sh HISTORY
The
.Fn strlen
function first appeared in
.At v7 .
The
.Fn strnlen
function first appeared in
.Ox 4.8 .

Loading…
Cancel
Save