diff options
author | 2014-09-16 16:17:49 +0000 | |
---|---|---|
committer | 2014-09-16 16:17:49 +0000 | |
commit | 734b737fbcf87eea59bdcc5467f209010ab3472b (patch) | |
tree | 05d59c6cc054371627bb6bdfccfdbf9a22352372 | |
parent | no more milter; (diff) | |
download | wireguard-openbsd-734b737fbcf87eea59bdcc5467f209010ab3472b.tar.xz wireguard-openbsd-734b737fbcf87eea59bdcc5467f209010ab3472b.zip |
less sendmail specific;
-rw-r--r-- | share/man/man3/sysexits.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/sysexits.3 b/share/man/man3/sysexits.3 index 875ddf6ff5c..1cac495cf72 100644 --- a/share/man/man3/sysexits.3 +++ b/share/man/man3/sysexits.3 @@ -25,10 +25,10 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: sysexits.3,v 1.10 2013/06/05 03:42:03 tedu Exp $ +.\" $OpenBSD: sysexits.3,v 1.11 2014/09/16 16:17:49 jmc Exp $ .\" $FreeBSD: src/share/man/man3/sysexits.3,v 1.4.2.1 1999/08/29 16:45:41 peter Exp $ .\" -.Dd $Mdocdate: June 5 2013 $ +.Dd $Mdocdate: September 16 2014 $ .Dt SYSEXITS 3 .Os .Sh NAME @@ -99,7 +99,7 @@ A (user specified) output file cannot be created. An error occurred while doing I/O on some file. .It Dv EX_TEMPFAIL Pq 75 Temporary failure, indicating something that is not really an error. -In sendmail, this means that a mailer, for example, could not create a +For example that a mailer could not create a connection, and the request should be reattempted later. .It Dv EX_PROTOCOL Pq 76 The remote system returned something that was |