strlen.3: SEE ALSO: Add strnlen(3)

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:44:14 +02:00
parent b8f7487d1d
commit e2b28c5058
1 changed files with 2 additions and 1 deletions

View File

@ -25,7 +25,7 @@
.\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991)
.\" 386BSD man pages .\" 386BSD man pages
.\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu) .\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu)
.TH STRLEN 3 1993-04-12 "" "Linux Programmer's Manual" .TH STRLEN 3 2011-09-10 "" "Linux Programmer's Manual"
.SH NAME .SH NAME
strlen \- calculate the length of a string strlen \- calculate the length of a string
.SH SYNOPSIS .SH SYNOPSIS
@ -47,5 +47,6 @@ function returns the number of characters in \fIs\fP.
SVr4, 4.3BSD, C89, C99. SVr4, 4.3BSD, C89, C99.
.SH "SEE ALSO" .SH "SEE ALSO"
.BR string (3), .BR string (3),
.BR strnlen (3),
.BR wcslen (3), .BR wcslen (3),
.BR wcsnlen (3) .BR wcsnlen (3)