diff options
author | Dan McDonald <danmcd@joyent.com> | 2022-03-15 12:07:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-15 12:07:15 -0400 |
commit | 83decd22b44019b0fe369224fb19e1ef21263ab6 (patch) | |
tree | 0bbbaea9d4231f77a406362904280d6ba53e1d55 /usr/src/man/man3c/getnetgrent.3c | |
parent | ad491f11d9af43fd3f0d6159c9e08112de475a54 (diff) | |
download | illumos-joyent-83decd22b44019b0fe369224fb19e1ef21263ab6.tar.gz |
OS-8361 IPD 4 (man page renumbering) tracking issue
Reviewed by: Brian Bennett <brian.bennett@joyent.com>
Approved by: Brian Bennett <brian.bennett@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/getnetgrent.3c')
-rw-r--r-- | usr/src/man/man3c/getnetgrent.3c | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/usr/src/man/man3c/getnetgrent.3c b/usr/src/man/man3c/getnetgrent.3c index 024064d633..f0bfe11eef 100644 --- a/usr/src/man/man3c/getnetgrent.3c +++ b/usr/src/man/man3c/getnetgrent.3c @@ -39,11 +39,11 @@ group entry .SH DESCRIPTION These functions are used to test membership in and enumerate members of ``netgroup'' network groups defined in a system database. Netgroups are sets -of (machine,user,domain) triples (see \fBnetgroup\fR(4)). +of (machine,user,domain) triples (see \fBnetgroup\fR(5)). .sp .LP These functions consult the source specified for \fBnetgroup\fR in the -\fB/etc/nsswitch.conf\fR file (see \fBnsswitch.conf\fR(4)). +\fB/etc/nsswitch.conf\fR file (see \fBnsswitch.conf\fR(5)). .sp .LP The function \fBinnetgr()\fR returns \fB1\fR if there is a netgroup @@ -138,7 +138,7 @@ success. .RE .SH ATTRIBUTES -See \fBattributes\fR(5) for descriptions of the following attributes: +See \fBattributes\fR(7) for descriptions of the following attributes: .sp .sp @@ -152,8 +152,11 @@ MT-Level See \fBDESCRIPTION\fR section. .TE .SH SEE ALSO -\fBIntro\fR(2), \fBIntro\fR(3), \fBnetgroup\fR(4), \fBnsswitch.conf\fR(4), -\fBattributes\fR(5) +.BR Intro (2), +.BR Intro (3), +.BR netgroup (5), +.BR nsswitch.conf (5), +.BR attributes (7) .SH WARNINGS The function \fBgetnetgrent_r()\fR is included in this release on an uncommitted basis only, and is subject to change or removal in future minor @@ -162,7 +165,7 @@ releases. Network groups are usually stored in network information services, such as \fBLDAP\fR, or \fBNIS\fR, but may alternatively be stored in the local \fB/etc/netgroup\fR file. The \fBnetgroup\fR line of the -\fBnsswitch.conf\fR(4) file determines which of those sources are used. +\fBnsswitch.conf\fR(5) file determines which of those sources are used. .sp .LP When compiling multi-threaded applications, see \fBIntro\fR(3), \fINotes On |