summaryrefslogtreecommitdiff
path: root/doc/s6-tcpserver4-socketbinder.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/s6-tcpserver4-socketbinder.html')
-rw-r--r--doc/s6-tcpserver4-socketbinder.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/s6-tcpserver4-socketbinder.html b/doc/s6-tcpserver4-socketbinder.html
index 18e9fd7..6bf1c58 100644
--- a/doc/s6-tcpserver4-socketbinder.html
+++ b/doc/s6-tcpserver4-socketbinder.html
@@ -30,7 +30,7 @@ socket to an IPv4 address and port, then executes a program.
</pre>
<ul>
- <li> s6-tcpserver4-socketbinder creates an TCP socket
+ <li> s6-tcpserver4-socketbinder creates a TCP socket
and binds it to IPv4 address <em>ip</em>, port <em>port</em>.
It prepares the socket to accept connections by calling
<a href="https://pubs.opengroup.org/onlinepubs/9699919799/functions/listen.html">listen()</a>. </li>