From owner-cvs-all Thu Oct 11 10: 2:49 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 C560C37B401; Thu, 11 Oct 2001 10:02:44 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9BH2iI74550; Thu, 11 Oct 2001 10:02:44 -0700 (PDT) (envelope-from mike) Message-Id: <200110111702.f9BH2iI74550@freefall.freebsd.org> From: Mike Barcroft Date: Thu, 11 Oct 2001 10:02:44 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcmp.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/10/11 10:02:44 PDT Modified files: lib/libc/string strcmp.3 Log: Note that strncmp() will not compare characters after a NUL character. Add a missing word. Bump document date. Inspired by: IEEE Std 1003.1-200x (Draft 7) MFC after: 3 days Revision Changes Path 1.10 +9 -2 src/lib/libc/string/strcmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message