diff --git a/src/lib/libc/string/strlcpy.3 b/src/lib/libc/string/strlcpy.3 index 5acbcce1..ee7864db 100644 --- a/src/lib/libc/string/strlcpy.3 +++ b/src/lib/libc/string/strlcpy.3 @@ -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 .\" All rights reserved. @@ -68,7 +68,8 @@ and .Fn strlcat only operate on true .Dq C -strings. This means that for +strings. +This means that for .Fn strlcpy .Fa src must be NUL-terminated and for