diff options
Diffstat (limited to 'lib/libc/string/strlen.3')
-rw-r--r-- | lib/libc/string/strlen.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strlen.3 b/lib/libc/string/strlen.3 index 07b8f61..69b8945 100644 --- a/lib/libc/string/strlen.3 +++ b/lib/libc/string/strlen.3 @@ -45,7 +45,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <string.h> +.In string.h .Ft size_t .Fn strlen "const char *s" .Sh DESCRIPTION |