Remove ref to err(7), update copyright.
authorRich Salz <rsalz@openssl.org>
Thu, 2 Mar 2017 15:07:21 +0000 (10:07 -0500)
committerRich Salz <rsalz@openssl.org>
Thu, 2 Mar 2017 17:35:44 +0000 (12:35 -0500)
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2825)

17 files changed:
doc/man3/CONF_modules_load_file.pod
doc/man3/ERR_GET_LIB.pod
doc/man3/ERR_clear_error.pod
doc/man3/ERR_error_string.pod
doc/man3/ERR_get_error.pod
doc/man3/ERR_load_crypto_strings.pod
doc/man3/ERR_load_strings.pod
doc/man3/ERR_print_errors.pod
doc/man3/ERR_put_error.pod
doc/man3/ERR_remove_state.pod
doc/man3/ERR_set_mark.pod
doc/man3/EVP_DigestSignInit.pod
doc/man3/EVP_DigestVerifyInit.pod
doc/man3/EVP_SignInit.pod
doc/man3/EVP_VerifyInit.pod
doc/man3/SSL_get_error.pod
doc/man3/SSL_want.pod

index 7ddd12ad802f258e1b82d4d1e03dca7ee6e64785..11491422106d43c9f6b4960ebd71e19204a217aa 100644 (file)
@@ -122,11 +122,11 @@ return value of the failing module (this will always be zero or negative).
 =head1 SEE ALSO
 
 L<config(5)>, L<OPENSSL_config(3)>,
