Fix few sentence in the man page.
Pointed out by: wblock
This commit is contained in:
parent
4b83a77606
commit
afc7ee85ef
@ -24,7 +24,7 @@
|
|||||||
.\"
|
.\"
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd October 5, 2016
|
.Dd October 21, 2016
|
||||||
.Dt CAPSICUM_HELPERS 3
|
.Dt CAPSICUM_HELPERS 3
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -57,7 +57,8 @@
|
|||||||
.Sh DESCRIPTION
|
.Sh DESCRIPTION
|
||||||
The
|
The
|
||||||
.Nm capsicum helpers
|
.Nm capsicum helpers
|
||||||
are a set of a inline functions which simplify Capsicumizing programs.
|
are a set of a inline functions which simplify modifying programs to use
|
||||||
|
Capsicum.
|
||||||
The goal is to reduce duplicated code patterns.
|
The goal is to reduce duplicated code patterns.
|
||||||
The
|
The
|
||||||
.Nm capsicum helpers
|
.Nm capsicum helpers
|
||||||
@ -70,7 +71,7 @@ restricts capabilities on
|
|||||||
.Fa fd
|
.Fa fd
|
||||||
to only those needed by POSIX stream objects (that is, FILEs).
|
to only those needed by POSIX stream objects (that is, FILEs).
|
||||||
.Pp
|
.Pp
|
||||||
The following flags can be provided:
|
These flags can be provided:
|
||||||
.Pp
|
.Pp
|
||||||
.Bl -tag -width "CAPH_IGNORE_EBADF" -compact -offset indent
|
.Bl -tag -width "CAPH_IGNORE_EBADF" -compact -offset indent
|
||||||
.It Dv CAPH_IGNORE_EBADF
|
.It Dv CAPH_IGNORE_EBADF
|
||||||
|
Loading…
x
Reference in New Issue
Block a user