diff options
author | 2016-03-10 04:48:27 +0000 | |
---|---|---|
committer | 2016-03-10 04:48:27 +0000 | |
commit | 77f84f549677332d3536ac7e5fcd0ddbbb78b405 (patch) | |
tree | 863c9a65177f73651185cd49447c4ae88e177b27 | |
parent | Start some refactoring in here. this gets bufadjust out (diff) | |
download | wireguard-openbsd-77f84f549677332d3536ac7e5fcd0ddbbb78b405.tar.xz wireguard-openbsd-77f84f549677332d3536ac7e5fcd0ddbbb78b405.zip |
BIOCGDIRFILT is allowed when locked, from Guy Harris
-rw-r--r-- | share/man/man4/bpf.4 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/share/man/man4/bpf.4 b/share/man/man4/bpf.4 index a55b671a063..8b15c8a1638 100644 --- a/share/man/man4/bpf.4 +++ b/share/man/man4/bpf.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bpf.4,v 1.36 2015/01/16 03:07:03 lteo Exp $ +.\" $OpenBSD: bpf.4,v 1.37 2016/03/10 04:48:27 deraadt Exp $ .\" $NetBSD: bpf.4,v 1.7 1995/09/27 18:31:50 thorpej Exp $ .\" .\" Copyright (c) 1990 The Regents of the University of California. @@ -23,7 +23,7 @@ .\" This document is derived in part from the enet man page (enet.4) .\" distributed with 4.3BSD Unix. .\" -.Dd $Mdocdate: January 16 2015 $ +.Dd $Mdocdate: March 10 2016 $ .Dt BPF 4 .Os .Sh NAME @@ -222,6 +222,7 @@ The allowable ioctls are .Dv BIOCGBLEN , .Dv BIOCGDIRFILT , .Dv BIOCGDLT , +.Dv BIOCGDIRFILT , .Dv BIOCGDLTLIST , .Dv BIOCGETIF , .Dv BIOCGHDRCMPLT , |