diff options
| author | Heinrich Schuchardt <[email protected]> | 2022-12-22 11:32:03 +0100 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2022-12-29 10:51:50 +0100 |
| commit | 159dbe1fb12b20580f76f69173b176244d91b796 (patch) | |
| tree | b57c9bef33013b2bd391c6bd96af71f70487fba7 /doc/usage/cmd | |
| parent | f16086e3e2c1158bdb4f95c572567b13634a8669 (diff) | |
doc: improve wget man-page
* correct formatting of synopsis
* improve description of TCP SACK configuration
Signed-off-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/usage/cmd')
| -rw-r--r-- | doc/usage/cmd/wget.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/usage/cmd/wget.rst b/doc/usage/cmd/wget.rst index 4fcfa039543..e1e7f8d8145 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 ------------ |
