diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-13 07:37:14 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2021-02-13 07:37:14 +0000 |
commit | 552a9cd62589903f2bf021e80cfb0c8f768b10af (patch) | |
tree | a2fba5911d0a736d40e9d4204f1b70bfbf54796e /usr.sbin/smtpd/makemap.8 | |
parent | 0ffb0b462ad9d5e6473529327d1f1485eb3af7c2 (diff) |
various readability fixes; from larry hynes
Diffstat (limited to 'usr.sbin/smtpd/makemap.8')
-rw-r--r-- | usr.sbin/smtpd/makemap.8 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/usr.sbin/smtpd/makemap.8 b/usr.sbin/smtpd/makemap.8 index 674bef6f721..9ee42e17b77 100644 --- a/usr.sbin/smtpd/makemap.8 +++ b/usr.sbin/smtpd/makemap.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: makemap.8,v 1.30 2018/11/25 14:41:16 gilles Exp $ +.\" $OpenBSD: makemap.8,v 1.31 2021/02/13 07:37:13 jmc Exp $ .\" .\" Copyright (c) 2009 Jacek Masiulaniec <jacekm@openbsd.org> .\" Copyright (c) 2008-2009 Gilles Chehade <gilles@poolp.org> @@ -15,7 +15,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: November 25 2018 $ +.Dd $Mdocdate: February 13 2021 $ .Dt MAKEMAP 8 .Os .Sh NAME @@ -29,7 +29,7 @@ .Op Fl t Ar type .Ar file .Sh DESCRIPTION -Maps provide a generic interface for associating textual key to a value. +Maps provide a generic interface for associating a textual key to a value. Such associations may be accessed through a plaintext file, database, or DNS. The format of these file types is described below. .Nm @@ -39,7 +39,7 @@ itself creates the database maps used by keyed map lookups specified in .Nm reads input from .Ar file -and writes data to a file whose name is made by adding a +and writes data to a file which is named by adding a .Dq .db suffix to .Ar file . @@ -76,7 +76,7 @@ Specify the format of the resulting map file. The default map format is suitable for storing simple, unstructured, key-to-value string associations. However, if the mapped value has special meaning, -as in the case of the virtual domains file, +as in the case of a virtual domains file, a suitable .Ar type must be provided. @@ -132,7 +132,7 @@ to provide a global catch-all for all domains. .Xr smtpd 8 will perform the lookups in that specific order. .Pp -To create single virtual address, add +To create a single virtual address, add .Dq user@example.com user to the users map. To handle all mail destined to any user at example.com, add |