Index: lib/libc/string/strlcpy.3 =================================================================== --- lib/libc/string/strlcpy.3 +++ lib/libc/string/strlcpy.3 @@ -27,7 +27,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 1, 2020 +.Dd November 15, 2020 .Dt STRLCPY 3 .Os .Sh NAME @@ -139,6 +139,11 @@ .Va dstsize , the output string has been truncated. It is the caller's responsibility to handle this. +Note: +.Fn snprintf +can return a negative value on some systems, while +.Nm +will not. .Sh EXAMPLES The following code fragment illustrates the simple case: .Bd -literal -offset indent