Update docs to mention "BEGIN SERVERINFO FOR ".
[oweals/openssl.git] / doc / ssl / SSL_CONF_cmd.pod
index 0fbf0d75df9a488f6c642d57d60998ae9b649c9f..5952072f9eed52db8465d6e4cdd327d3d9463bde 100644 (file)
@@ -312,7 +312,7 @@ Set automatic support for any elliptic curve for key exchange:
 
 =head1 RETURN VALUES
 
-SSL_CONF_cmd() return 1 if the value of B<cmd> is recognised and B<value> is
+SSL_CONF_cmd() returns 1 if the value of B<cmd> is recognised and B<value> is
 B<NOT> used and 2 if both B<cmd> and B<value> are used. In other words it
 returns the number of arguments processed. This is useful when processing
 command lines.
@@ -337,6 +337,6 @@ L<SSL_CONF_cmd_argv(3)|SSL_CONF_cmd_argv(3)>
 
 =head1 HISTORY
 
-SSL_CONF_cmd() was first added to OpenSSL 1.1.0
+SSL_CONF_cmd() was first added to OpenSSL 1.0.2
 
 =cut