|
@ -1,4 +1,4 @@ |
|
|
.\" $OpenBSD: strlcpy.3,v 1.8 2000/06/01 04:02:05 millert Exp $ |
|
|
|
|
|
|
|
|
.\" $OpenBSD: strlcpy.3,v 1.9 2000/10/18 05:12:07 aaron Exp $ |
|
|
.\" |
|
|
.\" |
|
|
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> |
|
|
.\" Copyright (c) 1998, 2000 Todd C. Miller <Todd.Miller@courtesan.com> |
|
|
.\" All rights reserved. |
|
|
.\" All rights reserved. |
|
@ -68,7 +68,8 @@ and |
|
|
.Fn strlcat |
|
|
.Fn strlcat |
|
|
only operate on true |
|
|
only operate on true |
|
|
.Dq C |
|
|
.Dq C |
|
|
strings. This means that for |
|
|
|
|
|
|
|
|
strings. |
|
|
|
|
|
This means that for |
|
|
.Fn strlcpy |
|
|
.Fn strlcpy |
|
|
.Fa src |
|
|
.Fa src |
|
|
must be NUL-terminated and for |
|
|
must be NUL-terminated and for |
|
|