From c45cf12e29b5a5fef6bbe5cf90f5dba1fbc2b844 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:01:11 +0200 Subject: [PATCH 1/2] Update tftp.md --- pages/linux/tftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/tftp.md b/pages/linux/tftp.md index 9d1f0ce8b83bc7..bd3d468c6a3a15 100644 --- a/pages/linux/tftp.md +++ b/pages/linux/tftp.md @@ -15,7 +15,7 @@ `tftp {{server_ip}} -6 -R {{port}}:{{port}}` -- Set the transfer mode to binary or ASCIi through the tftp client: +- Set the transfer mode to binary or ASCII through the tftp client: `mode {{binary|ascii}}` From 4b381ff9c25f8b58836d5cb67ca9a39baefd9dcf Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 11 Dec 2025 10:01:50 +0200 Subject: [PATCH 2/2] Update tftp.md --- pages.nl/linux/tftp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages.nl/linux/tftp.md b/pages.nl/linux/tftp.md index f99516bb11f344..3ac3e79511ea29 100644 --- a/pages.nl/linux/tftp.md +++ b/pages.nl/linux/tftp.md @@ -15,7 +15,7 @@ `tftp {{server_ip}} -6 -R {{poort}}:{{poort}}` -- Stel de overdrachtsmodus in op binaire of ASCIi via de tftp-client: +- Stel de overdrachtsmodus in op binaire of ASCII via de tftp-client: `mode {{binary|ascii}}`