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.html | |
parent | e75d06de207e9afe4259d5e731cb77ae25faf003 (diff) | |
download | s6-networking-ebb50dc335bcbd563b4e7f4f2083f2af484a893a.tar.xz |
Doc fixes, thanks flexibeast
Diffstat (limited to 'doc/s6-tcpserver4.html')
-rw-r--r-- | doc/s6-tcpserver4.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/s6-tcpserver4.html b/doc/s6-tcpserver4.html index 1914ff0..bc1bd5e 100644 --- a/doc/s6-tcpserver4.html +++ b/doc/s6-tcpserver4.html @@ -85,10 +85,10 @@ connection attempts will rejected by the kernel. </li> supplementary group list to <em>gidlist</em> after binding the socket. This is only valid when run as root. <em>gidlist</em> must be a comma-separated list of numerical group IDs. </li> - <li> <tt>-g <em>gid</em></tt> : change s6-tcpserver4's groupid + <li> <tt>-g <em>gid</em></tt> : change s6-tcpserver4's group id to <em>gid</em> after binding the socket. This is only valid when run as root. </li> - <li> <tt>-u <em>uid</em></tt> : change s6-tcpserver4's userid + <li> <tt>-u <em>uid</em></tt> : change s6-tcpserver4's user id to <em>uid</em> after binding the socket. This is only valid when run as root. </li> <li> <tt>-U</tt> : change s6-tcpserver4's user id, group id and |