aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/string/memcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/string/memcpy.3')
-rw-r--r--lib/libc/string/memcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/memcpy.3 b/lib/libc/string/memcpy.3
index 267b49679ce5..bc7d786a26af 100644
--- a/lib/libc/string/memcpy.3
+++ b/lib/libc/string/memcpy.3
@@ -45,7 +45,7 @@
.Sh LIBRARY
.Lb libc
.Sh SYNOPSIS
-.Fd #include <string.h>
+.In string.h
.Ft void *
.Fn memcpy "void *dst" "const void *src" "size_t len"
.Sh DESCRIPTION