From deb9ce7d12aa6f0822c594ef21d9244f1297cfc8 Mon Sep 17 00:00:00 2001 From: "Todd C. Miller" Date: Thu, 7 May 2020 08:02:49 -0600 Subject: [PATCH] Quiet some warnings from igor. --- doc/sudo_logsrv.proto.man.in | 2 +- doc/sudo_logsrv.proto.mdoc.in | 2 +- doc/sudoers.man.in | 6 ++---- doc/sudoers.mdoc.in | 6 ++---- 4 files changed, 6 insertions(+), 10 deletions(-) diff --git a/doc/sudo_logsrv.proto.man.in b/doc/sudo_logsrv.proto.man.in index ed5e36e03..35443b47d 100644 --- a/doc/sudo_logsrv.proto.man.in +++ b/doc/sudo_logsrv.proto.man.in @@ -582,7 +582,7 @@ if one is pending. Server closes the connection. After receiving the final \fIcommit_point\fR, -the client client shuts down its side of the TLS connection if TLS +the client shuts down its side of the TLS connection if TLS is in use, and closes the connection. .TP 5n 11.\& diff --git a/doc/sudo_logsrv.proto.mdoc.in b/doc/sudo_logsrv.proto.mdoc.in index 963bcab1a..ab97beacb 100644 --- a/doc/sudo_logsrv.proto.mdoc.in +++ b/doc/sudo_logsrv.proto.mdoc.in @@ -535,7 +535,7 @@ if one is pending. Server closes the connection. After receiving the final .Em commit_point , -the client client shuts down its side of the TLS connection if TLS +the client shuts down its side of the TLS connection if TLS is in use, and closes the connection. .It Server shuts down its side of the TLS connection if TLS is in use, diff --git a/doc/sudoers.man.in b/doc/sudoers.man.in index 3a23a5596..42171137a 100644 --- a/doc/sudoers.man.in +++ b/doc/sudoers.man.in @@ -4614,14 +4614,12 @@ to get their accustomed editor configuration instead of invoking the editor directly. .TP 18n log_servers +A list of one or more remote servers to use for I/O log storage, separated +by white space. Starting with \fBsudo\fR 1.9, it is possible to send I/O logs to a remote server instead of logging them locally. -The -\fIlog_servers\fR -setting specifies one or more hosts to connect to for -remote I/O log storage. Log servers must be running \fBsudo_logsrvd\fR or another service that implements the protocol described by diff --git a/doc/sudoers.mdoc.in b/doc/sudoers.mdoc.in index 76791b6b1..95dbc2729 100644 --- a/doc/sudoers.mdoc.in +++ b/doc/sudoers.mdoc.in @@ -4304,14 +4304,12 @@ should run to get their accustomed editor configuration instead of invoking the editor directly. .It log_servers +A list of one or more remote servers to use for I/O log storage, separated +by white space. Starting with .Nm sudo 1.9, it is possible to send I/O logs to a remote server instead of logging them locally. -The -.Em log_servers -setting specifies one or more hosts to connect to for -remote I/O log storage. Log servers must be running .Nm sudo_logsrvd or another service that implements the protocol described by