On Sat, May 10, 2014 at 10:39:22PM +0200, Frank Brodbeck wrote: > On Sat, May 10, 2014 at 07:03:14PM +0100, Creamy wrote: > > So the manual page is wrong, or at least misleading, because > > the syntax of the examples differs between from, sender, and > > for, so it's not clear whether the angle brackets are > > intended to be literally included, or whether they are just > > markup in the man page to indicate, 'name of table'. > > And it's going to fix itself? Don't think so... > > Index: smtpd.conf.5 > =================================================================== > RCS file: /cvs/src/usr.sbin/smtpd/smtpd.conf.5,v > retrieving revision 1.117 > diff -u -r1.117 smtpd.conf.5 > --- smtpd.conf.5 16 Feb 2014 21:59:34 -0000 1.117 > +++ smtpd.conf.5 10 May 2014 20:40:02 -0000 > @@ -109,7 +109,7 @@ > .Ic from > .Op Ic \&! > .Ic source > -.Ic table > +.Aq Ar table > .Xc > The rule matches if the connection is made from a client whose address > is declared in the table > @@ -121,7 +121,7 @@ > .It Xo > .Ic sender > .Op Ic \&! > -.Ic senders > +.Aq Ar senders > .Xc > If specified, the rule will only be matched if the sender email address > is found in the table > @@ -253,7 +253,7 @@ > .It Xo > .Ic recipient > .Op Ic \&! > -.Ar recipients > +.Aq Ar recipients > .Xc > If specified, the rule will only be matched if the recipient email address > is found in the table > @@ -307,7 +307,7 @@ > .Ic relay > .Op Ic backup Op Ar mx > .Op Ic as Ar address > -.Op Ic source Ar source > +.Op Ic source Aq Ar source > .Bk -words > .Op Ic hostname Ar name > .Op Ic hostnames Ar names > @@ -592,7 +592,7 @@ > .Op Ic port Ar port > .Op Ic tls | tls-require | tls-require verify | smtps | secure > .Op Ic pki Ar pkiname > -.Op Ic auth | auth-optional | auth Ar authtable | Ic auth-optional Ar > authtable > +.Op Ic auth | auth-optional | auth Aq Ar authtable | Ic auth-optional Aq Ar > authtable
Shouldn't that be: +.Op Ic auth | auth-optional | auth Aq Ar authtable Aq | Ic auth-optional Ar authtable ??? Looks like it fixed itself incorrectly :-))) > .Op Ic tag Ar tag > .Op Ic hostname Ar hostname > .Op Ic hostnames Ar names > > -- > Frank Brodbeck <[email protected]> > -- Creamy! <3
