From owner-cvs-all Tue Dec 28 6:47: 6 1999 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4B3F14E29; Tue, 28 Dec 1999 06:47:04 -0800 (PST) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA92533; Tue, 28 Dec 1999 06:47:02 -0800 (PST) (envelope-from hoek@FreeBSD.org) Message-Id: <199912281447.GAA92533@freefall.freebsd.org> From: Tim Vanderhoek Date: Tue, 28 Dec 1999 06:47:01 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/string strrchr.3 strtok.3 Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk hoek 1999/12/28 06:47:01 PST Modified files: lib/libc/string strrchr.3 strtok.3 Log: Avoid the potentially confusing term "a null pointer" and say "the NULL pointer" instead. The potential confusion arises because the string/*.3 pages use the term "null-terminated string" (which is permissable). Moreover, this also makes these two manpages more consistent with the other string/*.3 manpages. Revision Changes Path 1.4 +2 -2 src/lib/libc/string/strrchr.3 1.9 +3 -3 src/lib/libc/string/strtok.3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message