doc: improve wget man-page
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 22 Dec 2022 10:32:03 +0000 (11:32 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Thu, 29 Dec 2022 09:51:50 +0000 (10:51 +0100)
* correct formatting of synopsis
* improve description of TCP SACK configuration

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
doc/usage/cmd/wget.rst

index 4fcfa03..e1e7f8d 100644 (file)
@@ -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
 ------------