diff options
author | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 01:51:48 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@cvs.openbsd.org> | 2014-11-30 01:51:48 +0000 |
commit | f311bfe6c28c803757ad9a1a47356b0617238a1b (patch) | |
tree | c8ddf13c74ccc9a7a9a08682a3c9fa74fb9ab947 | |
parent | 4994014b08d1bd64046eeb65f14dcb00015bc121 (diff) |
Remove non-portable use of .Pf that doesn't work with groff;
found because the groff_mdoc(7) macros warn about it.
-rw-r--r-- | lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 b/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 index 91e17350f99..5f35c1e7a98 100644 --- a/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 +++ b/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. |