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 | e45493f09b14c04d57b809230f7a088d22de464e (patch) | |
tree | cfa29aa5b22fb3131e6e011c8b8072f5278daf5a /lib | |
parent | 838fc1647f473343de96d91500147806f7d67c42 (diff) |
Remove non-portable use of .Pf that doesn't work with groff;
found because the groff_mdoc(7) macros warn about it.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 b/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 index 91e17350f99..5f35c1e7a98 100644 --- a/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.3 +++ b/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. |