1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Description: manpage escaped minus
Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
Forwarded: not-needed
Last-Update: 2014-07-27
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: trunk/vsftpd.8
===================================================================
--- trunk.orig/vsftpd.8 2014-07-27 12:11:32.412665211 +0200
+++ trunk/vsftpd.8 2014-07-27 12:12:01.409323267 +0200
@@ -29,7 +29,7 @@
An optional
configuration file or files
may be given on the command line. These files must be owned as root if running
-as root. Any command line option not starting with a "-" character is treated
+as root. Any command line option not starting with a "\-" character is treated
as a config file that will be loaded. Note that config files are loaded in the
strict order that they are encountered on the command line.
If no config files are specified, the default configuration file of
@@ -42,12 +42,12 @@
Print the version information and exit, even if other options are encountered.
.It Fl ooption=value
Set a single option, value pair as per the format in the config file. Multiple
--o options are supported, and they are applied in strict order relative to
+\-o options are supported, and they are applied in strict order relative to
their appearance on the command line, including intermingling with loading of
config files.
.El
.Sh EXAMPLES
-vsftpd -olisten=NO /etc/vsftpd.conf -oftpd_banner=blah
+vsftpd \-olisten=NO /etc/vsftpd.conf \-oftpd_banner=blah
.Pp
That example overrides vsftpd's built-in default for the "listen" option to be
NO, but then loads /etc/vsftpd.conf which may override that setting. Finally,
Index: trunk/vsftpd.conf.5
===================================================================
--- trunk.orig/vsftpd.conf.5 2014-07-27 12:11:32.412665211 +0200
+++ trunk/vsftpd.conf.5 2014-07-27 12:11:32.408665120 +0200
@@ -309,8 +309,8 @@
Default: NO
.TP
.B ls_recurse_enable
-When enabled, this setting will allow the use of "ls -R". This is a minor
-security risk, because a ls -R at the top level of a large site may consume
+When enabled, this setting will allow the use of "ls \-R". This is a minor
+security risk, because a ls \-R at the top level of a large site may consume
a lot of resources.
Default: NO
|