Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Dec 1999 06:47:01 -0800 (PST)
From:      Tim Vanderhoek <hoek@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/string strrchr.3 strtok.3
Message-ID:  <199912281447.GAA92533@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199912281447.GAA92533>