diff options
author | olgeni <olgeni@FreeBSD.org> | 2015-09-21 04:54:08 +0800 |
---|---|---|
committer | olgeni <olgeni@FreeBSD.org> | 2015-09-21 04:54:08 +0800 |
commit | 261bbba88410d36594e6abc25f159144c4bcb4d1 (patch) | |
tree | b63994e684ffd6fb805f9017ff2e8c81d549ca91 /net/Sockets | |
parent | efcf019b4affaa4144c1604fda9d46613705d4b9 (diff) | |
download | freebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.tar.gz freebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.tar.zst freebsd-ports-gnome-261bbba88410d36594e6abc25f159144c4bcb4d1.zip |
Typos, whitespace and capitalization fixes (G-P).
Diffstat (limited to 'net/Sockets')
-rw-r--r-- | net/Sockets/pkg-descr | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/Sockets/pkg-descr b/net/Sockets/pkg-descr index 8d1270c8e876..cc162cd5a051 100644 --- a/net/Sockets/pkg-descr +++ b/net/Sockets/pkg-descr @@ -1,9 +1,9 @@ [ excerpt from developer's web site ] -This is C++ class library wrapping the berkeley -sockets C API, and therefore works on most unixes and also win32. +This is C++ class library wrapping the Berkeley +sockets C API, and therefore works on most Unixes and also Win32. Features include, but are not limited to, SSL support, IPv6 support, -tcp and udp sockets, encrypted tcp, http protocol, highly customizable +TCP and UDP sockets, encrypted TCP, HTTP protocol, highly customizable error handling. The source code is released under the terms of the GNU GPL, but is also available under an alternative license. |