]> git.ipfire.org Git - thirdparty/openssl.git/blobdiff - doc/man1/openssl-s_time.pod.in
Fix typos and repeated words
[thirdparty/openssl.git] / doc / man1 / openssl-s_time.pod.in
index 0f9f055591dc31126765a1d63af5d9c4d511b1b6..90e54f03c2e2319bf5ffd8d4db879c0ee62a5797 100644 (file)
@@ -157,14 +157,14 @@ is that a web client complains it has no certificates or gives an empty
 list to choose from. This is normally because the server is not sending
 the clients certificate authority in its "acceptable CA list" when it
 requests a certificate. By using L<openssl-s_client(1)> the CA list can be
-viewed and checked. However some servers only request client authentication
+viewed and checked. However, some servers only request client authentication
 after a specific URL is requested. To obtain the list in this case it
 is necessary to use the B<-prexit> option of L<openssl-s_client(1)> and
 send an HTTP request for an appropriate page.
 
 If a certificate is specified on the command line using the B<-cert>
 option it will not be used unless the server specifically requests
-a client certificate. Therefore merely including a client certificate
+a client certificate. Therefore, merely including a client certificate
 on the command line is no guarantee that the certificate works.
 
 =head1 BUGS