Date: Tue, 24 Jul 2001 04:32:29 -0700 (PDT) From: Kris Kennaway <kris@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strlcpy.3 Message-ID: <200107241132.f6OBWUF32912@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
kris 2001/07/24 04:32:29 PDT Modified files: lib/libc/string strlcpy.3 Log: Sync to OpenBSD: Clarify that if strlcat() does not find a NUL within siz byte it will not NUL terminate either. Document boundary condition when size < strlen(dst). "of", not "on" (from Henric Jungheim) Obtained from: OpenBSD MFC After: 1 week Revision Changes Path 1.10 +24 -3 src/lib/libc/string/strlcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200107241132.f6OBWUF32912>