diff options
author | 2015-03-13 22:41:54 +0000 | |
---|---|---|
committer | 2015-03-13 22:41:54 +0000 | |
commit | 91a209916e2e3869409f69a57b4169355f7c271b (patch) | |
tree | a7e04b1b77200fe4ce5cf814ed41bf76bd7163f1 | |
parent | remove the first comma from constructs like ", and," and ", or,": you can use (diff) | |
download | wireguard-openbsd-91a209916e2e3869409f69a57b4169355f7c271b.tar.xz wireguard-openbsd-91a209916e2e3869409f69a57b4169355f7c271b.zip |
typo
-rw-r--r-- | usr.sbin/smtpd/forward.5 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/forward.5 b/usr.sbin/smtpd/forward.5 index b65056e2ed3..5a68f229235 100644 --- a/usr.sbin/smtpd/forward.5 +++ b/usr.sbin/smtpd/forward.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: forward.5,v 1.8 2013/11/13 08:57:24 eric Exp $ +.\" $OpenBSD: forward.5,v 1.9 2015/03/13 22:41:54 eric 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: November 13 2013 $ +.Dd $Mdocdate: March 13 2015 $ .Dt FORWARD 5 .Os .Sh NAME @@ -35,7 +35,7 @@ file contains a list of expansion values, as described in Each expansion value should be on a line by itself. However, the .Nm .forward -mechanism differs from the aliases mechanism in that is disallows +mechanism differs from the aliases mechanism in that it disallows file inclusion .Pq :include: and it performs expansion under the user ID of the |