~mfisch/ubuntu/saucy/manpages/update_to_3.51

« back to all changes in this revision

Viewing changes to man2/capget.2

  • Committer: Package Import Robot
  • Author(s): Kees Cook
  • Date: 2012-03-22 12:04:52 UTC
  • mfrom: (1.1.47) (2.2.12 sid)
  • Revision ID: package-import@ubuntu.com-20120322120452-9zmahwcmm3qea0ja
Tags: 3.35-0.1ubuntu1
* Merge from Debian testing/unstable; remaining changes:
  - ptrace.2, prctl.2: document Ubuntu-specific PTRACE_ATTACH,
    PR_SET_PTRACER behavior.
  - Fix typo in the scanf documentation: use ';' to terminate C code
    example line instead of ':'. Bug fixed upstream in 3.36.

Show diffs side-by-side

added added

removed removed

Lines of Context:
95
95
.IR datap [0]
96
96
and
97
97
.IR datap [1],
98
 
whereas 32-bit capabilities only use
 
98
whereas 32-bit capabilities use only
99
99
.IR datap [0].
100
100
.sp
101
101
Another change affecting the behavior of these system calls is kernel
175
175
.I hdrp
176
176
must not be NULL.
177
177
.I datap
178
 
may only be NULL when the user is trying to determine the preferred
 
178
may be NULL only when the user is trying to determine the preferred
179
179
capability version format supported by the kernel.
180
180
.TP
181
181
.B EINVAL
221
221
.BR gettid (2),
222
222
.BR capabilities (7)
223
223
.SH COLOPHON
224
 
This page is part of release 3.32 of the Linux
 
224
This page is part of release 3.35 of the Linux
225
225
.I man-pages
226
226
project.
227
227
A description of the project,
228
228
and information about reporting bugs,
229
229
can be found at
230
 
http://www.kernel.org/doc/man-pages/.
 
230
http://man7.org/linux/man-pages/.