diff options
author | schwarze <> | 2018-12-14 20:18:27 +0000 |
---|---|---|
committer | schwarze <> | 2018-12-14 20:18:27 +0000 |
commit | d44c7e0fd6df3e642957216aea5f5fb9814b4056 (patch) | |
tree | bca4b3aae17b2696d6385c4504b2cf0356a88bdb | |
parent | 527de2024d889cce4bfe4045c0b2282d809afe3e (diff) | |
download | openbsd-d44c7e0fd6df3e642957216aea5f5fb9814b4056.tar.gz openbsd-d44c7e0fd6df3e642957216aea5f5fb9814b4056.tar.bz2 openbsd-d44c7e0fd6df3e642957216aea5f5fb9814b4056.zip |
Delete a note taken during the rev. 1.1 man page splite
that should have been deleted before commit.
The cross reference is already present below SEE ALSO.
Glitch noticed by jsing@.
-rw-r--r-- | src/lib/libtls/man/tls_conn_version.3 | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/libtls/man/tls_conn_version.3 b/src/lib/libtls/man/tls_conn_version.3 index 22f1057add..b93f1c34ab 100644 --- a/src/lib/libtls/man/tls_conn_version.3 +++ b/src/lib/libtls/man/tls_conn_version.3 | |||
@@ -1,4 +1,4 @@ | |||
1 | .\" $OpenBSD: tls_conn_version.3,v 1.8 2018/05/26 12:32:59 schwarze Exp $ | 1 | .\" $OpenBSD: tls_conn_version.3,v 1.9 2018/12/14 20:18:27 schwarze Exp $ |
2 | .\" | 2 | .\" |
3 | .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> | 3 | .\" Copyright (c) 2015 Bob Beck <beck@openbsd.org> |
4 | .\" Copyright (c) 2016, 2018 Joel Sing <jsing@openbsd.org> | 4 | .\" Copyright (c) 2016, 2018 Joel Sing <jsing@openbsd.org> |
@@ -15,7 +15,7 @@ | |||
15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF | 15 | .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF |
16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 16 | .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
17 | .\" | 17 | .\" |
18 | .Dd $Mdocdate: May 26 2018 $ | 18 | .Dd $Mdocdate: December 14 2018 $ |
19 | .Dt TLS_CONN_VERSION 3 | 19 | .Dt TLS_CONN_VERSION 3 |
20 | .Os | 20 | .Os |
21 | .Sh NAME | 21 | .Sh NAME |
@@ -150,9 +150,6 @@ the peer certificate from | |||
150 | returns the time corresponding to the end of the validity period of | 150 | returns the time corresponding to the end of the validity period of |
151 | the peer certificate from | 151 | the peer certificate from |
152 | .Ar ctx . | 152 | .Ar ctx . |
153 | .Pp | ||
154 | POINTER TO | ||
155 | .Xr tls_ocsp_process_response 3 | ||
156 | .Sh RETURN VALUES | 153 | .Sh RETURN VALUES |
157 | The | 154 | The |
158 | .Fn tls_conn_session_resumed | 155 | .Fn tls_conn_session_resumed |