cvs commit: src/lib/libc/sys acct.2 adjtime.2 aio_suspend.2 getitimer.2 recv.2 select.2

Giorgos Keramidas keramida at FreeBSD.org
Thu Dec 23 15:45:26 PST 2004


keramida    2004-12-23 23:45:25 UTC

  FreeBSD src repository (doc committer)

  Modified files:
    lib/libc/sys         acct.2 adjtime.2 aio_suspend.2 
                         getitimer.2 recv.2 select.2 
  Log:
  ``NULL is a specific instance of a null pointer constant; the generic is
  a "null pointer".''
  
  Making good use of the excellent explanations sent to me by Ruslan
  Ermilov, Garrett Wollman and Bruce Evans, correct the descriptions of
  null pointers.  They are just "null pointers", not nil, not NULL or
  ".Dv NULL".
  
  Suggested by:   ru, wollman, bde
  Reviewed by:    ru, wollman
  Pointy hat:     keramida
  
  Revision  Changes    Path
  1.21      +1 -3      src/lib/libc/sys/acct.2
  1.15      +1 -3      src/lib/libc/sys/adjtime.2
  1.22      +3 -7      src/lib/libc/sys/aio_suspend.2
  1.22      +1 -3      src/lib/libc/sys/getitimer.2
  1.24      +2 -3      src/lib/libc/sys/recv.2
  1.31      +4 -11     src/lib/libc/sys/select.2


More information about the cvs-all mailing list