diff options
author | keramida <keramida@FreeBSD.org> | 2004-12-23 23:45:25 +0000 |
---|---|---|
committer | keramida <keramida@FreeBSD.org> | 2004-12-23 23:45:25 +0000 |
commit | 9992d6428f038cb027b08a659e8253ae0f0503a1 (patch) | |
tree | fa17121d9a635b571177c32da68d0670990b2c96 /lib/libc/sys/acct.2 | |
parent | 9cd8396061808a32518fcb7e287437308d5ef937 (diff) | |
download | FreeBSD-src-9992d6428f038cb027b08a659e8253ae0f0503a1.zip FreeBSD-src-9992d6428f038cb027b08a659e8253ae0f0503a1.tar.gz |
``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
Diffstat (limited to 'lib/libc/sys/acct.2')
-rw-r--r-- | lib/libc/sys/acct.2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2 index 1119bbe..4f371d3 100644 --- a/lib/libc/sys/acct.2 +++ b/lib/libc/sys/acct.2 @@ -51,9 +51,7 @@ system call enables or disables the collection of system accounting records. If the argument .Fa file -is a -.Dv NULL -pointer, accounting is disabled. +is a null pointer, accounting is disabled. If .Fa file is an |