summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2021-05-20 12:13:41 +0200
committerGitHub <noreply@github.com>2021-05-20 12:13:41 +0200
commit42b6602f1d4b108cecb94b94c0d2b645acaebd4f (patch)
treef16516c931ef2feb11c0731ea125238b315bb416
parentc0de820d4034cd2f938d1be164d8419b64e00fae (diff)
parente858f7c2ead49cee8689fc03546e6f505f0fd17a (diff)
Merge pull request #48879 from Faless/doc/4.x_no_unix_socks
[Doc] Remove reference to UNIX sockets in StreamPeer.
-rw-r--r--doc/classes/StreamPeer.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/StreamPeer.xml b/doc/classes/StreamPeer.xml
index a1b858acf6..f120103916 100644
--- a/doc/classes/StreamPeer.xml
+++ b/doc/classes/StreamPeer.xml
@@ -4,7 +4,7 @@
Abstraction and base class for stream-based protocols.
</brief_description>
<description>
- StreamPeer is an abstraction and base class for stream-based protocols (such as TCP or UNIX sockets). It provides an API for sending and receiving data through streams as raw data or strings.
+ StreamPeer is an abstraction and base class for stream-based protocols (such as TCP). It provides an API for sending and receiving data through streams as raw data or strings.
</description>
<tutorials>
</tutorials>