diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:23:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:23:42 +0100 |
commit | 73e9aed0cb6cd930d1b84575223bc0c2599199ef (patch) | |
tree | 698b20c96e9d2ddbc90b1970b4285ec994265c04 | |
parent | add readme (diff) | |
download | sleeping-getty-73e9aed0cb6cd930d1b84575223bc0c2599199ef.tar.gz sleeping-getty-73e9aed0cb6cd930d1b84575223bc0c2599199ef.tar.bz2 sleeping-getty-73e9aed0cb6cd930d1b84575223bc0c2599199ef.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r-- | README | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5,12 +5,12 @@ SYNOPSIS sleeping-getty VTNO GETTY_COMMAND... DESCRIPTION - sleeping-getty shall wait until VTNO (an number of a virtual terminal) + sleeping-getty shall wait until VTNO (a number of a virtual terminal) becomes the foreground console. Then, it shall execv(3) to GETTY_COMMAND, with GETTY_COMMAND and all following arguments as the command line arguments. - Note that this program ways on VT:s, not TTY:s. It cannot wait for a + Note that sleeping-getty works on VT:s, not TTY:s. It cannot wait for a serial console to become, active, only virtual terminals. EXAMPLE @@ -27,5 +27,5 @@ RATIONALE important on resource contained machines. SEE ALSO - getty(8), mingetty(8), agetty(8), got(8), vtchs(1) + getty(8), mingetty(8), agetty(8), got(8), vtchs(1), inittab(5) |