diff options
author | Jules Maselbas <jmaselbas@zdiv.net> | 2024-02-08 20:16:25 +0100 |
---|---|---|
committer | Sascha Hauer <s.hauer@pengutronix.de> | 2024-02-09 13:35:18 +0100 |
commit | b6701ed76f221922fe54750cea6691cee6de9daa (patch) | |
tree | e4a652d72ca58ab0998c5bd2a8de52fcd71685cd | |
parent | fc1d6f60e2b320725095bf513b6be1cc59295d59 (diff) | |
download | barebox-b6701ed76f22.tar.gz barebox-b6701ed76f22.tar.xz |
Documentation: Fix heading level of TFTP windowsize section
The section title about TFTP windowsize support was at the same
heading level as the page main title.
Signed-off-by: Jules Maselbas <jmaselbas@zdiv.net>
Link: https://lore.barebox.org/20240208191625.2455-1-jmaselbas@zdiv.net
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r-- | Documentation/filesystems/tftp.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/tftp.rst b/Documentation/filesystems/tftp.rst index e88ad3dd4c..5a2910adbf 100644 --- a/Documentation/filesystems/tftp.rst +++ b/Documentation/filesystems/tftp.rst @@ -22,7 +22,7 @@ In addition to the TFTP filesystem implementation, barebox does also have a :ref:`tftp command <command_tftp>`. RFC 7440 "windowsize" support -============================= +----------------------------- barebox supports the tftp windowsize option for downloading files. It is not implemented for uploads. |