]> git.ipfire.org Git - people/ms/dma.git/commitdiff
Note that the -q option requires an unused argument.
authorPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 12:22:03 +0000 (12:22 +0000)
committerPeter Pentchev <roam@ringlet.net>
Tue, 10 Mar 2009 12:22:03 +0000 (12:22 +0000)
patches/12-man-q-argument.patch [new file with mode: 0644]
patches/series

diff --git a/patches/12-man-q-argument.patch b/patches/12-man-q-argument.patch
new file mode 100644 (file)
index 0000000..dfded9a
--- /dev/null
@@ -0,0 +1,31 @@
+Note that the -q option requires an unused argument.
+
+--- a/dma.8
++++ b/dma.8
+@@ -39,13 +39,14 @@
+ .Nd DragonFly Mail Agent
+ .Sh SYNOPSIS
+ .Nm
+-.Op Fl DiOq
++.Op Fl DiO
+ .Op Fl A Ar mode
+ .Op Fl b Ar mode
+ .Op Fl f Ar sender
+ .Op Fl L Ar tag
+ .Op Fl o Ar option
+ .Op Fl r Ar sender
++.Op Fl q Ar arg
+ .Op Ar recipient ...
+ .Sh DESCRIPTION
+ .Nm
+@@ -95,8 +96,9 @@
+ is synonymous to
+ .Fl i .
+ All other options are ignored.
+-.It Fl q
++.It Fl q Ar arg
+ Process saved messages in the queue.
++The argument is required for compatibility with sendmail, and ignored.
+ .It Fl r Ar sender
+ Same as
+ .Fl f .
index bf69709c75482cdf839e1355b6997498799c626e..564737eeab1b460557acdfee37eb57acd1ecc3d6 100644 (file)
@@ -9,3 +9,4 @@
 09-typos.patch
 10-liblockfile.patch
 11-double-bounce.patch
+12-man-q-argument.patch