summaryrefslogtreecommitdiff
path: root/src/strlcpy.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/strlcpy.3')
-rw-r--r--src/strlcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/src/strlcpy.3 b/src/strlcpy.3
index 74fbafa..bf14b4f 100644
--- a/src/strlcpy.3
+++ b/src/strlcpy.3
@@ -25,7 +25,7 @@
.ds str-Lb-libbsd Utility functions from BSD systems (libbsd, \-lbsd)
.Lb libbsd
.Sh SYNOPSIS
-.In string.h
+.In bsd/string.h
.Ft size_t
.Fn strlcpy "char *dst" "const char *src" "size_t size"
.Ft size_t