diff options
author | 2021-02-13 07:20:49 +0000 | |
---|---|---|
committer | 2021-02-13 07:20:49 +0000 | |
commit | b9e4245735bd8216227618cb7a0b854d5c5e25db (patch) | |
tree | 10e3bcf88fb462c5d3d37de09cc5b13e7cb5892b | |
parent | change documented drm nodes to /dev/dri/ and mention powerpc64 (diff) | |
download | wireguard-openbsd-b9e4245735bd8216227618cb7a0b854d5c5e25db.tar.xz wireguard-openbsd-b9e4245735bd8216227618cb7a0b854d5c5e25db.zip |
comma swap; from larry hynes
-rw-r--r-- | usr.sbin/smtpd/aliases.5 | 8 |
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. |