diff options
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/access.2 | 1 | ||||
| -rw-r--r-- | man2/execve.2 | 1 | ||||
| -rw-r--r-- | man2/faccessat.2 | 1 | ||||
| -rw-r--r-- | man2/fork.2 | 3 | ||||
| -rw-r--r-- | man2/getpid.2 | 3 | ||||
| -rw-r--r-- | man2/getsid.2 | 1 | ||||
| -rw-r--r-- | man2/kill.2 | 1 | ||||
| -rw-r--r-- | man2/killpg.2 | 3 | ||||
| -rw-r--r-- | man2/seteuid.2 | 3 | ||||
| -rw-r--r-- | man2/setfsgid.2 | 3 | ||||
| -rw-r--r-- | man2/setfsuid.2 | 3 | ||||
| -rw-r--r-- | man2/setgid.2 | 3 | ||||
| -rw-r--r-- | man2/setresuid.2 | 1 | ||||
| -rw-r--r-- | man2/setuid.2 | 3 | ||||
| -rw-r--r-- | man2/wait.2 | 1 |
15 files changed, 23 insertions, 8 deletions
diff --git a/man2/access.2 b/man2/access.2 index bb095c5a56..01937d9afd 100644 --- a/man2/access.2 +++ b/man2/access.2 @@ -196,4 +196,5 @@ honours this flag. .BR setuid (2), .BR stat (2), .BR euidaccess (3), +.BR credentials (7), .BR path_resolution (7) diff --git a/man2/execve.2 b/man2/execve.2 index b3301b38ea..8cb13204b7 100644 --- a/man2/execve.2 +++ b/man2/execve.2 @@ -549,5 +549,6 @@ argv[4]: world .BR execl (3), .BR fexecve (3), .BR environ (7), +.BR credentials (7), .BR path_resolution (7), .BR ld.so (8) diff --git a/man2/faccessat.2 b/man2/faccessat.2 index 356874d236..2c690f5026 100644 --- a/man2/faccessat.2 +++ b/man2/faccessat.2 @@ -139,4 +139,5 @@ to determine access permissions. .BR access (2), .BR openat (2), .BR euidaccess (3), +.BR credentials (7), .BR path_resolution (7) diff --git a/man2/fork.2 b/man2/fork.2 index 5a6a0dc26f..f240e35681 100644 --- a/man2/fork.2 +++ b/man2/fork.2 @@ -196,4 +196,5 @@ and .BR unshare (2), .BR vfork (2), .BR wait (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/getpid.2 b/man2/getpid.2 index de6d913ff1..82dfd33e90 100644 --- a/man2/getpid.2 +++ b/man2/getpid.2 @@ -50,4 +50,5 @@ POSIX.1-2001, 4.3BSD, SVr4 .BR mkstemp (3), .BR tempnam (3), .BR tmpfile (3), -.BR tmpnam (3) +.BR tmpnam (3), +.BR credentials (7) diff --git a/man2/getsid.2 b/man2/getsid.2 index f4b0f6cfa0..1b32332a53 100644 --- a/man2/getsid.2 +++ b/man2/getsid.2 @@ -68,4 +68,5 @@ for some integer \fIn\fP larger than or equal to 500. .SH "SEE ALSO" .BR getpgid (2), .BR setsid (2), +.BR credentials (7), .BR feature_test_macros (7) diff --git a/man2/kill.2 b/man2/kill.2 index 6baeb9bb60..fd80e50ef4 100644 --- a/man2/kill.2 +++ b/man2/kill.2 @@ -159,4 +159,5 @@ to all of the processes for which the caller had permission to signal. .BR tkill (2), .BR exit (3), .BR capabilities (7), +.BR credentials (7), .BR signal (7) diff --git a/man2/killpg.2 b/man2/killpg.2 index bcc1ea4bde..a428c07030 100644 --- a/man2/killpg.2 +++ b/man2/killpg.2 @@ -111,4 +111,5 @@ for all target processes. .BR getpgrp (2), .BR kill (2), .BR signal (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/seteuid.2 b/man2/seteuid.2 index 4650c14c85..69c058e2db 100644 --- a/man2/seteuid.2 +++ b/man2/seteuid.2 @@ -94,4 +94,5 @@ Similar remarks hold for .BR setresuid (2), .BR setreuid (2), .BR setuid (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/setfsgid.2 b/man2/setfsgid.2 index 0f1d92059e..fb0465261c 100644 --- a/man2/setfsgid.2 +++ b/man2/setfsgid.2 @@ -94,4 +94,5 @@ capability). .SH "SEE ALSO" .BR kill (2), .BR setfsuid (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/setfsuid.2 b/man2/setfsuid.2 index c1c29f57a0..4d9db04d8a 100644 --- a/man2/setfsuid.2 +++ b/man2/setfsuid.2 @@ -94,4 +94,5 @@ capability). .SH "SEE ALSO" .BR kill (2), .BR setfsgid (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/setgid.2 b/man2/setgid.2 index 99c36757ec..378467f050 100644 --- a/man2/setgid.2 +++ b/man2/setgid.2 @@ -65,4 +65,5 @@ SVr4, POSIX.1-2001. .BR getgid (2), .BR setegid (2), .BR setregid (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/setresuid.2 b/man2/setresuid.2 index 2b0ceea9a4..1df51494c1 100644 --- a/man2/setresuid.2 +++ b/man2/setresuid.2 @@ -94,4 +94,5 @@ provided _GNU_SOURCE is defined. .BR setreuid (2), .BR setuid (2), .BR capabilities (7), +.BR credentials (7), .BR feature_test_macros (7) diff --git a/man2/setuid.2 b/man2/setuid.2 index 973e87a234..415c19bcc7 100644 --- a/man2/setuid.2 +++ b/man2/setuid.2 @@ -107,4 +107,5 @@ be forbidden from leaving core dumps. .BR seteuid (2), .BR setfsuid (2), .BR setreuid (2), -.BR capabilities (7) +.BR capabilities (7), +.BR credentials (7) diff --git a/man2/wait.2 b/man2/wait.2 index b240a2c58a..37f3591eef 100644 --- a/man2/wait.2 +++ b/man2/wait.2 @@ -580,4 +580,5 @@ main(int argc, char *argv[]) .BR signal (2), .BR wait4 (2), .BR pthread_create (3), +.BR credentials (7), .BR signal (7) |
