Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/share/man/man9 Fix logic error in pktq_set_maxlen() descript...
details: https://anonhg.NetBSD.org/src/rev/18753afc4269
branches: trunk
changeset: 369878:18753afc4269
user: wiz <wiz%NetBSD.org@localhost>
date: Mon Sep 05 16:42:59 2022 +0000
description:
Fix logic error in pktq_set_maxlen() description.
Ok thorpej@
diffstat:
share/man/man9/pktqueue.9 | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 5f26ade676d0 -r 18753afc4269 share/man/man9/pktqueue.9
--- a/share/man/man9/pktqueue.9 Mon Sep 05 14:18:51 2022 +0000
+++ b/share/man/man9/pktqueue.9 Mon Sep 05 16:42:59 2022 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index