From d173674c2ff754bdbe6ac5b1dcd058d8e5975fc0 Mon Sep 17 00:00:00 2001 From: peppapig450 Date: Mon, 28 Apr 2025 09:26:44 -0700 Subject: [PATCH] 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 --- docs/sudo_logsrv.proto.mdoc.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sudo_logsrv.proto.mdoc.in b/docs/sudo_logsrv.proto.mdoc.in index 047025298..8b7bc79d7 100644 --- a/docs/sudo_logsrv.proto.mdoc.in +++ b/docs/sudo_logsrv.proto.mdoc.in @@ -268,7 +268,7 @@ was previously interrupted. It contains the following members: .Bl -tag -width Ds .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. This may be a path name on the server or some other kind of server-side identifier. @@ -793,7 +793,7 @@ message ServerHello { .Xr sudo_logsrvd @mansectsu@ .Rs .%T Protocol Buffers -.%U https://developers.google.com/protocol-buffers/ +.%U https://protobuf.dev/ .Re .Sh AUTHORS Many people have worked on