diff options
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/pledge.2 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/libc/sys/pledge.2 b/lib/libc/sys/pledge.2 index 0c58a5924fe..ab8a6af0360 100644 --- a/lib/libc/sys/pledge.2 +++ b/lib/libc/sys/pledge.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pledge.2,v 1.39 2017/01/23 07:19:39 jmc Exp $ +.\" $OpenBSD: pledge.2,v 1.40 2017/01/29 18:03:12 jmc Exp $ .\" .\" Copyright (c) 2015 Nicholas Marriott <nicm@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: January 23 2017 $ +.Dd $Mdocdate: January 29 2017 $ .Dt PLEDGE 2 .Os .Sh NAME @@ -528,15 +528,15 @@ devices: .Dv AUDIO_SETPAR , .Dv AUDIO_START , .Dv AUDIO_STOP . -.It Va bpf -Allow -.Dv BIOCGSTATS -operation for statistics collection from a bpf device. .Pp See .Xr sio_open 3 for more information on using the sndio API in combination with .Fn pledge . +.It Va bpf +Allow +.Dv BIOCGSTATS +operation for statistics collection from a bpf device. .El .Pp A whitelist of permitted paths may be provided in |