summaryrefslogtreecommitdiffstats
path: root/man2/capget.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/capget.2')
-rw-r--r--man2/capget.212
1 files changed, 6 insertions, 6 deletions
diff --git a/man2/capget.2 b/man2/capget.2
index da1d5414b..9c4ba7df2 100644
--- a/man2/capget.2
+++ b/man2/capget.2
@@ -11,7 +11,7 @@
.\" 64-bit capability sets in Linux 2.6.2[45].
.\" Modified 2009-01-26, andi kleen
.\"
-.TH capget 2 2023-02-05 "Linux man-pages 6.03"
+.TH capget 2 2023-05-03 "Linux man-pages 6.05.01"
.SH NAME
capget, capset \- set/get capabilities of thread(s)
.SH LIBRARY
@@ -58,23 +58,23 @@ The structures are defined as follows.
.EX
#define _LINUX_CAPABILITY_VERSION_1 0x19980330
#define _LINUX_CAPABILITY_U32S_1 1
-
+\&
/* V2 added in Linux 2.6.25; deprecated */
#define _LINUX_CAPABILITY_VERSION_2 0x20071026
.\" commit e338d263a76af78fe8f38a72131188b58fceb591
.\" Added 64 bit capability support
#define _LINUX_CAPABILITY_U32S_2 2
-
+\&
/* V3 added in Linux 2.6.26 */
#define _LINUX_CAPABILITY_VERSION_3 0x20080522
.\" commit ca05a99a54db1db5bca72eccb5866d2a86f8517f
#define _LINUX_CAPABILITY_U32S_3 2
-
+\&
typedef struct __user_cap_header_struct {
__u32 version;
int pid;
} *cap_user_header_t;
-
+\&
typedef struct __user_cap_data_struct {
__u32 effective;
__u32 permitted;
@@ -245,7 +245,7 @@ instead of 0.)
.B ESRCH
No such thread.
.SH STANDARDS
-These system calls are Linux-specific.
+Linux.
.SH NOTES
The portable interface to the capability querying and setting
functions is provided by the