summaryrefslogtreecommitdiffstats
path: root/share/man/man9/ifnet.9
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-12-18 22:06:47 +0000
committermpp <mpp@FreeBSD.org>1996-12-18 22:06:47 +0000
commit0659371d2db729cf06454096adc9cdff775517e3 (patch)
tree873a96d5018f6deb09f230c4a167093cd66cf6c7 /share/man/man9/ifnet.9
parent09b06a49ee3f82b3c1ffa7f892b7fcd3f77c1220 (diff)
downloadFreeBSD-src-0659371d2db729cf06454096adc9cdff775517e3.zip
FreeBSD-src-0659371d2db729cf06454096adc9cdff775517e3.tar.gz
Typo police.
Diffstat (limited to 'share/man/man9/ifnet.9')
-rw-r--r--share/man/man9/ifnet.96
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9
index dbb56ef..450b128 100644
--- a/share/man/man9/ifnet.9
+++ b/share/man/man9/ifnet.9
@@ -26,7 +26,7 @@
.\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: rtalloc.9,v 1.3 1996/12/01 00:25:05 mpp Exp $
+.\" $Id: ifnet.9,v 1.1 1996/12/17 20:21:01 wollman Exp $
.Dd December 16, 1996
.Os FreeBSD 2.2
.Dt IFNET 9
@@ -156,7 +156,7 @@ Interfaces are also associated with an output queue, defined as a
.Li "struct ifqueue" ;
this structure is used to hold packets while the interface is in the
process of sending another. The current implementation implements a
-drop-tail queueing discipline, but in the future a Random Early Drop
+drop-tail queuing discipline, but in the future a Random Early Drop
discipline is expected to be used. For this reason, kernel code
should not depend on the internals of the queue structure; in
particular, only the
@@ -492,7 +492,7 @@ Number of packets received for unknown network-layer protocol.
.\" section, below.
.It Li ifi_lastchange
.Pq Li "struct timeval"
-The time of the last administative change to the interface (as required
+The time of the last administrative change to the interface (as required
for
.Tn SNMP ) .
.El
OpenPOWER on IntegriCloud