summaryrefslogtreecommitdiff
path: root/src/strlcpy.3
diff options
context:
space:
mode:
authorGuillem Jover <guillem@hadrons.org>2011-02-23 13:14:22 +0100
committerGuillem Jover <guillem@hadrons.org>2011-05-14 14:16:29 +0200
commit8478e57463db7a4f1b27d165d45de17c6d992ada (patch)
tree86a070c9517c909198ba2d9d7bccb4b61bef86e4 /src/strlcpy.3
parentf7caf2b30da93d46528ec706dffaf5cbde5266d9 (diff)
downloadlibbsd-8478e57463db7a4f1b27d165d45de17c6d992ada.tar.gz
Update libbsd header references in man pages
Point to the namespaced path for libbsd specific headers.
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