diff options
Diffstat (limited to 'share/man/man9/mbuf.9')
-rw-r--r-- | share/man/man9/mbuf.9 | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man9/mbuf.9 b/share/man/man9/mbuf.9 index a663f801599..1508832cbb5 100644 --- a/share/man/man9/mbuf.9 +++ b/share/man/man9/mbuf.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mbuf.9,v 1.99 2016/04/08 10:01:12 dlg Exp $ +.\" $OpenBSD: mbuf.9,v 1.100 2016/07/19 08:13:46 mpi Exp $ .\" .\" Copyright (c) 2001 Jean-Jacques Bernard-Gundol <jjbg@openbsd.org> .\" All rights reserved. @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 8 2016 $ +.Dd $Mdocdate: July 19 2016 $ .Dt MGET 9 .Os .Sh NAME @@ -294,10 +294,8 @@ protocol-specific. variable is valid. .It Dv M_LOOP for mbuf statistics. -.It Dv M_FILDROP -dropped by -.Xr bpf 4 -filter. +.It Dv M_ACAST +received as IPv6 anycast. .It Dv M_BCAST packet send/received as link-level broadcast. .It Dv M_MCAST |