aboutsummaryrefslogtreecommitdiffstats
path: root/man3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 07:57:18 +0000
committerMichael Kerrisk <mtk.manpages@gmail.com>2007-06-08 07:57:18 +0000
commit53a1443cce9cc250fff76b285757d0ecf3a62698 (patch)
treea21249d92647523a8f6cdc4ab94407752aba7126 /man3
parent8e5a067ad044c1a9418cde3e1b085cfc37fa2932 (diff)
downloadman-pages-53a1443cce9cc250fff76b285757d0ecf3a62698.tar.gz
Add SEE ALSO link to new credentials.7.
Diffstat (limited to 'man3')
-rw-r--r--man3/euidaccess.31
-rw-r--r--man3/initgroups.33
-rw-r--r--man3/tcgetpgrp.33
3 files changed, 5 insertions, 2 deletions
diff --git a/man3/euidaccess.3 b/man3/euidaccess.3
index 9534f0b32d..e7208308ff 100644
--- a/man3/euidaccess.3
+++ b/man3/euidaccess.3
@@ -86,4 +86,5 @@ function was added to glibc in version 2.4.
.BR setgid (2),
.BR setuid (2),
.BR stat (2),
+.BR credentials (7),
.BR path_resolution (7)
diff --git a/man3/initgroups.3 b/man3/initgroups.3
index a70bbb5253..bf19560327 100644
--- a/man3/initgroups.3
+++ b/man3/initgroups.3
@@ -79,4 +79,5 @@ is only available if
is defined.
.SH "SEE ALSO"
.BR getgroups (2),
-.BR setgroups (2)
+.BR setgroups (2),
+.BR credentials (7)
diff --git a/man3/tcgetpgrp.3 b/man3/tcgetpgrp.3
index b7e9bc3f60..c96108c473 100644
--- a/man3/tcgetpgrp.3
+++ b/man3/tcgetpgrp.3
@@ -109,4 +109,5 @@ The ioctls appeared in 4.2BSD.
The functions are POSIX inventions.
.SH "SEE ALSO"
.BR setpgid (2),
-.BR setsid (2)
+.BR setsid (2),
+.BR credentials (7)