diff options
author | 2001-07-12 12:38:29 +0000 | |
---|---|---|
committer | 2001-07-12 12:38:29 +0000 | |
commit | b22175246d6fb086abc34992c7b1479416cd4eda (patch) | |
tree | 1c8262d51b33c0011a6db84ffc6dbb28f510ac64 | |
parent | a couple of mdoc fixes (diff) | |
download | wireguard-openbsd-b22175246d6fb086abc34992c7b1479416cd4eda.tar.xz wireguard-openbsd-b22175246d6fb086abc34992c7b1479416cd4eda.zip |
typo; s/IFQ_EMPTY/IFQ_IS_EMPTY/
-rw-r--r-- | share/man/man9/altq.9 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/altq.9 b/share/man/man9/altq.9 index 7dc060aba20..e6e34aff9df 100644 --- a/share/man/man9/altq.9 +++ b/share/man/man9/altq.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: altq.9,v 1.2 2001/07/12 12:33:28 itojun Exp $ +.\" $OpenBSD: altq.9,v 1.3 2001/07/12 12:38:29 itojun Exp $ .\" .\" Copyright (C) 2001 .\" Sony Computer Science Laboratories Inc. All rights reserved. @@ -334,10 +334,10 @@ could be costly for a complex scheduling algorithm since .Fn IFQ_POLL needs to run the scheduling algorithm to select the next packet. On the other hand, -.Fn IFQ_EMPTY +.Fn IFQ_IS_EMPTY checks only if there is any packet stored in the queue. Another difference is that even when -.Fn IFQ_EMPTY +.Fn IFQ_IS_EMPTY is .Dv FALSE , .Fn IFQ_DEQUEUE |