diff options
author | 2001-07-12 12:41:42 +0000 | |
---|---|---|
committer | 2001-07-12 12:41:42 +0000 | |
commit | c03b35c94dc20324bce8c5916d4231016525ca5a (patch) | |
tree | cbb5593b2b4308c66683e98a8d1e0210239b9b18 /share/man/man9 | |
parent | typo; s/IFQ_EMPTY/IFQ_IS_EMPTY/ (diff) | |
download | wireguard-openbsd-c03b35c94dc20324bce8c5916d4231016525ca5a.tar.xz wireguard-openbsd-c03b35c94dc20324bce8c5916d4231016525ca5a.zip |
more typo
Diffstat (limited to 'share/man/man9')
-rw-r--r-- | share/man/man9/altq.9 | 10 |
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 , |