diff options
author | schwarze <> | 2014-11-30 01:51:47 +0000 |
---|---|---|
committer | schwarze <> | 2014-11-30 01:51:47 +0000 |
commit | c65fff479ff8dc713956bcf5d92883f19a479d84 (patch) | |
tree | 2407b860ed47c86d5a94224036b8325910a205cf /src/lib | |
parent | 2c7127ff682d568ae1a0c5f87f0a41ae420050c7 (diff) | |
download | openbsd-c65fff479ff8dc713956bcf5d92883f19a479d84.tar.gz openbsd-c65fff479ff8dc713956bcf5d92883f19a479d84.tar.bz2 openbsd-c65fff479ff8dc713956bcf5d92883f19a479d84.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 'src/lib')
-rw-r--r-- | src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.3 | 12 | ||||
-rw-r--r-- | 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 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .Dd $Mdocdate: November 30 2014 $ |
2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 | 2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -79,18 +79,14 @@ When setting the | |||
79 | flag to 1, | 79 | flag to 1, |
80 | .Xr SSL_shutdown 3 | 80 | .Xr SSL_shutdown 3 |
81 | will set the internal flags to | 81 | will set the internal flags to |
82 | .Dv SSL_SENT_SHUTDOWN Ns | 82 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
83 | .Pf | | ||
84 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
85 | .Po | 83 | .Po |
86 | .Xr SSL_shutdown 3 | 84 | .Xr SSL_shutdown 3 |
87 | then behaves like | 85 | then behaves like |
88 | .Xr SSL_set_shutdown 3 | 86 | .Xr SSL_set_shutdown 3 |
89 | called with | 87 | called with |
90 | .Dv SSL_SENT_SHUTDOWN Ns | 88 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
91 | .Pf | | 89 | .Pc . |
92 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
93 | .Pc | ||
94 | The session is thus considered to be shut down, but no | 90 | The session is thus considered to be shut down, but no |
95 | .Dq close notify | 91 | .Dq close notify |
96 | alert is sent to the peer. | 92 | 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 @@ | |||
1 | .Dd $Mdocdate: October 12 2014 $ | 1 | .Dd $Mdocdate: November 30 2014 $ |
2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 | 2 | .Dt SSL_CTX_SET_QUIET_SHUTDOWN 3 |
3 | .Os | 3 | .Os |
4 | .Sh NAME | 4 | .Sh NAME |
@@ -79,18 +79,14 @@ When setting the | |||
79 | flag to 1, | 79 | flag to 1, |
80 | .Xr SSL_shutdown 3 | 80 | .Xr SSL_shutdown 3 |
81 | will set the internal flags to | 81 | will set the internal flags to |
82 | .Dv SSL_SENT_SHUTDOWN Ns | 82 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
83 | .Pf | | ||
84 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
85 | .Po | 83 | .Po |
86 | .Xr SSL_shutdown 3 | 84 | .Xr SSL_shutdown 3 |
87 | then behaves like | 85 | then behaves like |
88 | .Xr SSL_set_shutdown 3 | 86 | .Xr SSL_set_shutdown 3 |
89 | called with | 87 | called with |
90 | .Dv SSL_SENT_SHUTDOWN Ns | 88 | .Dv SSL_SENT_SHUTDOWN Ns | Ns Dv SSL_RECEIVED_SHUTDOWN |
91 | .Pf | | 89 | .Pc . |
92 | .Dv SSL_RECEIVED_SHUTDOWN . | ||
93 | .Pc | ||
94 | The session is thus considered to be shut down, but no | 90 | The session is thus considered to be shut down, but no |
95 | .Dq close notify | 91 | .Dq close notify |
96 | alert is sent to the peer. | 92 | alert is sent to the peer. |