[PATCH 1/1] doc: improve wget man-page

Heinrich Schuchardt heinrich.schuchardt at canonical.com
Thu Dec 22 11:45:23 CET 2022


* correct formatting of synopsis
* improve description of TCP SACK configuration

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt at canonical.com>
---
 doc/usage/cmd/wget.rst | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst
index 4fcfa03954..27c500837a 100644
--- a/doc/usage/cmd/wget.rst
+++ b/doc/usage/cmd/wget.rst
@@ -7,6 +7,7 @@ Synopsis
 --------
 
 ::
+
     wget address [[hostIPaddr:]path]
 
 Description
@@ -52,8 +53,8 @@ Configuration
 
 The command is only available if CONFIG_CMD_WGET=y.
 
-CONFIG_PROT_TCP_SACK can be turned on for the TCP SACK options. This will
-help increasing the downloading speed.
+TCP Selective Acknowledgments can be enabled via CONFIG_PROT_TCP_SACK=y.
+This will improve the download speed.
 
 Return value
 ------------
-- 
2.37.2



More information about the U-Boot mailing list