From dddbf49e53a7e2d076b1005c6ca96aa0fbbcadb4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Tue, 22 Mar 2022 17:25:28 +0100 Subject: [PATCH] Change --mapfile to --map-file in tftpd(8) ... as the option is called --map-file. --- tftp-doc.patch | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/tftp-doc.patch b/tftp-doc.patch index 20352c9..f1cb511 100644 --- a/tftp-doc.patch +++ b/tftp-doc.patch @@ -25,3 +25,21 @@ Specify the use of filename remapping. The .I remap-file is a file containing the remapping rules. See the section on filename +@@ -243,7 +243,7 @@ option, but crash with an error if they + accepted by the server. + .SH "FILENAME REMAPPING" + The +-.B \-\-mapfile ++.B \-\-map\-file + option specifies a file which contains filename remapping rules. Each + non-comment line (comments begin with hash marks, + .BR # ) +@@ -395,7 +395,7 @@ flag is used to set up a chroot() enviro + once a connection has been set up. + .PP + Finally, the filename remapping +-.RB ( \-\-mapfile ++.RB ( \-\-map\-file + flag) support can be used to provide a limited amount of additional + access control. + .SH "CONFORMING TO"