You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by am...@apache.org on 2017/05/25 13:56:56 UTC

[trafficserver] branch master updated: Doc: Fix up some TS SSL API documentation warnings.

This is an automated email from the ASF dual-hosted git repository.

amc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

The following commit(s) were added to refs/heads/master by this push:
       new  80164cd   Doc: Fix up some TS SSL API documentation warnings.
80164cd is described below

commit 80164cd407c979222c4afb3fb47ee56b1d290b11
Author: Alan M. Carroll <am...@apache.org>
AuthorDate: Thu May 25 08:56:08 2017 -0500

    Doc: Fix up some TS SSL API documentation warnings.
---
 .../api/functions/TSSslServerContextCreate.en.rst                | 4 ++--
 doc/developer-guide/api/functions/TSVConnSslConnectionGet.en.rst | 9 ++++-----
 2 files changed, 6 insertions(+), 7 deletions(-)

diff --git a/doc/developer-guide/api/functions/TSSslServerContextCreate.en.rst b/doc/developer-guide/api/functions/TSSslServerContextCreate.en.rst
index 74e3281..c9e1429 100644
--- a/doc/developer-guide/api/functions/TSSslServerContextCreate.en.rst
+++ b/doc/developer-guide/api/functions/TSSslServerContextCreate.en.rst
@@ -47,8 +47,8 @@ Type
 
 .. type:: TSSslContext
 
-The SSL context object. This is an opaque type that can be cast to
-the underlying SSL library type (:code:`SSL_CTX *` for the OpenSSL library).
+	The SSL context object. This is an opaque type that can be cast to
+	the underlying SSL library type (:code:`SSL_CTX *` for the OpenSSL library).
 
 See also
 ========
diff --git a/doc/developer-guide/api/functions/TSVConnSslConnectionGet.en.rst b/doc/developer-guide/api/functions/TSVConnSslConnectionGet.en.rst
index ba722c8..e4c1c49 100644
--- a/doc/developer-guide/api/functions/TSVConnSslConnectionGet.en.rst
+++ b/doc/developer-guide/api/functions/TSVConnSslConnectionGet.en.rst
@@ -26,7 +26,7 @@ Synopsis
 
 `#include <ts/ts.h>`
 
-.. function:: TSSslVConnection TSVConnSslConnectionGet(TSVConn svc)
+.. function:: TSSslConnection TSVConnSslConnectionGet(TSVConn svc)
 
 Description
 ===========
@@ -36,8 +36,7 @@ Get the SSL (per connection) object from the SSl connection :arg:`svc`.
 Types
 =====
 
-.. type:: TSSslVConnection
-
-The SSL (per connection) object. This is an opaque type that can be cast to the
-appropriate type (SSL * for the OpenSSL library).
+.. type:: TSSslConnection
 
+	The SSL (per connection) object. This is an opaque type that can be cast to the
+	appropriate type (:code:`SSL *` for the OpenSSL library).

-- 
To stop receiving notification emails like this one, please contact
['"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>'].