From 57860c27c10cdd5505243426ff701582dec6b40c Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Sun, 5 Apr 2009 22:28:37 +0200 Subject: [PATCH] getnetgrent(3): Improve markup. --- lib/libc/gen/getnetgrent.3 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/libc/gen/getnetgrent.3 b/lib/libc/gen/getnetgrent.3 index e5ea06b888..38b8b3e3ff 100644 --- a/lib/libc/gen/getnetgrent.3 +++ b/lib/libc/gen/getnetgrent.3 @@ -73,7 +73,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,12 +95,12 @@ The function .Fn innetgr searches for a match of all fields within the specified group. If any of the -.Sy host , -.Sy user , +.Fa host , +.Fa user , or -.Sy domain +.Fa domain arguments are -.Sy (char *)0 +.Dv NULL those fields will match any string value in the netgroup member. .Sh RETURN VALUES The function @@ -122,7 +122,7 @@ netgroup database file .Sh COMPATIBILITY The netgroup members have three string fields to maintain compatibility with other vendor implementations, however it is not obvious what use the -.Sy domain +.Fa domain string has within .Bx . .Sh SEE ALSO -- 2.11.4.GIT