Message ID | 727af35c9bf20f4bf1b363daaf6aecea321eb28f.1675985919.git.lucien.xin@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Commit | 62566ad5c0e6b0a9f6c3ac6c5bb0f7fc8c93bf69 |
Delegated to: | Stephen Hemminger |
Headers | show |
Series | iplink: support IPv4 BIG TCP | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
diff --git a/man/man8/ip-link.8.in b/man/man8/ip-link.8.in index ac33b438..eeddf493 100644 --- a/man/man8/ip-link.8.in +++ b/man/man8/ip-link.8.in @@ -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
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> --- man/man8/ip-link.8.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)