mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04:00
Fix declaration.
This commit is contained in:
parent
1afab1fe21
commit
2bd7c57051
1 changed files with 2 additions and 2 deletions
|
|
@ -24,7 +24,7 @@
|
|||
.\"
|
||||
.\" $FreeBSD$
|
||||
.\"
|
||||
.Dd May 7, 2018
|
||||
.Dd July 15, 2018
|
||||
.Dt CAPSICUM_HELPERS 3
|
||||
.Os
|
||||
.Sh NAME
|
||||
|
|
@ -45,7 +45,7 @@
|
|||
.Ft int
|
||||
.Fn caph_enter_casper "void"
|
||||
.Ft int
|
||||
.Fn caph_limit_stream "int fd, int flags"
|
||||
.Fn caph_limit_stream "int fd" "int flags"
|
||||
.Ft int
|
||||
.Fn caph_limit_stdin "void"
|
||||
.Ft int
|
||||
|
|
|
|||
Loading…
Reference in a new issue