From 73fb82b72c7544cf52d95ac29d4a45b253395715 Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Thu, 2 Mar 2017 10:07:21 -0500 Subject: [PATCH] Remove ref to err(7), update copyright. Reviewed-by: Richard Levitte (Merged from https://github.com/openssl/openssl/pull/2825) --- doc/man3/CONF_modules_load_file.pod | 4 ++-- doc/man3/ERR_GET_LIB.pod | 4 ++-- doc/man3/ERR_clear_error.pod | 4 ++-- doc/man3/ERR_error_string.pod | 4 ++-- doc/man3/ERR_get_error.pod | 4 ++-- doc/man3/ERR_load_crypto_strings.pod | 4 ++-- doc/man3/ERR_load_strings.pod | 4 ++-- doc/man3/ERR_print_errors.pod | 6 +++--- doc/man3/ERR_put_error.pod | 4 ++-- doc/man3/ERR_remove_state.pod | 4 ++-- doc/man3/ERR_set_mark.pod | 6 +----- doc/man3/EVP_DigestSignInit.pod | 4 ++-- doc/man3/EVP_DigestVerifyInit.pod | 4 ++-- doc/man3/EVP_SignInit.pod | 4 ++-- doc/man3/EVP_VerifyInit.pod | 4 ++-- doc/man3/SSL_get_error.pod | 2 +- doc/man3/SSL_want.pod | 2 +- 17 files changed, 32 insertions(+), 36 deletions(-) diff --git a/doc/man3/CONF_modules_load_file.pod b/doc/man3/CONF_modules_load_file.pod index 7ddd12ad80..1149142210 100644 --- a/doc/man3/CONF_modules_load_file.pod +++ b/doc/man3/CONF_modules_load_file.pod @@ -122,11 +122,11 @@ return value of the failing module (this will always be zero or negative). =head1 SEE ALSO L, L, -L, L +L =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 diff --git a/doc/man3/ERR_GET_LIB.pod b/doc/man3/ERR_GET_LIB.pod index 7368a401fc..5602a8e754 100644 --- a/doc/man3/ERR_GET_LIB.pod +++ b/doc/man3/ERR_GET_LIB.pod @@ -47,7 +47,7 @@ is fatal, respectively. =head1 SEE ALSO -L, L +L =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 diff --git a/doc/man3/ERR_clear_error.pod b/doc/man3/ERR_clear_error.pod index 1c85e59b12..c8766158c2 100644 --- a/doc/man3/ERR_clear_error.pod +++ b/doc/man3/ERR_clear_error.pod @@ -20,11 +20,11 @@ ERR_clear_error() has no return value. =head1 SEE ALSO -L, L +L =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 diff --git a/doc/man3/ERR_error_string.pod b/doc/man3/ERR_error_string.pod index 7fcf2f261b..695eaf20f0 100644 --- a/doc/man3/ERR_error_string.pod +++ b/doc/man3/ERR_error_string.pod @@ -59,12 +59,12 @@ none is registered for the error code. =head1 SEE ALSO -L, L, +L, L =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 diff --git a/doc/man3/ERR_get_error.pod b/doc/man3/ERR_get_error.pod index d8759a092c..3b223c99de 100644 --- a/doc/man3/ERR_get_error.pod +++ b/doc/man3/ERR_get_error.pod @@ -64,12 +64,12 @@ The error code, or 0 if there is no error in the queue. =head1 SEE ALSO -L, L, +L, L =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 diff --git a/doc/man3/ERR_load_crypto_strings.pod b/doc/man3/ERR_load_crypto_strings.pod index ed3f122b64..56d91d5dc9 100644 --- a/doc/man3/ERR_load_crypto_strings.pod +++ b/doc/man3/ERR_load_crypto_strings.pod @@ -42,7 +42,7 @@ ERR_free_strings() return no values. =head1 SEE ALSO -L, L +L =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 diff --git a/doc/man3/ERR_load_strings.pod b/doc/man3/ERR_load_strings.pod index b8fc979260..ee8de2c9dc 100644 --- a/doc/man3/ERR_load_strings.pod +++ b/doc/man3/ERR_load_strings.pod @@ -44,11 +44,11 @@ library number. =head1 SEE ALSO -L, L +L =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 diff --git a/doc/man3/ERR_print_errors.pod b/doc/man3/ERR_print_errors.pod index b50999b663..134b374d0d 100644 --- a/doc/man3/ERR_print_errors.pod +++ b/doc/man3/ERR_print_errors.pod @@ -45,12 +45,12 @@ ERR_print_errors() and ERR_print_errors_fp() return no values. =head1 SEE ALSO -L, L, -L. +L, +L =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 diff --git a/doc/man3/ERR_put_error.pod b/doc/man3/ERR_put_error.pod index e90bc4d9a4..14695baa19 100644 --- a/doc/man3/ERR_put_error.pod +++ b/doc/man3/ERR_put_error.pod @@ -62,11 +62,11 @@ no values. =head1 SEE ALSO -L, L +L =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 diff --git a/doc/man3/ERR_remove_state.pod b/doc/man3/ERR_remove_state.pod index dc0f386a3c..617b4b7029 100644 --- a/doc/man3/ERR_remove_state.pod +++ b/doc/man3/ERR_remove_state.pod @@ -31,7 +31,7 @@ The functions described here return no value. =head1 SEE ALSO -L, L +LL =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 diff --git a/doc/man3/ERR_set_mark.pod b/doc/man3/ERR_set_mark.pod index 29fc7161ae..b3afea81e4 100644 --- a/doc/man3/ERR_set_mark.pod +++ b/doc/man3/ERR_set_mark.pod @@ -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 - =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 diff --git a/doc/man3/EVP_DigestSignInit.pod b/doc/man3/EVP_DigestSignInit.pod index fc735b8c7c..7ec06b7a27 100644 --- a/doc/man3/EVP_DigestSignInit.pod +++ b/doc/man3/EVP_DigestSignInit.pod @@ -74,7 +74,7 @@ which indicates the maximum possible signature for any set of parameters. =head1 SEE ALSO L, -L, L, +L, L, L, L, L, L, L, L, L @@ -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 diff --git a/doc/man3/EVP_DigestVerifyInit.pod b/doc/man3/EVP_DigestVerifyInit.pod index d117582004..ce59422d3e 100644 --- a/doc/man3/EVP_DigestVerifyInit.pod +++ b/doc/man3/EVP_DigestVerifyInit.pod @@ -69,7 +69,7 @@ will occur. =head1 SEE ALSO L, -L, L, +L, L, L, L, L, L, L, L, L @@ -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 diff --git a/doc/man3/EVP_SignInit.pod b/doc/man3/EVP_SignInit.pod index 21522fd869..c40da1ea3a 100644 --- a/doc/man3/EVP_SignInit.pod +++ b/doc/man3/EVP_SignInit.pod @@ -93,14 +93,14 @@ The previous two bugs are fixed in the newer EVP_SignDigest*() function. =head1 SEE ALSO L, -L, L, +L, L, L, L, L, L, L, L, L =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 diff --git a/doc/man3/EVP_VerifyInit.pod b/doc/man3/EVP_VerifyInit.pod index 41703ed3ff..ffb6f140b7 100644 --- a/doc/man3/EVP_VerifyInit.pod +++ b/doc/man3/EVP_VerifyInit.pod @@ -82,14 +82,14 @@ The previous two bugs are fixed in the newer EVP_VerifyDigest*() function. L, L, -L, L, +L, L, L, L, L, L, L, L, L =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 diff --git a/doc/man3/SSL_get_error.pod b/doc/man3/SSL_get_error.pod index e318de84b6..efa78ef099 100644 --- a/doc/man3/SSL_get_error.pod +++ b/doc/man3/SSL_get_error.pod @@ -132,7 +132,7 @@ OpenSSL error queue contains more information on the error. =head1 SEE ALSO -L, L +L =head1 HISTORY diff --git a/doc/man3/SSL_want.pod b/doc/man3/SSL_want.pod index 8efe50bcca..ce21f4790f 100644 --- a/doc/man3/SSL_want.pod +++ b/doc/man3/SSL_want.pod @@ -97,7 +97,7 @@ the corresponding condition is true or 0 otherwise. =head1 SEE ALSO -L, L, L +L, L =head1 HISTORY -- 2.34.1