svn commit: r318585 - head/contrib/dma

Eric van Gyzen vangyzen at FreeBSD.org
Sat May 20 17:39:24 UTC 2017


Author: vangyzen
Date: Sat May 20 17:39:23 2017
New Revision: 318585
URL: https://svnweb.freebsd.org/changeset/base/318585

Log:
  dma.8: use the correct name for 'SECURETRANSFER'
  
  The code uses 'SECURETRANS', but the config file uses 'SECURETRANSFER'.
  
  MFC after:	3 days

Modified:
  head/contrib/dma/dma.8

Modified: head/contrib/dma/dma.8
==============================================================================
--- head/contrib/dma/dma.8	Sat May 20 17:33:47 2017	(r318584)
+++ head/contrib/dma/dma.8	Sat May 20 17:39:23 2017	(r318585)
@@ -30,7 +30,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd February 13, 2014
+.Dd May 20, 2017
 .Dt DMA 8
 .Os
 .Sh NAME
@@ -213,7 +213,7 @@ Just stick with the default.
 Path to the
 .Sq auth.conf
 file.
-.It Ic SECURETRANS Xo
+.It Ic SECURETRANSFER Xo
 (boolean, default=commented)
 .Xc
 Uncomment if you want TLS/SSL secured transfer.
@@ -222,7 +222,7 @@ Uncomment if you want TLS/SSL secured tr
 .Xc
 Uncomment if you want to use STARTTLS.
 Only useful together with
-.Sq SECURETRANS .
+.Sq SECURETRANSFER .
 .It Ic OPPORTUNISTIC_TLS Xo
 (boolean, default=commented)
 .Xc
@@ -234,7 +234,7 @@ the outside mail exchangers; in opportun
 be encrypted if the remote server supports STARTTLS, but an unencrypted
 delivery will still be made if the negotiation fails.
 Only useful together with
-.Sq SECURETRANS
+.Sq SECURETRANSFER
 and
 .Sq STARTTLS .
 .It Ic CERTFILE Xo


More information about the svn-src-head mailing list