From c65fff479ff8dc713956bcf5d92883f19a479d84 Mon Sep 17 00:00:00 2001 From: schwarze <> Date: Sun, 30 Nov 2014 01:51:47 +0000 Subject: Remove non-portable use of .Pf that doesn't work with groff; found because the groff_mdoc(7) macros warn about it. --- src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 | 12 ++++-------- src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 | 12 ++++-------- 2 files changed, 8 insertions(+), 16 deletions(-) diff --git a/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 b/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 index 91e17350f9..5f35c1e7a9 100644 --- a/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 +++ b/src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: October 12 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 .Os .Sh NAME @@ -79,18 +79,14 @@ When setting the flag to 1, .Xr SSL_shutdown 3 will set the internal flags to -.Dv SSL_SENT_SHUTDOWN Ns -.Pf | -.Dv SSL_RECEIVED_SHUTDOWN . +.Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN .Po .Xr SSL_shutdown 3 then behaves like .Xr SSL_set_shutdown 3 called with -.Dv SSL_SENT_SHUTDOWN Ns -.Pf | -.Dv SSL_RECEIVED_SHUTDOWN . -.Pc +.Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN +.Pc . The session is thus considered to be shut down, but no .Dq close notify alert is sent to the peer. diff --git a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 index 91e17350f9..5f35c1e7a9 100644 --- a/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 +++ b/src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 @@ -1,4 +1,4 @@ -.Dd $Mdocdate: October 12 2014 $ +.Dd $Mdocdate: November 30 2014 $ .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 .Os .Sh NAME @@ -79,18 +79,14 @@ When setting the flag to 1, .Xr SSL_shutdown 3 will set the internal flags to -.Dv SSL_SENT_SHUTDOWN Ns -.Pf | -.Dv SSL_RECEIVED_SHUTDOWN . +.Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN .Po .Xr SSL_shutdown 3 then behaves like .Xr SSL_set_shutdown 3 called with -.Dv SSL_SENT_SHUTDOWN Ns -.Pf | -.Dv SSL_RECEIVED_SHUTDOWN . -.Pc +.Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN +.Pc . The session is thus considered to be shut down, but no .Dq close notify alert is sent to the peer. -- cgit v1.2.3-55-g6feb