aboutsummaryrefslogtreecommitdiffstats
path: root/man3/setnetgrent.3
diff options
context:
space:
mode:
Diffstat (limited to 'man3/setnetgrent.3')
-rw-r--r--man3/setnetgrent.36
1 files changed, 3 insertions, 3 deletions
diff --git a/man3/setnetgrent.3 b/man3/setnetgrent.3
index b00762ccf2..82f8ed679a 100644
--- a/man3/setnetgrent.3
+++ b/man3/setnetgrent.3
@@ -43,7 +43,7 @@ The
.I netgroup
is a SunOS invention.
A netgroup database is a list of string triples
-.BR (hostname "," username "," domainname)
+.RI ( hostname ", " username ", " domainname )
or other netgroup names.
Any of the elements in a triple can be empty,
which means that anything matches.
@@ -73,7 +73,7 @@ To free all allocated buffers use
.BR endnetgrent ().
.PP
In most cases you only want to check if the triplet
-.BR (hostname "," username "," domainname)
+.RI ( hostname ", " username ", " domainname )
is a member of a netgroup.
The function
.BR innetgr ()
@@ -93,7 +93,7 @@ These functions are not in POSIX.1-2001, but
.BR getnetgrent (),
and
.BR innetgr ()
-are avilable on most Unix systems.
+are available on most Unix systems.
.BR getnetgrent_r ()
is not widely available on other systems.
.\" getnetgrent_r() is on Solaris 8 and AIX 5.1, but not the BSDs.