diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2021-02-04 10:37:39 +0000 |
commit | ebb50dc335bcbd563b4e7f4f2083f2af484a893a (patch) | |
tree | 8960bdaf70257092c343c8a59234a8a0ff8d257a /doc/s6-tcpserver4-socketbinder.html | |
parent | e75d06de207e9afe4259d5e731cb77ae25faf003 (diff) | |
download | s6-networking-ebb50dc335bcbd563b4e7f4f2083f2af484a893a.tar.xz |
Doc fixes, thanks flexibeast
Diffstat (limited to 'doc/s6-tcpserver4-socketbinder.html')
-rw-r--r-- | doc/s6-tcpserver4-socketbinder.html | 2 |
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> |