Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 20 May 2017 17:42:58 +0000 (UTC)
From:      Eric van Gyzen <vangyzen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318586 - head/contrib/dma
Message-ID:  <201705201742.v4KHgwgv035394@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: vangyzen
Date: Sat May 20 17:42:58 2017
New Revision: 318586
URL: https://svnweb.freebsd.org/changeset/base/318586

Log:
  dma.8: fix problems reported by igor and 'mandoc -Tlint'
  
  dma.8:77:contraction:Queue the mail, but [don't] attempt to deliver it.
  dma.8:85:repeated:s [are are] ignored.
  dma.8:87:contraction:[Don't] run in the background.
  dma.8:201:contraction:Use the catch-all alias only if you [don't] want any local mail to be
  
  mandoc: dma.8:308:5: WARNING: macro neither callable nor escaped: Sm
  
  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:39:23 2017	(r318585)
+++ head/contrib/dma/dma.8	Sat May 20 17:42:58 2017	(r318586)
@@ -74,7 +74,7 @@ acts as a compatibility option for sendm
 .It Fl bp
 List all mails currently stored in the mail queue.
 .It Fl bq
-Queue the mail, but don't attempt to deliver it.
+Queue the mail, but do not attempt to deliver it.
 See also the
 .Sq DEFER
 config file setting below.
@@ -82,9 +82,9 @@ config file setting below.
 .Pp
 All other
 .Ar mode Ns
-s are are ignored.
+s are ignored.
 .It Fl D
-Don't run in the background.
+Do not run in the background.
 Useful for debugging.
 .It Fl f Ar sender
 Set sender address (envelope-from) to
@@ -198,7 +198,7 @@ The special name
 .Ql *
 can be used to create a catch-all alias, which gets used if no other
 matching alias is found.
-Use the catch-all alias only if you don't want any local mail to be
+Use the catch-all alias only if you do not want any local mail to be
 delivered.
 .It Ic SPOOLDIR Xo
 (string, default=/var/spool/dma)
@@ -305,7 +305,8 @@ will send all mails as
 setting it to
 .Ql percolator
 will send all mails as
-.Ql Sm off Va username @percolator .
+.Sm off
+.Ql Va username @percolator .
 .Sm on
 .It Ic NULLCLIENT Xo
 .Xc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705201742.v4KHgwgv035394>