Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man9 typo fixes, sync with openbsd tree



details:   https://anonhg.NetBSD.org/src/rev/37a44fb3787a
branches:  trunk
changeset: 512639:37a44fb3787a
user:      itojun <itojun%NetBSD.org@localhost>
date:      Thu Jul 12 12:43:21 2001 +0000

description:
typo fixes, sync with openbsd tree

diffstat:

 share/man/man9/altq.9 |  16 +++++++---------
 1 files changed, 7 insertions(+), 9 deletions(-)

diffs (48 lines):

diff -r 8f18d62dd7b5 -r 37a44fb3787a share/man/man9/altq.9
--- a/share/man/man9/altq.9     Thu Jul 12 12:35:16 2001 +0000
+++ b/share/man/man9/altq.9     Thu Jul 12 12:43:21 2001 +0000
@@ -1,5 +1,5 @@
-.\"    $NetBSD: altq.9,v 1.1 2001/07/12 12:35:16 itojun Exp $
-.\"    $OpenBSD: altq.9,v 1.2 2001/07/12 12:33:28 itojun Exp $
+.\"    $NetBSD: altq.9,v 1.2 2001/07/12 12:43:21 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.
@@ -335,10 +335,10 @@
 .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
@@ -377,7 +377,7 @@
 the packet before dequeueing it, use
 .Fn IFQ_POLL
 and
-IFQ_DEQUEUE .
+.Fn IFQ_DEQUEUE .
 .Bd -literal
             ##old-style##                           ##new-style##
                                        |
@@ -399,12 +399,10 @@
 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 ,



Home | Main Index | Thread Index | Old Index