summaryrefslogtreecommitdiff
path: root/lib/libc/string
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-05-18 00:31:20 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-05-18 00:31:20 +0000
commitfafd9fa45e470605dfc848ee4a477325cb04200d (patch)
treec65da3fb55b4cf550f00634b95e1ca51a4038a32 /lib/libc/string
parent4228a3d0a4b87574e71a00edfe57e75e019a8ca4 (diff)
Notes
Diffstat (limited to 'lib/libc/string')
-rw-r--r--lib/libc/string/strlcpy.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/string/strlcpy.3 b/lib/libc/string/strlcpy.3
index 19d36211853e..9ad663a23e85 100644
--- a/lib/libc/string/strlcpy.3
+++ b/lib/libc/string/strlcpy.3
@@ -169,7 +169,7 @@ if (strlcat(pname, file, sizeof(pname)) >= sizeof(pname))
.Ed
.Pp
Since it is known how many characters were copied the first time, things
-can be sped up a bit by using a copy instead of an append
+can be sped up a bit by using a copy instead of an append.
.Bd -literal -offset indent
char *dir, *file, pname[MAXPATHLEN];
size_t n;