summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjsg <>2022-02-06 00:29:02 +0000
committerjsg <>2022-02-06 00:29:02 +0000
commit7a70ea027cf39c51023af2e6507d52ed1a372176 (patch)
tree1583b3ef208c94b0f0e425ea883bb18a10cd1b76
parent2f50b87e931ca089558153a43823e377e2a261ea (diff)
downloadopenbsd-7a70ea027cf39c51023af2e6507d52ed1a372176.tar.gz
openbsd-7a70ea027cf39c51023af2e6507d52ed1a372176.tar.bz2
openbsd-7a70ea027cf39c51023af2e6507d52ed1a372176.zip
remove please from manual pages
ok jmc@ sthen@ millert@
-rw-r--r--src/lib/libc/stdlib/atexit.36
-rw-r--r--src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.36
2 files changed, 6 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/atexit.3 b/src/lib/libc/stdlib/atexit.3
index a95a45b92e..3a7e0d978a 100644
--- a/src/lib/libc/stdlib/atexit.3
+++ b/src/lib/libc/stdlib/atexit.3
@@ -29,9 +29,9 @@
29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 29.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30.\" SUCH DAMAGE. 30.\" SUCH DAMAGE.
31.\" 31.\"
32.\" $OpenBSD: atexit.3,v 1.12 2019/06/27 16:30:39 schwarze Exp $ 32.\" $OpenBSD: atexit.3,v 1.13 2022/02/06 00:29:02 jsg Exp $
33.\" 33.\"
34.Dd $Mdocdate: June 27 2019 $ 34.Dd $Mdocdate: February 6 2022 $
35.Dt ATEXIT 3 35.Dt ATEXIT 3
36.Os 36.Os
37.Sh NAME 37.Sh NAME
@@ -68,7 +68,7 @@ that matters, not the source of the function that was registered.
68is very difficult to use correctly without creating 68is very difficult to use correctly without creating
69.Xr exit 3 Ns -time 69.Xr exit 3 Ns -time
70races. 70races.
71Unless absolutely necessary, please avoid using it. 71Unless absolutely necessary, avoid using it.
72.Sh RETURN VALUES 72.Sh RETURN VALUES
73The 73The
74.Nm 74.Nm
diff --git a/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3 b/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
index e30e4de84f..a249cda6ac 100644
--- a/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
+++ b/src/lib/libssl/man/SSL_get_ex_data_X509_STORE_CTX_idx.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.4 2019/06/08 15:25:43 schwarze Exp $ 1.\" $OpenBSD: SSL_get_ex_data_X509_STORE_CTX_idx.3,v 1.5 2022/02/06 00:29:02 jsg Exp $
2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400 2.\" OpenSSL 9b86974e Aug 17 15:21:33 2015 -0400
3.\" 3.\"
4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>. 4.\" This file was written by Lutz Jaenicke <jaenicke@openssl.org>.
@@ -48,7 +48,7 @@
48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 48.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
49.\" OF THE POSSIBILITY OF SUCH DAMAGE. 49.\" OF THE POSSIBILITY OF SUCH DAMAGE.
50.\" 50.\"
51.Dd $Mdocdate: June 8 2019 $ 51.Dd $Mdocdate: February 6 2022 $
52.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3 52.Dt SSL_GET_EX_DATA_X509_STORE_CTX_IDX 3
53.Os 53.Os
54.Sh NAME 54.Sh NAME
@@ -104,7 +104,7 @@ provides access to
104object for the connection during the 104object for the connection during the
105.Fn verify_callback 105.Fn verify_callback
106when checking the peer's certificate. 106when checking the peer's certificate.
107Please check the example in 107Check the example in
108.Xr SSL_CTX_set_verify 3 . 108.Xr SSL_CTX_set_verify 3 .
109.Sh SEE ALSO 109.Sh SEE ALSO
110.Xr CRYPTO_set_ex_data 3 , 110.Xr CRYPTO_set_ex_data 3 ,