summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcpy.3
diff options
context:
space:
mode:
authoraaron <>2000-10-18 05:12:07 +0000
committeraaron <>2000-10-18 05:12:07 +0000
commit47549239977a8c60c5aff9509b07f3099ced2985 (patch)
tree410cb758208c712252856f382cdb78a5479ba12b /src/lib/libc/string/strlcpy.3
parent1c58cb8fef3ba55f3e1272142215ae7043dd914e (diff)
downloadopenbsd-47549239977a8c60c5aff9509b07f3099ced2985.tar.gz
openbsd-47549239977a8c60c5aff9509b07f3099ced2985.tar.bz2
openbsd-47549239977a8c60c5aff9509b07f3099ced2985.zip
Another round of man page cleanup, this time to remove more hard sentence
breaks and getting rid of short lines, making these files easier to work with.
Diffstat (limited to 'src/lib/libc/string/strlcpy.3')
-rw-r--r--src/lib/libc/string/strlcpy.35
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3
index 5acbcce148..ee7864db08 100644
--- a/src/lib/libc/string/strlcpy.3
+++ b/src/lib/libc/string/strlcpy.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: strlcpy.3,v 1.8 2000/06/01 04:02:05 millert Exp $ 1.\" $OpenBSD: strlcpy.3,v 1.9 2000/10/18 05:12:07 aaron Exp $
2.\" 2.\"
3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> 3.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com>
4.\" All rights reserved. 4.\" All rights reserved.
@@ -68,7 +68,8 @@ and
68.Fn strlcat 68.Fn strlcat
69only operate on true 69only operate on true
70.Dq C 70.Dq C
71strings. This means that for 71strings.
72This means that for
72.Fn strlcpy 73.Fn strlcpy
73.Fa src 74.Fa src
74must be NUL-terminated and for 75must be NUL-terminated and for