summaryrefslogtreecommitdiffstats
path: root/doc/man1
diff options
context:
space:
mode:
authorDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-12-09 01:02:36 +0100
committerDr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com>2018-12-15 22:45:39 +0100
commitdf75c2bfcde43c8445f2c4ed5040c0745a449930 (patch)
tree9672ca55bfc9a378226cab9bda07ed5439f4504a /doc/man1
parent145419423e1a74ae54cdbd3aed8bb15cbd53c7cc (diff)
man: harmonize the various formulations in the HISTORY sections
While stereotyped repetitions are frowned upon in literature, they serve a useful purpose in manual pages, because it is easier for the user to find certain information if it is always presented in the same way. For that reason, this commit harmonizes the varying formulations in the HISTORY section about which functions, flags, etc. were added in which OpenSSL version. It also attempts to make the pod files more grep friendly by avoiding to insert line breaks between the symbol names and the corresponding version number in which they were introduced (wherever possible). Some punctuation and typographical errors were fixed on the way. Reviewed-by: Tim Hudson <tjh@openssl.org> (Merged from https://github.com/openssl/openssl/pull/7854)
Diffstat (limited to 'doc/man1')
-rw-r--r--doc/man1/ciphers.pod2
-rw-r--r--doc/man1/cms.pod10
-rw-r--r--doc/man1/enc.pod2
-rw-r--r--doc/man1/genpkey.pod6
-rw-r--r--doc/man1/ocsp.pod2
-rw-r--r--doc/man1/pkcs8.pod2
-rw-r--r--doc/man1/s_client.pod2
-rw-r--r--doc/man1/s_server.pod6
-rw-r--r--doc/man1/smime.pod2
-rw-r--r--doc/man1/storeutl.pod2
-rw-r--r--doc/man1/verify.pod2
11 files changed, 19 insertions, 19 deletions
diff --git a/doc/man1/ciphers.pod b/doc/man1/ciphers.pod
index 3aea982384..faf9e53814 100644
--- a/doc/man1/ciphers.pod
+++ b/doc/man1/ciphers.pod
@@ -762,7 +762,7 @@ The B<-V> option for the B<ciphers> command was added in OpenSSL 1.0.0.
The B<-stdname> is only available if OpenSSL is built with tracing enabled
(B<enable-ssl-trace> argument to Configure) before OpenSSL 1.1.1.
-The B<-convert> was added in OpenSSL 1.1.1.
+The B<-convert> option was added in OpenSSL 1.1.1.
=head1 COPYRIGHT
diff --git a/doc/man1/cms.pod b/doc/man1/cms.pod
index 60ee3b505e..72cd9b5d4e 100644
--- a/doc/man1/cms.pod
+++ b/doc/man1/cms.pod
@@ -724,14 +724,14 @@ No revocation checking is done on the signer's certificate.
The use of multiple B<-signer> options and the B<-resign> command were first
added in OpenSSL 1.0.0.
-The B<keyopt> option was first added in OpenSSL 1.0.2.
+The B<keyopt> option was added in OpenSSL 1.0.2.
-Support for RSA-OAEP and RSA-PSS was first added to OpenSSL 1.0.2.
+Support for RSA-OAEP and RSA-PSS was added in OpenSSL 1.0.2.
-The use of non-RSA keys with B<-encrypt> and B<-decrypt> was first added
-to OpenSSL 1.0.2.
+The use of non-RSA keys with B<-encrypt> and B<-decrypt>
+was added in OpenSSL 1.0.2.
-The -no_alt_chains options was first added to OpenSSL 1.0.2b.
+The -no_alt_chains option was added in OpenSSL 1.0.2b.
=head1 COPYRIGHT
diff --git a/doc/man1/enc.pod b/doc/man1/enc.pod
index 2136a94978..a3e0b03b20 100644
--- a/doc/man1/enc.pod
+++ b/doc/man1/enc.pod
@@ -417,7 +417,7 @@ certain parameters. So if, for example, you want to use RC2 with a
=head1 HISTORY
-The default digest was changed from MD5 to SHA256 in Openssl 1.1.0.
+The default digest was changed from MD5 to SHA256 in OpenSSL 1.1.0.
=head1 COPYRIGHT
diff --git a/doc/man1/genpkey.pod b/doc/man1/genpkey.pod
index fa62973abd..202e531c7e 100644
--- a/doc/man1/genpkey.pod
+++ b/doc/man1/genpkey.pod
@@ -319,9 +319,9 @@ Generate an ED448 private key:
=head1 HISTORY
The ability to use NIST curve names, and to generate an EC key directly,
-were added in OpenSSL 1.0.2. The ability to generate X25519 keys was added in
-OpenSSL 1.1.0. The ability to generate X448, ED25519 and ED448 keys was added in
-OpenSSL 1.1.1.
+were added in OpenSSL 1.0.2.
+The ability to generate X25519 keys was added in OpenSSL 1.1.0.
+The ability to generate X448, ED25519 and ED448 keys was added in OpenSSL 1.1.1.
=head1 COPYRIGHT
diff --git a/doc/man1/ocsp.pod b/doc/man1/ocsp.pod
index c9feef8f0e..736055b1b6 100644
--- a/doc/man1/ocsp.pod
+++ b/doc/man1/ocsp.pod
@@ -486,7 +486,7 @@ to a second file.
=head1 HISTORY
-The -no_alt_chains options was first added to OpenSSL 1.1.0.
+The -no_alt_chains option was added in OpenSSL 1.1.0.
=head1 COPYRIGHT
diff --git a/doc/man1/pkcs8.pod b/doc/man1/pkcs8.pod
index 9c923b87c9..b079885d2f 100644
--- a/doc/man1/pkcs8.pod
+++ b/doc/man1/pkcs8.pod
@@ -305,7 +305,7 @@ L<gendsa(1)>
=head1 HISTORY
-The B<-iter> option was added to OpenSSL 1.1.0.
+The B<-iter> option was added in OpenSSL 1.1.0.
=head1 COPYRIGHT
diff --git a/doc/man1/s_client.pod b/doc/man1/s_client.pod
index fa5cb0a92d..85179873c2 100644
--- a/doc/man1/s_client.pod
+++ b/doc/man1/s_client.pod
@@ -811,7 +811,7 @@ L<SSL_CTX_set_max_pipelines(3)>
=head1 HISTORY
-The B<-no_alt_chains> option was first added to OpenSSL 1.1.0.
+The B<-no_alt_chains> option was added in OpenSSL 1.1.0.
The B<-name> option was added in OpenSSL 1.1.1.
=head1 COPYRIGHT
diff --git a/doc/man1/s_server.pod b/doc/man1/s_server.pod
index 143b0ae600..57f2405888 100644
--- a/doc/man1/s_server.pod
+++ b/doc/man1/s_server.pod
@@ -829,10 +829,10 @@ L<SSL_CTX_set_max_pipelines(3)>
=head1 HISTORY
-The -no_alt_chains option was first added to OpenSSL 1.1.0.
+The -no_alt_chains option was added in OpenSSL 1.1.0.
-The -allow-no-dhe-kex and -prioritize_chacha options were first added to
-OpenSSL 1.1.1.
+The
+-allow-no-dhe-kex and -prioritize_chacha options were added in OpenSSL 1.1.1.
=head1 COPYRIGHT
diff --git a/doc/man1/smime.pod b/doc/man1/smime.pod
index 0acdd08254..7f224fdc5e 100644
--- a/doc/man1/smime.pod
+++ b/doc/man1/smime.pod
@@ -510,7 +510,7 @@ structures may cause parsing errors.
The use of multiple B<-signer> options and the B<-resign> command were first
added in OpenSSL 1.0.0
-The -no_alt_chains options was first added to OpenSSL 1.1.0.
+The -no_alt_chains option was added in OpenSSL 1.1.0.
=head1 COPYRIGHT
diff --git a/doc/man1/storeutl.pod b/doc/man1/storeutl.pod
index 083f028246..a8d82bfb61 100644
--- a/doc/man1/storeutl.pod
+++ b/doc/man1/storeutl.pod
@@ -119,7 +119,7 @@ L<openssl(1)>
=head1 HISTORY
-B<openssl> B<storeutl> was added to OpenSSL 1.1.1.
+The B<openssl> B<storeutl> app was added in OpenSSL 1.1.1.
=head1 COPYRIGHT
diff --git a/doc/man1/verify.pod b/doc/man1/verify.pod
index b67890af3c..63ba850b91 100644
--- a/doc/man1/verify.pod
+++ b/doc/man1/verify.pod
@@ -762,7 +762,7 @@ L<x509(1)>
=head1 HISTORY
-The B<-show_chain> option was first added to OpenSSL 1.1.0.
+The B<-show_chain> option was added in OpenSSL 1.1.0.
The B<-issuer_checks> option is deprecated as of OpenSSL 1.1.0 and
is silently ignored.