Blame SOURCES/0039-Improve-documentation-of-ASCII-mode-in-the-man-page.patch

90e381
From 7d4b76abb437184fa692533cb5537318026a30e8 Mon Sep 17 00:00:00 2001
90e381
From: =?UTF-8?q?Ond=C5=99ej=20Lyson=C4=9Bk?= <olysonek@redhat.com>
90e381
Date: Fri, 24 Nov 2017 11:26:37 +0100
90e381
Subject: [PATCH 39/59] Improve documentation of ASCII mode in the man page
90e381
90e381
---
90e381
 vsftpd.conf.5 | 6 ++++++
90e381
 1 file changed, 6 insertions(+)
90e381
90e381
diff --git a/vsftpd.conf.5 b/vsftpd.conf.5
90e381
index d1f0db5..3ca55e4 100644
90e381
--- a/vsftpd.conf.5
90e381
+++ b/vsftpd.conf.5
90e381
@@ -113,11 +113,17 @@ Default: YES
90e381
 .TP
90e381
 .B ascii_download_enable
90e381
 When enabled, ASCII mode data transfers will be honoured on downloads.
90e381
+When disabled, the server will pretend to allow ASCII mode but in fact
90e381
+ignore the request. Turn this option on to have the server actually do
90e381
+ASCII mangling on files when in ASCII mode.
90e381
 
90e381
 Default: NO
90e381
 .TP
90e381
 .B ascii_upload_enable
90e381
 When enabled, ASCII mode data transfers will be honoured on uploads.
90e381
+See also
90e381
+.BR ascii_download_enable
90e381
+for more details.
90e381
 
90e381
 Default: NO
90e381
 .TP
90e381
-- 
90e381
2.14.4
90e381