summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschwarze <>2014-11-30 01:51:47 +0000
committerschwarze <>2014-11-30 01:51:47 +0000
commitc65fff479ff8dc713956bcf5d92883f19a479d84 (patch)
tree2407b860ed47c86d5a94224036b8325910a205cf
parent2c7127ff682d568ae1a0c5f87f0a41ae420050c7 (diff)
downloadopenbsd-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.
-rw-r--r--src/lib/libssl/doc/SSL_CTX_set_quiet_shutdown.312
-rw-r--r--src/lib/libssl/src/doc/ssl/SSL_CTX_set_quiet_shutdown.312
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
79flag to 1, 79flag to 1,
80.Xr SSL_shutdown 3 80.Xr SSL_shutdown 3
81will set the internal flags to 81will 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
87then behaves like 85then behaves like
88.Xr SSL_set_shutdown 3 86.Xr SSL_set_shutdown 3
89called with 87called 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
94The session is thus considered to be shut down, but no 90The session is thus considered to be shut down, but no
95.Dq close notify 91.Dq close notify
96alert is sent to the peer. 92alert 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
79flag to 1, 79flag to 1,
80.Xr SSL_shutdown 3 80.Xr SSL_shutdown 3
81will set the internal flags to 81will 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
87then behaves like 85then behaves like
88.Xr SSL_set_shutdown 3 86.Xr SSL_set_shutdown 3
89called with 87called 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
94The session is thus considered to be shut down, but no 90The session is thus considered to be shut down, but no
95.Dq close notify 91.Dq close notify
96alert is sent to the peer. 92alert is sent to the peer.