Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 8 Oct 2016 14:58:26 +0000 (UTC)
From:      Kevin Lo <kevlo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r306850 - head/share/man/man9
Message-ID:  <201610081458.u98EwQ65019184@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201610081458.u98EwQ65019184>