diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:52:07 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:52:07 +0100 |
commit | 5a7419e025e4a6a7a8c1a40be353e9a3185fee22 (patch) | |
tree | 08d222e25a63cc10b95cce4ec4e196108b0c4fb6 /README | |
parent | info: overview and invoking (diff) | |
download | sleeping-getty-5a7419e025e4a6a7a8c1a40be353e9a3185fee22.tar.gz sleeping-getty-5a7419e025e4a6a7a8c1a40be353e9a3185fee22.tar.bz2 sleeping-getty-5a7419e025e4a6a7a8c1a40be353e9a3185fee22.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'README')
-rw-r--r-- | README | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ SYNOPSIS DESCRIPTION sleeping-getty shall wait until VTNO (a number of a virtual terminal) - becomes the foreground console. Then, it shall execv(3) to GETTY_COMMAND, + becomes the foreground console. Then, it shall execvp(3) to GETTY_COMMAND, with GETTY_COMMAND and all following arguments as the command line arguments. |