aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/strcat.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/strcat.3')
-rw-r--r--lib/libc/string/strcat.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strcat.3 b/lib/libc/string/strcat.3
index fed597941e68..a24a60c9d338 100644
--- a/lib/libc/string/strcat.3
+++ b/lib/libc/string/strcat.3
@@ -45,7 +45,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <string.h>
+.In string.h
.Ft char *
.Fn strcat "char *s" "const char *append"
.Ft char *