diff options
author | Mattias Andrée <maandree@kth.se> | 2017-12-10 23:55:26 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2017-12-10 23:55:26 +0100 |
commit | f7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a (patch) | |
tree | 5ee68c7907baf8666d5d585ae491129ffcfdb6e5 /README | |
parent | update news and makefile (diff) | |
download | sleeping-getty-f7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a.tar.gz sleeping-getty-f7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a.tar.bz2 sleeping-getty-f7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a.tar.xz |
Simplify and cahgne license1.1
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to '')
-rw-r--r-- | README | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -2,12 +2,12 @@ NAME sleeping-getty - Do not start a fullblown getty before it is necessary SYNOPSIS - sleeping-getty VTNO GETTY_COMMAND... + sleeping-getty vtno getty-command [arguments] ... DESCRIPTION - sleeping-getty shall wait until VTNO (a number of a virtual terminal) - becomes the foreground console. Then, it shall execvp(3) to GETTY_COMMAND, - with GETTY_COMMAND and all following arguments as the command line + sleeping-getty shall wait until vtno (a number of a virtual terminal) + becomes the foreground console. Then, it shall execvp(3) to getty-command, + with getty-command and all following arguments as the command line arguments. Note that sleeping-getty works on VT:s, not TTY:s. It cannot wait for a @@ -37,4 +37,3 @@ RATIONALE SEE ALSO getty(8), mingetty(8), agetty(8), got(8), vtchs(1), inittab(5) - |