summaryrefslogtreecommitdiff
path: root/usr.sbin/smtpd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2021-02-13 07:20:50 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2021-02-13 07:20:50 +0000
commitff9b38531a1b4c60c834453fd8726789f2ada564 (patch)
tree2be5c1496eee8290fccfebef7a1ec90cfc413b0d /usr.sbin/smtpd
parent31f9d3ebdfa91956a1cc6bb9616d23b23d95d50b (diff)
comma swap; from larry hynes
Diffstat (limited to 'usr.sbin/smtpd')
-rw-r--r--usr.sbin/smtpd/aliases.58
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/smtpd/aliases.5 b/usr.sbin/smtpd/aliases.5
index 7c250c815f2..76ed0a116cb 100644
--- a/usr.sbin/smtpd/aliases.5
+++ b/usr.sbin/smtpd/aliases.5
@@ -1,4 +1,4 @@
-.\" $OpenBSD: aliases.5,v 1.16 2020/04/23 21:28:10 jmc Exp $
+.\" $OpenBSD: aliases.5,v 1.17 2021/02/13 07:20:49 jmc Exp $
.\"
.\" Copyright (c) 2012 Gilles Chehade <gilles@poolp.org>
.\"
@@ -14,7 +14,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: April 23 2020 $
+.Dd $Mdocdate: February 13 2021 $
.Dt ALIASES 5
.Os
.Sh NAME
@@ -25,8 +25,8 @@ This manual page describes the format of the
.Nm
file, as used by
.Xr smtpd 8 .
-An alias in its simplest form is used to assign an arbitrary name
-to an email address, or a group of email addresses.
+An alias, in its simplest form, is used to assign an arbitrary name
+to an email address or a group of email addresses.
This provides a convenient way to send mail.
For example an alias could refer to all users of a group:
email to that alias would be sent to all members of the group.