summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-22 13:32:03 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2022-12-29 12:51:50 +0300
commit159dbe1fb12b20580f76f69173b176244d91b796 (patch)
treeb57c9bef33013b2bd391c6bd96af71f70487fba7 /doc/usage
parentf16086e3e2c1158bdb4f95c572567b13634a8669 (diff)
downloadu-boot-159dbe1fb12b20580f76f69173b176244d91b796.tar.xz
doc: improve wget man-page
* correct formatting of synopsis * improve description of TCP SACK configuration Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/cmd/wget.rst5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst
index 4fcfa03954..e1e7f8d814 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
------------