From owner-cvs-all Thu Aug 9 10:10:54 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5292937B401; Thu, 9 Aug 2001 10:10:48 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f79HAms63152; Thu, 9 Aug 2001 10:10:48 -0700 (PDT) (envelope-from mike) Message-Id: <200108091710.f79HAms63152@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 9 Aug 2001 10:10:48 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcpy.3 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG mike 2001/08/09 10:10:48 PDT Modified files: lib/libc/string strcpy.3 Log: o Various mdoc fixes. o Replace strncpy examples with less confusing ones from OpenBSD. These examples give more detail and also suggest using strlcpy(3). Reviewed by: des, ru, sheldonh Obtained from: OpenBSD MFC after: 3 days Revision Changes Path 1.10 +51 -11 src/lib/libc/string/strcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message