diff options
Diffstat (limited to 'src/lib/libc/string')
-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 |