summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarkj <markj@FreeBSD.org>2016-06-09 01:05:23 +0000
committermarkj <markj@FreeBSD.org>2016-06-09 01:05:23 +0000
commite07517fb7d4e88e7eb823cc8d48914627cd13a71 (patch)
tree78e556ae8a99047aa4ec69dd3b20c686dd455a9b
parent497997a69bd7f9e02dfcde3499989e514cb8459e (diff)
downloadFreeBSD-src-e07517fb7d4e88e7eb823cc8d48914627cd13a71.zip
FreeBSD-src-e07517fb7d4e88e7eb823cc8d48914627cd13a71.tar.gz
Use a more common spelling for "(char *)0" in the getnetgrent man page.
MFC after: 3 days
-rw-r--r--lib/libc/gen/getnetgrent.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3
index 4cc2a21..7483e4f 100644
--- a/lib/libc/gen/getnetgrent.3
+++ b/lib/libc/gen/getnetgrent.3
@@ -68,7 +68,7 @@ The function
sets the three pointer arguments to the strings of the next member of the
current netgroup.
If any of the string pointers are
-.Sy (char *)0
+.Dv NULL
that field is considered a wildcard.
.Pp
The functions
@@ -95,7 +95,7 @@ If any of the
or
.Sy domain
arguments are
-.Sy (char *)0
+.Dv NULL
those fields will match any string value in the netgroup member.
.Sh RETURN VALUES
The function
OpenPOWER on IntegriCloud