summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-07-12 12:41:43 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2001-07-12 12:41:43 +0000
commit635e6475fbd547c69c7700bc918d50d66b4f7f83 (patch)
tree5fd1c15217cb8d3e8240415f5f4b7840bcae9852 /share
parent08f6cc663f7879d0d92c24ba24a6de569d2c3b95 (diff)
more typo
Diffstat (limited to 'share')
-rw-r--r--share/man/man9/altq.910
1 files changed, 4 insertions, 6 deletions
diff --git a/share/man/man9/altq.9 b/share/man/man9/altq.9
index e6e34aff9df..33ada479d56 100644
--- a/share/man/man9/altq.9
+++ b/share/man/man9/altq.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: altq.9,v 1.3 2001/07/12 12:38:29 itojun Exp $
+.\" $OpenBSD: altq.9,v 1.4 2001/07/12 12:41:42 itojun Exp $
.\"
.\" Copyright (C) 2001
.\" Sony Computer Science Laboratories Inc. All rights reserved.
@@ -376,7 +376,7 @@ If the code polls the packet at the head of the queue and actually uses
the packet before dequeueing it, use
.Fn IFQ_POLL
and
-IFQ_DEQUEUE .
+.Fn IFQ_DEQUEUE .
.Bd -literal
##old-style## ##new-style##
|
@@ -398,12 +398,10 @@ It is guaranteed that
immediately after
.Fn IFQ_POLL
returns the same packet.
-.Po
-They need to be guarded by
+Note that they need to be guarded by
.Fn splimp
if called from outside of
-.Fn if_start
-.Pc .
+.Fn if_start .
.Ss Eliminating IF_PREPEND
If the code uses
.Fn IF_PREPEND ,