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

Fix typo and update Protocol Buffers URL in sudo_logsrv.proto man page

- Remove duplicate "The" in description of log_id field.
- Update outdated Protocol Buffers link from https://developers.google.com/protocol-buffers/ to https://protobuf.dev, the new canonical URL.

Signed-off-by: peppapig450 <peppapig450@pm.me>
This commit is contained in:
peppapig450 2025-04-28 09:26:44 -07:00 committed by Todd C. Miller
parent 334e23183d
commit d173674c2f

View File

@ -268,7 +268,7 @@ was previously interrupted.
It contains the following members: It contains the following members:
.Bl -tag -width Ds .Bl -tag -width Ds
.It log_id .It log_id
The the server-side name for an I/O log that was previously The server-side name for an I/O log that was previously
sent to the client by the server. sent to the client by the server.
This may be a path name on the server or some other kind of server-side This may be a path name on the server or some other kind of server-side
identifier. identifier.
@ -793,7 +793,7 @@ message ServerHello {
.Xr sudo_logsrvd @mansectsu@ .Xr sudo_logsrvd @mansectsu@
.Rs .Rs
.%T Protocol Buffers .%T Protocol Buffers
.%U https://developers.google.com/protocol-buffers/ .%U https://protobuf.dev/
.Re .Re
.Sh AUTHORS .Sh AUTHORS
Many people have worked on Many people have worked on