summaryrefslogtreecommitdiff
path: root/man3/strlen.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/strlen.3')
-rw-r--r--man3/strlen.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/strlen.3 b/man3/strlen.3
index ec57e842..e1311281 100644
--- a/man3/strlen.3
+++ b/man3/strlen.3
@@ -39,13 +39,13 @@ The
.BR strlen ()
function calculates the length of the string
\fIs\fP, excluding the terminating null byte (\(aq\\0\(aq).
-.SH "RETURN VALUE"
+.SH RETURN VALUE
The
.BR strlen ()
function returns the number of bytes in the string \fIs\fP.
-.SH "CONFORMING TO"
+.SH CONFORMING TO
SVr4, 4.3BSD, C89, C99.
-.SH "SEE ALSO"
+.SH SEE ALSO
.BR string (3),
.BR strnlen (3),
.BR wcslen (3),