aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2017-12-10 23:55:26 +0100
committerMattias Andrée <maandree@kth.se>2017-12-10 23:55:26 +0100
commitf7f87b788bdfdaed3e69b60fd9ce9d2c17b06e0a (patch)
tree5ee68c7907baf8666d5d585ae491129ffcfdb6e5 /README
parentupdate news and makefile (diff)
downloadsleeping-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--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index b80b92d..b0d99ff 100644
--- a/README
+++ b/README
@@ -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)
-