From owner-cvs-all Mon Oct 15 9:45:44 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 9058B37B407; Mon, 15 Oct 2001 09:45:38 -0700 (PDT) Received: (from mike@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9FGjc103438; Mon, 15 Oct 2001 09:45:38 -0700 (PDT) (envelope-from mike) Message-Id: <200110151645.f9FGjc103438@freefall.freebsd.org> From: Mike Barcroft Date: Mon, 15 Oct 2001 09:45:38 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strcmp.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/10/15 09:45:38 PDT Modified files: (Branch: RELENG_4) lib/libc/string strcmp.3 Log: MFC Rev 1.10 Note that strncmp() will not compare characters after a NUL character. Add a missing word. Bump document date. MFC Rev 1.9 mdoc(7) police: Use the new .In macro for #include statements. Revision Changes Path 1.6.2.3 +10 -3 src/lib/libc/string/strcmp.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message