svn commit: r306850 - head/share/man/man9
Kevin Lo
kevlo at FreeBSD.org
Sat Oct 8 14:58:27 UTC 2016
Author: kevlo
Date: Sat Oct 8 14:58:26 2016
New Revision: 306850
URL: https://svnweb.freebsd.org/changeset/base/306850
Log:
Add description for ifi_oqdrops.
Modified:
head/share/man/man9/ifnet.9
Modified: head/share/man/man9/ifnet.9
==============================================================================
--- head/share/man/man9/ifnet.9 Sat Oct 8 14:57:21 2016 (r306849)
+++ head/share/man/man9/ifnet.9 Sat Oct 8 14:58:26 2016 (r306850)
@@ -28,7 +28,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd September 27, 2016
+.Dd October 8, 2016
.Dt IFNET 9
.Os
.Sh NAME
@@ -951,6 +951,8 @@ Number of packets sent by link-layer mul
.It Va ifi_iqdrops
Number of packets dropped on input.
Rarely implemented.
+.It Va ifi_oqdrops
+Number of packets dropped on output.
.It Va ifi_noproto
Number of packets received for unknown network-layer protocol.
.It Va ifi_lastchange
More information about the svn-src-all
mailing list