diff options
Diffstat (limited to 'doc/s6-setsid.html')
| -rw-r--r-- | doc/s6-setsid.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/s6-setsid.html b/doc/s6-setsid.html index 2a9e3d3..af10a57 100644 --- a/doc/s6-setsid.html +++ b/doc/s6-setsid.html @@ -69,7 +69,8 @@ message; it will exec into <em>prog</em> even if it cannot perform the operations. </li> <li> <tt>-d <em>ctty</em></tt> : assume file descriptor number <em>ctty</em> is -the controlling terminal for the current session. Default is 0. +the controlling terminal for the current session. (By default, the +value is obtained from <tt>/dev/tty</tt>.) This is only useful when used with the <tt>-f</tt> or <tt>-g</tt> options. </li> </ul> |
