[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240111174734.46091-1-stephen@networkplumber.org>
Date: Thu, 11 Jan 2024 09:47:25 -0800
From: Stephen Hemminger <stephen@...workplumber.org>
To: netdev@...r.kernel.org
Cc: Stephen Hemminger <stephen@...workplumber.org>
Subject: [PATCH iproute2] man: drop references to ifconfig
The documentation does not need to have any references to the
legacy command ifconfig.
Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
---
man/man8/tc-bfifo.8 | 2 --
man/man8/tc-pfifo_fast.8 | 2 --
2 files changed, 4 deletions(-)
diff --git a/man/man8/tc-bfifo.8 b/man/man8/tc-bfifo.8
index 3e290322f603..bc05ef4d8bb6 100644
--- a/man/man8/tc-bfifo.8
+++ b/man/man8/tc-bfifo.8
@@ -37,8 +37,6 @@ If the list is too long, no further packets are allowed on. This is called 'tail
limit
Maximum queue size. Specified in bytes for bfifo, in packets for pfifo. For pfifo, defaults
to the interface txqueuelen, as specified with
-.BR ifconfig (8)
-or
.BR ip (8).
The range for this parameter is [0, UINT32_MAX].
diff --git a/man/man8/tc-pfifo_fast.8 b/man/man8/tc-pfifo_fast.8
index baf34b1df089..09bceb78bab3 100644
--- a/man/man8/tc-pfifo_fast.8
+++ b/man/man8/tc-pfifo_fast.8
@@ -27,8 +27,6 @@ have traffic, higher bands are never dequeued. This can be used to
prioritize interactive traffic or penalize 'lowest cost' traffic.
Each band can be txqueuelen packets long, as configured with
-.BR ifconfig (8)
-or
.BR ip (8).
Additional packets coming in are not enqueued but are instead dropped.
--
2.43.0
Powered by blists - more mailing lists