-L<NCONF_free(3)>, L<err(7)>
+L<NCONF_free(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2004-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 7368a401fcf87ac7f08d2b10bcba318e1b45e9ab..5602a8e75424622b12e116559f467ca7e0a3b7a1 100644 (file)
@@ -47,7 +47,7 @@ is fatal, respectively.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>
+L<ERR_get_error(3)>
 
 =head1 HISTORY
 
@@ -56,7 +56,7 @@ all versions of OpenSSL.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 1c85e59b12f6d42e627032c7f0a03057daa8f1d8..c8766158c26964a87f80322405d8a7183c873cbe 100644 (file)
@@ -20,11 +20,11 @@ ERR_clear_error() has no return value.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>
+L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 7fcf2f261b14f394a1d21afff5892865b298067a..695eaf20f02e751446f3a9dfea97aa47451de485 100644 (file)
@@ -59,12 +59,12 @@ none is registered for the error code.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_get_error(3)>,
+L<ERR_get_error(3)>,
 L<ERR_print_errors(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index d8759a092c24a51cdac380b8d25b2382c1a05143..3b223c99de9021382610a1fa5f1820af13748cd5 100644 (file)
@@ -64,12 +64,12 @@ The error code, or 0 if there is no error in the queue.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>,
+L<ERR_error_string(3)>,
 L<ERR_GET_LIB(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index ed3f122b6483eeff9129896982e46f0f384fdc18..56d91d5dc969f739fc3055208bebd0e328edbf9b 100644 (file)
@@ -42,7 +42,7 @@ ERR_free_strings() return no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>
+L<ERR_error_string(3)>
 
 =head1 HISTORY
 
@@ -52,7 +52,7 @@ OPENSSL_init_crypto() and OPENSSL_init_ssl().
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index b8fc9792606cd7f1afb1432fe4a4f946cfceb13e..ee8de2c9dc578d0dca52ba7a5bfe2119b36f0e6b 100644 (file)
@@ -44,11 +44,11 @@ library number.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_load_strings(3)>
+L<ERR_load_strings(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index b50999b663490d6c16d5a1507d0de626585d9161..134b374d0d9442ebf02cdb0b22d109a88c101228 100644 (file)
@@ -45,12 +45,12 @@ ERR_print_errors() and ERR_print_errors_fp() return no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_error_string(3)>,
-L<ERR_get_error(3)>.
+L<ERR_error_string(3)>,
+L<ERR_get_error(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index e90bc4d9a474e2633805877752291c30de8c15d6..14695baa1953861617100cada081901a32c5e581 100644 (file)
@@ -62,11 +62,11 @@ no values.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<ERR_load_strings(3)>
+L<ERR_load_strings(3)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index dc0f386a3c0ddb2ec85895c28ab04d10e28aee60..617b4b7029c0ccf102ec5059b38b5711eb084405 100644 (file)
@@ -31,7 +31,7 @@ The functions described here return no value.
 
 =head1 SEE ALSO
 
-L<err(7)>, L<OPENSSL_init_crypto(3)>
+LL<OPENSSL_init_crypto(3)>
 
 =head1 HISTORY
 
@@ -43,7 +43,7 @@ thread handling functionality was entirely rewritten.
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 29fc7161aea4275bf9dac4ee8dad1124a586e298..b3afea81e4026c355fbf129399b0e690e223c844 100644 (file)
@@ -27,13 +27,9 @@ ERR_set_mark() returns 0 if the error stack is empty, otherwise 1.
 ERR_pop_to_mark() returns 0 if there was no mark in the error stack, which
 implies that the stack became empty, otherwise 1.
 
-=head1 SEE ALSO
-
-L<err(7)>
-
 =head1 COPYRIGHT
 
-Copyright 2003-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2003-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index fc735b8c7c52a90333a74cc09721a90f0897a910..7ec06b7a272e6131158bad3b0fc552d6e8e38618 100644 (file)
@@ -74,7 +74,7 @@ which indicates the maximum possible signature for any set of parameters.
 =head1 SEE ALSO
 
 L<EVP_DigestVerifyInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
@@ -86,7 +86,7 @@ were first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index d117582004d901ce3d7563a4020374055f86b688..ce59422d3e47aff99228d6cbe09635076d7998b5 100644 (file)
@@ -69,7 +69,7 @@ will occur.
 =head1 SEE ALSO
 
 L<EVP_DigestSignInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
@@ -81,7 +81,7 @@ were first added to OpenSSL 1.0.0.
 
 =head1 COPYRIGHT
 
-Copyright 2006-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2006-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 21522fd8697400fbf17b83fc838eddfdf8d05e2c..c40da1ea3aed0337356ff17687654e12ecf43e49 100644 (file)
@@ -93,14 +93,14 @@ The previous two bugs are fixed in the newer EVP_SignDigest*() function.
 =head1 SEE ALSO
 
 L<EVP_VerifyInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index 41703ed3ffd34e2304b65def909043176e83e91d..ffb6f140b77728065c907f33f7b1c3cc5fa34aa5 100644 (file)
@@ -82,14 +82,14 @@ The previous two bugs are fixed in the newer EVP_VerifyDigest*() function.
 
 L<evp(7)>,
 L<EVP_SignInit(3)>,
-L<EVP_DigestInit(3)>, L<err(7)>,
+L<EVP_DigestInit(3)>,
 L<evp(7)>, L<HMAC(3)>, L<MD2(3)>,
 L<MD5(3)>, L<MDC2(3)>, L<RIPEMD160(3)>,
 L<SHA1(3)>, L<dgst(1)>
 
 =head1 COPYRIGHT
 
-Copyright 2000-2016 The OpenSSL Project Authors. All Rights Reserved.
+Copyright 2000-2017 The OpenSSL Project Authors. All Rights Reserved.
 
 Licensed under the OpenSSL license (the "License").  You may not use
 this file except in compliance with the License.  You can obtain a copy
index e318de84b62b40772dbd07482b7b22dc6bcde5fa..efa78ef0992a1b55e71fc631dfe52c927366fe4d 100644 (file)
@@ -132,7 +132,7 @@ OpenSSL error queue contains more information on the error.
 
 =head1 SEE ALSO
 
-L<ssl(7)>, L<err(7)>
+L<ssl(7)>
 
 =head1 HISTORY
 
index 8efe50bcca132c99e87ce17aa548e8198392f3ef..ce21f4790f7b6bc9b43f83beffe1fff6571a4e37 100644 (file)
@@ -97,7 +97,7 @@ the corresponding condition is true or 0 otherwise.
 
 =head1 SEE ALSO
 
-L<ssl(7)>, L<err(7)>, L<SSL_get_error(3)>
+L<ssl(7)>, L<SSL_get_error(3)>
 
 =head1 HISTORY