Fixed C error(s) in synopsis.

This commit is contained in:
Bruce Evans 2001-02-06 00:02:32 +00:00
parent 3a6d3fb0cd
commit fc80017420
6 changed files with 6 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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>

View File

@ -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

View File

@ -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

View File

@ -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>