diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-07-12 12:38:30 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2001-07-12 12:38:30 +0000 |
commit | 08f6cc663f7879d0d92c24ba24a6de569d2c3b95 (patch) | |
tree | bcbc91b9df732c2a7311d883624ddf8429a46e9d /share | |
parent | eabec271497ca440678615d34067011e7c4bcc74 (diff) |
typo; s/IFQ_EMPTY/IFQ_IS_EMPTY/
Diffstat (limited to 'share')
-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 |