diff options
author | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-23 19:05:56 +0000 |
---|---|---|
committer | Alexander Bluhm <bluhm@cvs.openbsd.org> | 2016-09-23 19:05:56 +0000 |
commit | 2978f0e6926b20fa559db34387a68bd8f162beb1 (patch) | |
tree | 317210758c767441b5c5f1c13ac386f9e5f0cf6a /usr.sbin | |
parent | fbac57cb403c47fe3926dfcdf7c6dd316e7058c3 (diff) |
Revert a wording change. Requested by jmc@
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 6c5f94680c4..faffac7088e 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.47 2016/09/23 16:29:28 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.48 2016/09/23 19:05:55 bluhm Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -211,7 +211,7 @@ This priority code should map into the priorities defined in the include file .In sys/syslog.h . .Pp -When sending syslog messages to a remote loghost via TLS, this +When sending syslog messages to a remote loghost via TLS, the server's certificate and hostname are validated to prevent malicious servers from reading messages. If the server has a certificate with a matching hostname signed by |