strnlen.3: CONFORMING TO: Note that strnlen() is in POSIX.1-2008

Reported-by: Jon Grant <jg@jguk.org>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2011-09-09 15:42:08 +02:00
parent c066b1699c
commit b8f7487d1d
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
.\" References consulted:
.\" GNU glibc-2 source code and manual
.\"
.TH STRNLEN 3 2010-10-31 "GNU" "Linux Programmer's Manual"
.TH STRNLEN 3 2011-09-10 "GNU" "Linux Programmer's Manual"
.SH NAME
strnlen \- determine the length of a fixed-size string
.SH SYNOPSIS
@ -54,6 +54,6 @@ function returns \fIstrlen(s)\fP, if that is less than
if there is no \(aq\\0\(aq character among the first
\fImaxlen\fP characters pointed to by \fIs\fP.
.SH "CONFORMING TO"
This function is a GNU extension.
POSIX.1-2008.
.SH "SEE ALSO"
.BR strlen (3)