diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/gen/getnetgrent.3 | 4 |
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 |