You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ki...@apache.org on 2017/11/14 23:28:46 UTC

[trafficserver] 02/05: fix text width for documentation

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

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

commit 5f4271bd03680f3aabeb5522e0bbf32d6eeb3f5d
Author: Kit Chan <ki...@apache.org>
AuthorDate: Thu Sep 14 17:56:30 2017 -0700

    fix text width for documentation
---
 doc/developer-guide/api/functions/TSIpAddrParse.en.rst | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/doc/developer-guide/api/functions/TSIpAddrParse.en.rst b/doc/developer-guide/api/functions/TSIpAddrParse.en.rst
index 0f7234c..204375f 100644
--- a/doc/developer-guide/api/functions/TSIpAddrParse.en.rst
+++ b/doc/developer-guide/api/functions/TSIpAddrParse.en.rst
@@ -31,9 +31,12 @@ Synopsis
 Description
 ===========
 
-:arg:`str` is expected to be an explicit address, not a hostname.  No hostname resolution is done. This attempts to recognize and process a port value if present. It is set appropriately, or to zero if no port was found or it was malformed.
+:arg:`str` is expected to be an explicit address, not a hostname.  No hostname resolution is done. This attempts to
+recognize and process a port value if present. It is set appropriately, or to zero if no port was found or it was
+malformed. 
 
-It is intended to deal with the brackets that can optionally surround an IP address (usually IPv6) which in turn are used to differentiate between an address and an attached port. E.g.
+It is intended to deal with the brackets that can optionally surround an IP address (usually IPv6) which in turn are
+used to differentiate between an address and an attached port. E.g. 
 
 .. code-block:: none
 

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