mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
mdoc(7) police: add missing LIBRARY section.
This commit is contained in:
parent
8eb5b197f1
commit
1a4fc0bfba
9 changed files with 18 additions and 0 deletions
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap
|
||||
.Nd introduction to the POSIX.1e Capability security API
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_clear
|
||||
.Nd Initialize a Capability State in Working Store
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_dup
|
||||
.Nd Duplicate a Capability State in Working Storage
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_free
|
||||
.Nd "Release Memory Allocated to a Capability State in Working Storage"
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_get_flag
|
||||
.Nd Get the Value of a Capability Flag
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_get_proc
|
||||
.Nd Obtain the Current Process Capability State
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_init
|
||||
.Nd Allocate and Initialize a Capability State in Working Storage
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_set_flag
|
||||
.Nd Set the Value of a Capability Flag
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
|
|
@ -33,6 +33,8 @@
|
|||
.Sh NAME
|
||||
.Nm cap_set_proc
|
||||
.Nd Set the Process Capability State
|
||||
.Sh LIBRARY
|
||||
.Lb libc
|
||||
.Sh SYNOPSIS
|
||||
.Fd #include <sys/types.h>
|
||||
.Fd #include <sys/capability.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue