Module Name:    src
Committed By:   wiz
Date:           Mon Sep  5 16:42:59 UTC 2022

Modified Files:
        src/share/man/man9: pktqueue.9

Log Message:
Fix logic error in pktq_set_maxlen() description.

Ok thorpej@


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/share/man/man9/pktqueue.9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man9/pktqueue.9
diff -u src/share/man/man9/pktqueue.9:1.2 src/share/man/man9/pktqueue.9:1.3
--- src/share/man/man9/pktqueue.9:1.2	Mon Sep  5 09:18:39 2022
+++ src/share/man/man9/pktqueue.9	Mon Sep  5 16:42:59 2022
@@ -1,4 +1,4 @@
-.\"	$NetBSD: pktqueue.9,v 1.2 2022/09/05 09:18:39 wiz Exp $
+.\"	$NetBSD: pktqueue.9,v 1.3 2022/09/05 16:42:59 wiz Exp $
 .\"
 .\" Copyright (c) 2022 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -138,7 +138,7 @@ Sets the maximum queue length to the val
 .Fa maxlen .
 If the new value of
 .Fa maxlen
-is greater than the previous value, then this routine may block until
+is smaller than the previous value, then this routine may block until
 all packets that were previously in the packet queue can be re-enqueued.
 .It Fn pktq_rps_hash "funcp" "m"
 Calculates the RPS hash for the packet

Reply via email to