Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
sysdecode_cap_rights(3)	 BSD Library Functions Manual  sysdecode_cap_rights(3)

NAME
     sysdecode_cap_rights -- output list of capability rights

LIBRARY
     library "libsysdecode"

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 ca-
     pability rights at	rightsp	to the stream fp.

SEE ALSO
     sysdecode(3)

BSD			       November	24, 2017			   BSD

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | SEE ALSO

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=sysdecode_cap_rights&sektion=3&manpath=FreeBSD+13.0-RELEASE+and+Ports>

home | help