diff options
Diffstat (limited to 'man3/strlen.3')
| -rw-r--r-- | man3/strlen.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/strlen.3 b/man3/strlen.3 index 94a1fcc27f..24778991e2 100644 --- a/man3/strlen.3 +++ b/man3/strlen.3 @@ -25,7 +25,7 @@ .\" Lewine's _POSIX Programmer's Guide_ (O'Reilly & Associates, 1991) .\" 386BSD man pages .\" Modified Sat Jul 24 18:02:26 1993 by Rik Faith (faith@cs.unc.edu) -.TH STRLEN 3 2011-09-10 "" "Linux Programmer's Manual" +.TH STRLEN 3 2011-09-28 "GNU" "Linux Programmer's Manual" .SH NAME strlen \- calculate the length of a string .SH SYNOPSIS @@ -38,7 +38,7 @@ strlen \- calculate the length of a string The .BR strlen () function calculates the length of the string -\fIs\fP, not including the terminating \(aq\\0\(aq character. +\fIs\fP, excluding the terminating null byte (\(aq\\0\(aq). .SH "RETURN VALUE" The .BR strlen () |
