Command Section

sysdecode_cap_rights(3)                       FreeBSD Library Functions Manual

NAME
     sysdecode_cap_rights - output list of capability rights

LIBRARY
     System Argument Decoding Library (libsysdecode, -lsysdecode)

SYNOPSIS
     #include <sys/types.h>
     #include <stdbool.h>
     #include <stdio.h>
     #include <sysdecode.h>

     void
     sysdecode_cap_rights(FILE *fp, cap_rights_t *rightsp);

DESCRIPTION
     The sysdecode_cap_rights() function outputs a comma-separated list of
     capability rights at rightsp to the stream fp.

SEE ALSO
     sysdecode(3)

FreeBSD 13.1-RELEASE-p6        November 24, 2017       FreeBSD 13.1-RELEASE-p6

Command Section

man2web Home...