2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-22 01:49:11 +00:00

Quiet some warnings from igor.

This commit is contained in:
Todd C. Miller 2020-05-07 08:02:49 -06:00
parent 7f2585ed0a
commit deb9ce7d12
4 changed files with 6 additions and 10 deletions

View File

@ -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.\&

View File

@ -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,

View File

@ -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

View File

@ -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