diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-21 17:23:46 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2013-07-21 17:23:46 +0000 |
commit | 6bece90fc62cd8f0e271fb0c876edb73a0957fb7 (patch) | |
tree | f9546f3e1a910bcc2d490ce612311fd7ccdf8f4e | |
parent | 7e0a9adc865f976227227bfb06c087f17a2dc6c3 (diff) |
clarify the error:code text;
ok eric
-rw-r--r-- | usr.sbin/smtpd/aliases.5 | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.sbin/smtpd/aliases.5 b/usr.sbin/smtpd/aliases.5 index 6556caaa597..42de2e62094 100644 --- a/usr.sbin/smtpd/aliases.5 +++ b/usr.sbin/smtpd/aliases.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: aliases.5,v 1.6 2013/07/19 12:20:57 eric Exp $ +.\" $OpenBSD: aliases.5,v 1.7 2013/07/21 17:23:45 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: July 19 2013 $ +.Dd $Mdocdate: July 21 2013 $ .Dt ALIASES 5 .Os .Sh NAME @@ -82,7 +82,8 @@ as a .Em key . .It Ar error : Ns Ar code Ar message A status code and message to return. -The code must be in either 400 (TempFail) or 500 (PermFail) ranges. +The code must be 3 digits, +starting 4XX (TempFail) or 5XX (PermFail). The message must be present and can be freely chosen. .El .Sh FILES |