diff options
author | mpech <> | 2002-04-30 16:31:42 +0000 |
---|---|---|
committer | mpech <> | 2002-04-30 16:31:42 +0000 |
commit | 735441d3d93924dacae18f55adaa1568893e6b65 (patch) | |
tree | 189d582d0ea158296c42182c0a16c4b8c12a8f5f /src/lib/libc/string/strlcpy.3 | |
parent | 4085f6946e56aed5f42a339b220dde56d3365a01 (diff) | |
download | openbsd-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.3 | 4 |
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 | |||
63 | Note that you should include a byte for the NUL in | 63 | Note that you should include a byte for the NUL in |
64 | .Fa size . | 64 | .Fa size . |
65 | Also note that | 65 | Also note that |
66 | .Fn strlcpy | 66 | .Fn strlcpy |
67 | and | 67 | and |
68 | .Fn strlcat | 68 | .Fn strlcat |
69 | only operate on true | 69 | only operate on true |