Date: Thu, 23 Dec 2004 23:45:25 +0000 (UTC) From: Giorgos Keramidas <keramida@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libc/sys acct.2 adjtime.2 aio_suspend.2 getitimer.2 recv.2 select.2 Message-ID: <200412232345.iBNNjPB1091462@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200412232345.iBNNjPB1091462>
