summaryrefslogtreecommitdiff
path: root/doc/s6-tcpserver4-socketbinder.html
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2021-02-04 10:37:39 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2021-02-04 10:37:39 +0000
commitebb50dc335bcbd563b4e7f4f2083f2af484a893a (patch)
tree8960bdaf70257092c343c8a59234a8a0ff8d257a /doc/s6-tcpserver4-socketbinder.html
parente75d06de207e9afe4259d5e731cb77ae25faf003 (diff)
downloads6-networking-ebb50dc335bcbd563b4e7f4f2083f2af484a893a.tar.xz
Doc fixes, thanks flexibeast
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>