Hi,

here's a new version for the manpage bug Creamy mentioned.

Frank.

Index: usr.sbin/smtpd/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
--- usr.sbin/smtpd/smtpd.conf.5 16 Feb 2014 21:59:34 -0000      1.117
+++ usr.sbin/smtpd/smtpd.conf.5 14 May 2014 21:11:17 -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,11 @@
 .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
+.Oo
+.Ic auth | auth-optional | auth 
+.Aq Ar authtable
+.Ic | auth-optional Aq Ar authtable
+.Oc
 .Op Ic tag Ar tag
 .Op Ic hostname Ar hostname
 .Op Ic hostnames Ar names
-- 
Frank Brodbeck <f...@guug.de>

Reply via email to