]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
man: drop references to ifconfig
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 11 Jan 2024 17:47:25 +0000 (09:47 -0800)
committerStephen Hemminger <stephen@networkplumber.org>
Fri, 12 Jan 2024 18:40:25 +0000 (10:40 -0800)
The documentation does not need to have any references to the
legacy command ifconfig.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/tc-bfifo.8
man/man8/tc-pfifo_fast.8

index 3e290322f60328bb483728828f40bab6da317663..bc05ef4d8bb639bffb4c26d39a57ca8c1d1e4daa 100644 (file)
@@ -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].
 
index baf34b1df089319ef12e6bce6f071463b338a0ae..0029d67f40e5b57fd45206e5740404412cfab421 100644 (file)
@@ -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.
 
@@ -40,8 +38,6 @@ for complete details on how TOS bits are translated into bands.
 txqueuelen
 The length of the three bands depends on the interface txqueuelen, as
 specified with
-.BR ifconfig (8)
-or
 .BR ip (8).
 
 .SH BUGS