diff options
author | 2014-11-30 01:51:47 +0000 | |
---|---|---|
committer | 2014-11-30 01:51:47 +0000 | |
commit | 4101111aca9917c1bea6d82af6fc8e5a065a76f8 (patch) | |
tree | 1c62238692baedd1918153abbba69b54402b411d /lib/libssl/src/doc/ssl | |
parent | rxr ioctl handling. (diff) | |
download | wireguard-openbsd-4101111aca9917c1bea6d82af6fc8e5a065a76f8.tar.xz wireguard-openbsd-4101111aca9917c1bea6d82af6fc8e5a065a76f8.zip |
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/libssl/src/doc/ssl')
-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. |