Commit 5268e1902e for openssl.org

commit 5268e1902ec1ddb7efe5dae0e556b3fb18a8e2a8
Author: Shreenidhi Shedi <yesshedi@gmail.com>
Date:   Thu Jul 16 11:25:13 2026 +0530

    Update tsget man page

    Assisted-by: Claude:claude-sonnet-4-6
    Signed-off-by: Shreenidhi Shedi <yesshedi@gmail.com>

    Reviewed-by: Andrew Dinh <andrewd@openssl.org>
    Reviewed-by: Matt Caswell <matt@openssl.foundation>
    MergeDate: Fri Aug  7 13:29:42 2026
    (Merged from https://github.com/openssl/openssl/pull/31445)

diff --git a/doc/man1/tsget.pod b/doc/man1/tsget.pod
index 66c0ba6299..2111c6a5fb 100644
--- a/doc/man1/tsget.pod
+++ b/doc/man1/tsget.pod
@@ -76,7 +76,7 @@ error. (Optional)

 =for comment perlpodstyle(1) says to refer to modules without section

-Switches on verbose mode for the underlying perl module L<WWW::Curl::Easy>.
+Switches on verbose mode for the underlying perl module L<Net::Curl::Easy>.
 You can see detailed debug messages for the connection. (Optional)

 =item B<-k> I<private_key.pem>
@@ -95,7 +95,7 @@ it will be prompted for. (Optional)
 =item B<-c> I<client_cert.pem>

 (HTTPS) In case of certificate-based client authentication over HTTPS
-I<client_cert.pem> must contain the X.509 certificate of the user.  The B<-k>
+I<client_cert.pem> must contain the X.509 certificate of the user. The B<-k>
 option must also be specified. If this option is not specified no
 certificate-based client authentication will take place. (Optional)

@@ -123,8 +123,7 @@ The name of an EGD socket to get random data from. (Optional)

 List of files containing RFC 3161 DER-encoded timestamp requests. If no
 requests are specified only one request will be sent to the server and it will
-be read from the standard input.
-(Optional)
+be read from the standard input. (Optional)

 =back

@@ -183,11 +182,11 @@ example:

 =head1 SEE ALSO

-=for openssl foreign manual WWW::Curl::Easy
+=for openssl foreign manual Net::Curl::Easy

 L<openssl(1)>,
 L<openssl-ts(1)>,
-L<WWW::Curl::Easy>,
+L<Net::Curl::Easy>,
 L<https://www.rfc-editor.org/rfc/rfc3161.html>

 =head1 COPYRIGHT