diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:41:57 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 16:41:57 -0400 |
commit | 7e0aec44e63b4f085e7781dc0fd2b9e92d3b82c0 (patch) | |
tree | 658aa10565b386011905dbad4f4c578b8b004191 /libraries/tsocks/README | |
parent | 4dc4f831b27ecb4b7a27167934849dc4d0090d44 (diff) | |
download | slackbuilds-7e0aec44e63b4f085e7781dc0fd2b9e92d3b82c0.tar.gz |
libraries/tsocks: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/tsocks/README')
-rw-r--r-- | libraries/tsocks/README | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/tsocks/README b/libraries/tsocks/README index 1f61ecd8ba..66685de189 100644 --- a/libraries/tsocks/README +++ b/libraries/tsocks/README @@ -1,4 +1,5 @@ -tsocks' role is to allow these non SOCKS aware applications (e.g telnet, ssh, -ftp etc) to use SOCKS without any modification. It does this by intercepting -the calls that applications make to establish network connections and -negotating them through a SOCKS server as necessary. +tsocks' role is to allow these non SOCKS aware applications (e.g +telnet, ssh, ftp etc) to use SOCKS without any modification. It does +this by intercepting the calls that applications make to establish +network connections and negotating them through a SOCKS server as +necessary. |