From b357f2c97cd21f71aac7c77bf2f9a5e933a56ff3 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 18 Feb 2016 14:09:49 +0100 Subject: [PATCH] strlen.3: wfix Reported-by: Alan Aversa Signed-off-by: Michael Kerrisk --- man3/strlen.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man3/strlen.3 b/man3/strlen.3 index d81fb39ec..65561a426 100644 --- a/man3/strlen.3 +++ b/man3/strlen.3 @@ -45,7 +45,7 @@ excluding the terminating null byte (\(aq\\0\(aq). .SH RETURN VALUE The .BR strlen () -function returns the number of bytes in the string pointed to by +function returns the number of characters in the string pointed to by .IR s . .SH ATTRIBUTES For an explanation of the terms used in this section, see