File is about s_time, not s_client
authorKurt Roeckx <kurt@roeckx.be>
Sat, 2 Jan 2016 19:42:27 +0000 (20:42 +0100)
committerKurt Roeckx <kurt@roeckx.be>
Sun, 10 Jan 2016 12:13:20 +0000 (13:13 +0100)
Reviewed-by: Dr. Stephen Henson <steve@openssl.org>
doc/apps/s_time.pod

index 2c244c83c10815a23392c829be0284c13bbf3564..06e3b1ea1a1ff4106b9835ee16a211b5c30e0df7 100644 (file)
@@ -27,7 +27,7 @@ B<openssl> B<s_time>
 
 =head1 DESCRIPTION
 
-The B<s_client> command implements a generic SSL/TLS client which connects to a
+The B<s_time> command implements a generic SSL/TLS client which connects to a
 remote host using SSL/TLS. It can request a page from the server and includes
 the time to transfer the payload data in its timing measurements. It measures
 the number of connections within a given timeframe, the amount of data
@@ -135,7 +135,7 @@ and the link speed determine how many connections B<s_time> can establish.
 
 =head1 NOTES
 
-B<s_client> can be used to measure the performance of an SSL connection.
+B<s_time> can be used to measure the performance of an SSL connection.
 To connect to an SSL HTTP server and get the default page the command
 
  openssl s_time -connect servername:443 -www / -CApath yourdir -CAfile yourfile.pem -cipher commoncipher [-ssl3]