]> git.ipfire.org Git - thirdparty/iproute2.git/commitdiff
iplink: fix the gso and gro max_size names in documentation
authorXin Long <lucien.xin@gmail.com>
Thu, 9 Feb 2023 23:44:23 +0000 (18:44 -0500)
committerStephen Hemminger <stephen@networkplumber.org>
Sat, 18 Feb 2023 01:39:40 +0000 (17:39 -0800)
The option names for "ip link set" should be gso/gro_max_*
instead of max_gso/gro_*. So fix them in documentation.

Fixes: e4ba36f75201 ("iplink: add ip-link documentation")
Signed-off-by: Xin Long <lucien.xin@gmail.com>
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
man/man8/ip-link.8.in

index ac33b4385717ea314ce16578cd38b3bc0d3490f6..eeddf4932c831facbeb03b7d936910cebe216bd7 100644 (file)
@@ -88,11 +88,11 @@ ip-link \- network device configuration
 .RB "[ " txqueuelen
 .IR PACKETS " ]"
 .br
-.RB "[ " max_gso_size
+.RB "[ " gso_max_size
 .IR BYTES " ]"
-.RB "[ " max_gso_segs
+.RB "[ " gso_max_segs
 .IR SEGMENTS " ]"
-.RB "[ " max_gro_size
+.RB "[ " gro_max_size
 .IR BYTES " ]"
 .br
 .RB "[ " name