diff options
author | 2016-07-12 23:04:30 +0000 | |
---|---|---|
committer | 2016-07-12 23:04:30 +0000 | |
commit | 5c6aa57bc1638232339f8bc66a463d9d4e6b97fe (patch) | |
tree | 1de630cb4d55b3e7dc4bf6556bc704e91f8efa78 | |
parent | Reset the mt state completely in wsmouse_mt_init. (diff) | |
download | wireguard-openbsd-5c6aa57bc1638232339f8bc66a463d9d4e6b97fe.tar.xz wireguard-openbsd-5c6aa57bc1638232339f8bc66a463d9d4e6b97fe.zip |
Document that the syslogd options -c and -k must be used together.
OK jmc@
-rw-r--r-- | usr.sbin/syslogd/syslogd.8 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/syslogd/syslogd.8 b/usr.sbin/syslogd/syslogd.8 index 0c09aa17038..15a27549d9e 100644 --- a/usr.sbin/syslogd/syslogd.8 +++ b/usr.sbin/syslogd/syslogd.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: syslogd.8,v 1.41 2016/07/12 09:47:25 bluhm Exp $ +.\" $OpenBSD: syslogd.8,v 1.42 2016/07/12 23:04:30 bluhm Exp $ .\" .\" Copyright (c) 1983, 1986, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -88,6 +88,8 @@ PEM encoded file containing the client certificate for TLS connections to a remote host. The default is not to use a client certificate for the connection to a syslog server. +This option has to be used together with +.Fl k Ar key_file . .It Fl d Enable debugging to the standard output, and do not disassociate from the controlling terminal. |