diff options
author | 2012-09-12 18:34:51 +0000 | |
---|---|---|
committer | 2012-09-12 18:34:51 +0000 | |
commit | 6a8dab5be5e4cbfd154a02598a27e48a0aec7e60 (patch) | |
tree | 685f9a886fb0e36634262640812c37222f3d0cb9 | |
parent | - reword paragraph on ~/.forward permissions (diff) | |
download | wireguard-openbsd-6a8dab5be5e4cbfd154a02598a27e48a0aec7e60.tar.xz wireguard-openbsd-6a8dab5be5e4cbfd154a02598a27e48a0aec7e60.zip |
- e-mail -> email , as discussed with jmc@ on aliases(5)
- reword first paragraph
- $HOME -> ~/
-rw-r--r-- | usr.sbin/smtpd/forward.5 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/smtpd/forward.5 b/usr.sbin/smtpd/forward.5 index b44a8f68179..b6f49e1bdd0 100644 --- a/usr.sbin/smtpd/forward.5 +++ b/usr.sbin/smtpd/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.2 2012/09/12 18:30:38 gilles Exp $ +.\" $OpenBSD: forward.5,v 1.3 2012/09/12 18:34:51 gilles Exp $ .\" .\" Copyright (c) 2012 Gilles Chehade <gilles@openbsd.org> .\" @@ -21,7 +21,7 @@ .Nm forward .Nd email forwarding information file .Sh DESCRIPTION -Users may put a file named +Users may put a .Pa .forward in their home directory. If this file exists, @@ -46,9 +46,9 @@ file are very strict and expansion will be rejected if file is group or world-writable, if home directory is group writeable, or if file is not owned by the user. .Sh FILES -.Bl -tag -width $HOME/.forward -compact -.It Pa $HOME/.forward -e-mail forwarding information +.Bl -tag -width ~/.forward -compact +.It Pa ~/.forward +email forwarding information .El .Sh EXAMPLES .Bd -literal -offset indent |