summaryrefslogtreecommitdiff
path: root/src/lib/libc/string/strlcpy.3
diff options
context:
space:
mode:
authormpech <>2002-04-30 16:31:42 +0000
committermpech <>2002-04-30 16:31:42 +0000
commit735441d3d93924dacae18f55adaa1568893e6b65 (patch)
tree189d582d0ea158296c42182c0a16c4b8c12a8f5f /src/lib/libc/string/strlcpy.3
parent4085f6946e56aed5f42a339b220dde56d3365a01 (diff)
downloadopenbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.gz
openbsd-735441d3d93924dacae18f55adaa1568893e6b65.tar.bz2
openbsd-735441d3d93924dacae18f55adaa1568893e6b65.zip
Initial cleanup:
o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok
Diffstat (limited to 'src/lib/libc/string/strlcpy.3')
-rw-r--r--src/lib/libc/string/strlcpy.34
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3
index 8bb1b3a1e2..b103588b96 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.13 2001/06/18 22:29:59 millert Exp $ 1.\" $OpenBSD: strlcpy.3,v 1.14 2002/04/30 16:31:42 mpech 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.
@@ -63,7 +63,7 @@ as long as there is at least one byte free in
63Note that you should include a byte for the NUL in 63Note that you should include a byte for the NUL in
64.Fa size . 64.Fa size .
65Also note that 65Also note that
66.Fn strlcpy 66.Fn strlcpy
67and 67and
68.Fn strlcat 68.Fn strlcat
69only operate on true 69only operate on true