From df75c2bfcde43c8445f2c4ed5040c0745a449930 Mon Sep 17 00:00:00 2001 From: "Dr. Matthias St. Pierre" Date: Sun, 9 Dec 2018 01:02:36 +0100 Subject: 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 (Merged from https://github.com/openssl/openssl/pull/7854) --- doc/man3/BN_rand.pod | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/man3/BN_rand.pod') diff --git a/doc/man3/BN_rand.pod b/doc/man3/BN_rand.pod index eb0a6b1386..90b50ffc31 100644 --- a/doc/man3/BN_rand.pod +++ b/doc/man3/BN_rand.pod @@ -73,7 +73,8 @@ a future release. =item * -BN_priv_rand() and BN_priv_rand_range() were added in OpenSSL 1.1.1. +The +BN_priv_rand() and BN_priv_rand_range() functions were added in OpenSSL 1.1.1. =back -- cgit v1.2.3