Use 'pattr' consistently, bump date.

This commit is contained in:
peter 2005-06-19 11:36:55 +00:00
parent 6cfd105f3a
commit 9b5bad91b8
1 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
.\" $NetBSD: altq.9,v 1.10 2005/06/17 14:10:50 peter Exp $
.\" $NetBSD: altq.9,v 1.11 2005/06/19 11:36:55 peter Exp $
.\" $OpenBSD: altq.9,v 1.4 2001/07/12 12:41:42 itojun Exp $
.\"
.\" Copyright (C) 2001
@ -25,7 +25,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
.Dd June 17, 2005
.Dd June 19, 2005
.Dt ALTQ 9
.Os
.\"
@ -45,7 +45,7 @@
.Ft void \"macro
.Fn IFQ_PURGE "struct ifaltq *ifq"
.Ft void \"macro
.Fn IFQ_CLASSIFY "struct ifaltq *ifq" "struct mbuf *m" "int af" "struct altq_pktattr *pa"
.Fn IFQ_CLASSIFY "struct ifaltq *ifq" "struct mbuf *m" "int af" "struct altq_pktattr *pattr"
.Ft void \"macro
.Fn IFQ_IS_EMPTY "struct ifaltq *ifq"
.Ft void \"macro
@ -120,7 +120,7 @@ emptied by a dequeue loop.
.Pp
.Fn IFQ_CLASSIFY
classifies a packet to a scheduling class, and returns the result in
.Fa pa .
.Fa pattr .
.Pp
.Fn IFQ_IS_EMPTY
can be used to check if the queue is empty.