From owner-cvs-all Wed Dec 29 13:34:14 1999 Delivered-To: cvs-all@freebsd.org Received: from awfulhak.org (dynamic-105.max4-du-ws.dialnetwork.pavilion.co.uk [212.74.9.233]) by hub.freebsd.org (Postfix) with ESMTP id B107B156EB; Wed, 29 Dec 1999 13:34:03 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from hak.lan.Awfulhak.org (root@hak.lan.Awfulhak.org [172.16.0.12]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA40892; Wed, 29 Dec 1999 21:20:01 GMT (envelope-from brian@lan.awfulhak.org) Received: from hak.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by hak.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id VAA89734; Wed, 29 Dec 1999 21:22:35 GMT (envelope-from brian@hak.lan.Awfulhak.org) Message-Id: <199912292122.VAA89734@hak.lan.Awfulhak.org> X-Mailer: exmh version 2.1.0 09/18/1999 To: Tim Vanderhoek Cc: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org, brian@hak.lan.Awfulhak.org Subject: Re: cvs commit: src/lib/libc/string strrchr.3 strtok.3 In-Reply-To: Message from Tim Vanderhoek of "Tue, 28 Dec 1999 06:47:01 PST." <199912281447.GAA92533@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Wed, 29 Dec 1999 21:22:35 +0000 From: Brian Somers 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. I think the real problem is s/null-terminated/nul-terminated/ > Revision Changes Path > 1.4 +2 -2 src/lib/libc/string/strrchr.3 > 1.9 +3 -3 src/lib/libc/string/strtok.3 -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message