aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2015-12-19 01:23:42 +0100
committerMattias Andrée <maandree@member.fsf.org>2015-12-19 01:23:42 +0100
commit73e9aed0cb6cd930d1b84575223bc0c2599199ef (patch)
tree698b20c96e9d2ddbc90b1970b4285ec994265c04
parentadd readme (diff)
downloadsleeping-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--README6
1 files changed, 3 insertions, 3 deletions
diff --git a/README b/README
index d4aee14..bda5a66 100644
--- a/README
+++ b/README
@@ -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)