forked from mirrors/tftp-hpa-google
Update manpage to match source code for --map-file
The manpage had --mapfile but the code had --map-file. Closes: #606267 in the Debian BTS Reported-By: Jim Paris <jim@jtan.com> Signed-off-by: Ron Lee <ron@debian.org> Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
This commit is contained in:
parent
18ac1e26f7
commit
3ee2b27809
1 changed files with 3 additions and 3 deletions
|
@ -155,7 +155,7 @@ or
|
||||||
.B utimeout
|
.B utimeout
|
||||||
option is negotiated. The default is 1000000 (1 second.)
|
option is negotiated. The default is 1000000 (1 second.)
|
||||||
.TP
|
.TP
|
||||||
\fB\-\-mapfile\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
|
\fB\-\-map-file\fP \fIremap-file\fP, \fB\-m\fP \fIremap-file\fP
|
||||||
Specify the use of filename remapping. The
|
Specify the use of filename remapping. The
|
||||||
.I remap-file
|
.I remap-file
|
||||||
is a file containing the remapping rules. See the section on filename
|
is a file containing the remapping rules. See the section on filename
|
||||||
|
@ -238,7 +238,7 @@ option, but crash with an error if they actually get the option
|
||||||
accepted by the server.
|
accepted by the server.
|
||||||
.SH "FILENAME REMAPPING"
|
.SH "FILENAME REMAPPING"
|
||||||
The
|
The
|
||||||
.B \-\-mapfile
|
.B \-\-map-file
|
||||||
option specifies a file which contains filename remapping rules. Each
|
option specifies a file which contains filename remapping rules. Each
|
||||||
non-comment line (comments begin with hash marks,
|
non-comment line (comments begin with hash marks,
|
||||||
.BR # )
|
.BR # )
|
||||||
|
@ -398,7 +398,7 @@ flag is used to set up a chroot() environment for the server to run in
|
||||||
once a connection has been set up.
|
once a connection has been set up.
|
||||||
.PP
|
.PP
|
||||||
Finally, the filename remapping
|
Finally, the filename remapping
|
||||||
.RB ( \-\-mapfile
|
.RB ( \-\-map-file
|
||||||
flag) support can be used to provide a limited amount of additional
|
flag) support can be used to provide a limited amount of additional
|
||||||
access control.
|
access control.
|
||||||
.SH "CONFORMING TO"
|
.SH "CONFORMING TO"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue