From owner-cvs-all Sun Aug 12 17:28:14 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 CD74E37B406; Sun, 12 Aug 2001 17:28:08 -0700 (PDT) (envelope-from mike@FreeBSD.org) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7D0S8647015; Sun, 12 Aug 2001 17:28:08 -0700 (PDT) (envelope-from mike) Message-Id: <200108130028.f7D0S8647015@freefall.freebsd.org> From: Mike Barcroft Date: Sun, 12 Aug 2001 17:28:08 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcpy.3 X-FreeBSD-CVS-Branch: RELENG_4 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/12 17:28:08 PDT Modified files: (Branch: RELENG_4) lib/libc/string strcpy.3 Log: MFC Rev 1.10: 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). MFC Rev 1.8: mdoc(7) police: Add strncpy() to the NAME section. MFC Rev 1.7: mdoc(7) police: remove HISTORY info from the .Os call. Approved by: murray Revision Changes Path 1.4.2.4 +53 -13 src/lib/libc/string/strcpy.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message