diff options
author | 2018-05-24 20:40:21 +0000 | |
---|---|---|
committer | 2018-05-24 20:40:21 +0000 | |
commit | fc0bf6a87873bab6a97f659a997dba4f348599f5 (patch) | |
tree | c89a585a9091bb65c278faaa4cb8150565eb4323 | |
parent | adapt to the new smtpd.conf(5) format, OK gilles@ (diff) | |
download | wireguard-openbsd-fc0bf6a87873bab6a97f659a997dba4f348599f5.tar.xz wireguard-openbsd-fc0bf6a87873bab6a97f659a997dba4f348599f5.zip |
three forgotten s/-literal/-unfilled/
-rw-r--r-- | usr.sbin/smtpd/table.5 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/table.5 b/usr.sbin/smtpd/table.5 index 9129ca358b5..97451517e0d 100644 --- a/usr.sbin/smtpd/table.5 +++ b/usr.sbin/smtpd/table.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: table.5,v 1.8 2018/05/24 15:06:25 schwarze Exp $ +.\" $OpenBSD: table.5,v 1.9 2018/05/24 20:40:21 schwarze Exp $ .\" .\" Copyright (c) 2013 Eric Faurot <eric@openbsd.org> .\" Copyright (c) 2013 Gilles Chehade <gilles@poolp.org> @@ -104,7 +104,7 @@ user2@example.org otheruser1,otheruser2 The following directive shares the same table format, but with a different meaning. Here, the user is allowed to send mail from the listed addresses: -.Bd -literal -offset indent +.Bd -unfilled -offset indent .Ic listen on Ar interface Cm auth Oo Ar ... Oc Cm senders Pf < Ar table Ns > .Ed .Ss Domain tables @@ -130,7 +130,7 @@ example.org .Ss Credentials tables Credentials tables are mappings of credentials. They can be used in two contexts: -.Bd -literal -offset indent +.Bd -unfilled -offset indent .Ic listen on Ar interface Cm tls Oo Ar ... Oc Cm auth Pf < Ar table Ns > .Ic action Ar name Cm relay host Ar relay-url Cm auth Pf < Ar table Ns > .Ed @@ -214,7 +214,7 @@ ipv6:::4 .Ss Mailaddr tables Mailaddr tables are lists of email addresses. They can be used in the following contexts: -.Bd -literal -offset indent +.Bd -unfilled -offset indent .Ic match Cm mail\-from Pf < Ar table Ns > Cm action Ar name .Ic match Cm rcpt\-to Pf < Ar table Ns > Cm action Ar name .Ed |