diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-04 14:13:58 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-11-04 14:13:58 +0100 |
commit | 834aba3b72cb0e45153b95fed991522f7f1986c9 (patch) | |
tree | 64933338d889ae66ec0f8b7a85efc391d36d57b4 /loginutils | |
parent | 79e2598c48ad7e41d523f62368454c7d74f48268 (diff) | |
download | busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.tar.gz busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.tar.bz2 busybox-w32-834aba3b72cb0e45153b95fed991522f7f1986c9.zip |
comment and readme updates
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'loginutils')
-rw-r--r-- | loginutils/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/loginutils/README b/loginutils/README index ce8851097..847b371b3 100644 --- a/loginutils/README +++ b/loginutils/README | |||
@@ -23,7 +23,7 @@ Getty should establish a new session and process group, and ensure | |||
23 | that tty is a ctty. | 23 | that tty is a ctty. |
24 | 24 | ||
25 | ??? Should getty ensure that other processes which might have opened | 25 | ??? Should getty ensure that other processes which might have opened |
26 | fds to this tty be dusconnected? agetty has a -R option which makes | 26 | fds to this tty be disconnected? agetty has a -R option which makes |
27 | agetty call vhangup() after tty is opened. (Then agetty opens it again, | 27 | agetty call vhangup() after tty is opened. (Then agetty opens it again, |
28 | since it probably vhangup'ed its own fd too). | 28 | since it probably vhangup'ed its own fd too). |
29 | 29 | ||