diff options
author | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-12-09 01:02:36 +0100 |
---|---|---|
committer | Dr. Matthias St. Pierre <Matthias.St.Pierre@ncp-e.com> | 2018-12-15 22:27:26 +0100 |
commit | fc5ecaddd0c2aa76dfc8b9c4a7b3686cf2a3a292 (patch) | |
tree | 97c10c5573738437fe73eae0f638a3f1b72724a6 /doc/man1/smime.pod | |
parent | Convert tls1_prf_P_hash to use the EVP_MAC interface (diff) | |
download | openssl-fc5ecaddd0c2aa76dfc8b9c4a7b3686cf2a3a292.tar.xz openssl-fc5ecaddd0c2aa76dfc8b9c4a7b3686cf2a3a292.zip |
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/smime.pod')
-rw-r--r-- | doc/man1/smime.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man1/smime.pod b/doc/man1/smime.pod index 7d5b7460e3..be20161d49 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 |