.\" This manpage has been automatically generated by docbook2man .\" from a DocBook document. This tool can be found at: .\" .\" Please send any bug reports, improvements, comments, patches, .\" etc. to Steve Cheng . .TH "SYS_CAPGET" "9" "09 October 2005" "" "" .SH NAME sys_capget \- get the capabilities of a given process. .SH SYNOPSIS "SYNOPSIS" .sp \fB .sp long sys_capget (cap_user_header_t \fIheader\fB, cap_user_data_t \fIdataptr\fB); \fR .SH "ARGUMENTS" .TP \fB\fIheader\fB\fR pointer to struct that contains capability version and target pid data .TP \fB\fIdataptr\fB\fR pointer to struct that contains the effective, permitted, and inheritable capabilities that are returned .SH "DESCRIPTION" .PP Returns 0 on success and < 0 on error.