From: bluhm Date: Tue, 12 Jul 2016 23:04:30 +0000 (+0000) Subject: Document that the syslogd options -c and -k must be used together. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=5c6aa57bc1638232339f8bc66a463d9d4e6b97fe;p=openbsd Document that the syslogd options -c and -k must be used together. OK jmc@ --- 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.