Message ID | 20220404224005.1012651-1-vinicius.gomes@intel.com (mailing list archive) |
---|---|
State | Accepted |
Commit | e1d0a19b6a29ce6a1349c387b5a933c7d2dc438a |
Delegated to: | Michal Kubecek |
Headers | show |
Series | [ethtool] ethtool.8: Fix typo in man page | expand |
Context | Check | Description |
---|---|---|
netdev/tree_selection | success | Not a local patch |
On Mon, Apr 04, 2022 at 03:40:05PM -0700, Vinicius Costa Gomes wrote: > Remove an extra 'q' in the cable-test section of the documentation. > > Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Andrew
Hello: This patch was applied to ethtool/ethtool.git (master) by Michal Kubecek <mkubecek@suse.cz>: On Mon, 4 Apr 2022 15:40:05 -0700 you wrote: > Remove an extra 'q' in the cable-test section of the documentation. > > Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> > --- > ethtool.8.in | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Here is the summary with links: - [ethtool] ethtool.8: Fix typo in man page https://git.kernel.org/pub/scm/network/ethtool/ethtool.git/commit/?id=e1d0a19b6a29 You are awesome, thank you!
diff --git a/ethtool.8.in b/ethtool.8.in index 12940e1b32aa..e1577765acf9 100644 --- a/ethtool.8.in +++ b/ethtool.8.in @@ -1426,7 +1426,7 @@ Sub command to apply. The supported sub commands include --show-coalesce and --coalesce. .RE .TP -q.B \-\-cable\-test +.B \-\-cable\-test Perform a cable test and report the results. What results are returned depends on the capabilities of the network interface. Typically open pairs and shorted pairs can be reported, along with pairs being O.K. When a fault is detected
Remove an extra 'q' in the cable-test section of the documentation. Signed-off-by: Vinicius Costa Gomes <vinicius.gomes@intel.com> --- ethtool.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)