diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-02-14 07:42:50 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-02-14 07:42:50 +0000 |
commit | 66b01c873e52cd7fcc2136909ada3d6bbbffcd71 (patch) | |
tree | 36e20e58c1fe215f65a4f8d808d3cedbfac6404a | |
parent | f6b44f2e225858fe41e2ba0a24fc8db62615fabc (diff) |
simplify markup for the "table" keyword; ok gilles
-rw-r--r-- | usr.sbin/smtpd/smtpd.conf.5 | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/usr.sbin/smtpd/smtpd.conf.5 b/usr.sbin/smtpd/smtpd.conf.5 index 8eaba4b0059..9f4488128f0 100644 --- a/usr.sbin/smtpd/smtpd.conf.5 +++ b/usr.sbin/smtpd/smtpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: smtpd.conf.5,v 1.86 2013/02/10 15:45:46 jmc Exp $ +.\" $OpenBSD: smtpd.conf.5,v 1.87 2013/02/14 07:42:49 jmc Exp $ .\" .\" Copyright (c) 2008 Janne Johansson <jj@openbsd.org> .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@dobremiasto.net> @@ -17,7 +17,7 @@ .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" .\" -.Dd $Mdocdate: February 10 2013 $ +.Dd $Mdocdate: February 14 2013 $ .Dt SMTPD.CONF 5 .Os .Sh NAME @@ -561,12 +561,7 @@ It must be an absolute path to a file for the and .Dq db table types. -.It Xo -.Ic table Ar name -.Ic { Ar value -.Op , Ar value_n -.Ic } -.Xc +.It Ic table Ar name Brq Ar value Op , Ar ... Tables containing list of static values may be declared using an inlined notation. .Pp @@ -576,12 +571,7 @@ the name itself is arbitrarily chosen. .Pp The table must contain at least one value and may declare many values as a list of comma separated strings. -.It Xo -.Ic table Ar name -.Ic { Ar key => value -.Op , key_n => value_n -.Ic } -.Xc +.It Ic table Ar name Brq Ar key => value Op , Ar ... Tables containing static key-value mappings may be declared using an inlined notation. .Pp |