summaryrefslogtreecommitdiffstats
path: root/man2/capget.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/capget.2')
-rw-r--r--man2/capget.28
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/capget.2 b/man2/capget.2
index 6e4049e28..32273cff4 100644
--- a/man2/capget.2
+++ b/man2/capget.2
@@ -98,11 +98,11 @@ There was, however, an API glitch, and Linux 2.6.26 added
to fix the problem.
.PP
Note that 64-bit capabilities use
-.IR datap [0]
+.I datap[0]
and
-.IR datap [1],
+.IR datap[1] ,
whereas 32-bit capabilities use only
-.IR datap [0].
+.IR datap[0] .
.PP
On kernels that support file capabilities (VFS capabilities support),
these system calls behave slightly differently.
@@ -247,7 +247,7 @@ library and is available here:
.BR gettid (2),
.BR capabilities (7)
.SH COLOPHON
-This page is part of release 5.09 of the Linux
+This page is part of release 5.10 of the Linux
.I man-pages
project.
A description of the project,