summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/acct.2
diff options
context:
space:
mode:
authorkeramida <keramida@FreeBSD.org>2004-12-22 16:15:52 +0000
committerkeramida <keramida@FreeBSD.org>2004-12-22 16:15:52 +0000
commit592e2c49936f9e138e8dd1b20d1c2e241557656a (patch)
tree4eb93c89760f5a8359827f35e234b2699d3e0140 /lib/libc/sys/acct.2
parent2d481ce9df2328021477ebd4115da42e057c7475 (diff)
downloadFreeBSD-src-592e2c49936f9e138e8dd1b20d1c2e241557656a.zip
FreeBSD-src-592e2c49936f9e138e8dd1b20d1c2e241557656a.tar.gz
Use .Dv NULL when referring to NULL C pointers, instead of "nil".
Diffstat (limited to 'lib/libc/sys/acct.2')
-rw-r--r--lib/libc/sys/acct.24
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/acct.2 b/lib/libc/sys/acct.2
index aa071d9..1119bbe 100644
--- a/lib/libc/sys/acct.2
+++ b/lib/libc/sys/acct.2
@@ -51,7 +51,9 @@ system call enables or disables the collection of system accounting
records.
If the argument
.Fa file
-is a nil pointer, accounting is disabled.
+is a
+.Dv NULL
+pointer, accounting is disabled.
If
.Fa file
is an
OpenPOWER on IntegriCloud