Fixed C error(s) in synopsis.
This commit is contained in:
parent
3a6d3fb0cd
commit
fc80017420
@ -35,7 +35,7 @@
|
||||
.Nd introduction to the POSIX.1e Capability security API
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/cap.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
.Sh DESCRIPTION
|
||||
The POSIX.1e Capability interface allows processes to manipulate their
|
||||
capability set, subject to capability manipulation restrictions imposed
|
||||
|
@ -37,7 +37,7 @@
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
.Ft char *
|
||||
.Fn cap_to_text "cap_t cap_p" "size_t *len_p"
|
||||
.Fn cap_to_text "cap_t cap_p" "ssize_t *len_p"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn cap_to_text
|
||||
|
@ -34,6 +34,7 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libposix1e
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/acl.h>
|
||||
.\" .Fd #include <sys/audit.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
.Nd introduction to the POSIX.1e Capability security API
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/cap.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
.Sh DESCRIPTION
|
||||
The POSIX.1e Capability interface allows processes to manipulate their
|
||||
capability set, subject to capability manipulation restrictions imposed
|
||||
|
@ -37,7 +37,7 @@
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
.Ft char *
|
||||
.Fn cap_to_text "cap_t cap_p" "size_t *len_p"
|
||||
.Fn cap_to_text "cap_t cap_p" "ssize_t *len_p"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Fn cap_to_text
|
||||
|
@ -34,6 +34,7 @@
|
||||
.Sh LIBRARY
|
||||
.Lb libposix1e
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/acl.h>
|
||||
.\" .Fd #include <sys/audit.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
Loading…
Reference in New Issue
Block a user