aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-22 13:22:10 +0100
committerMattias Andrée <m@maandree.se>2026-02-22 13:22:10 +0100
commitb0ca19259476bff635b7ebc1d12c96c5e37eef5e (patch)
tree273e1e37b3a36a394166d08dc58f742b3e64656e /README
parentUpdate e-mail (diff)
downloadsleeping-getty-a9457556961a9010d4a107f0bfd837edd7e9c33f.tar.gz
sleeping-getty-a9457556961a9010d4a107f0bfd837edd7e9c33f.tar.bz2
sleeping-getty-a9457556961a9010d4a107f0bfd837edd7e9c33f.tar.xz
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 5 insertions, 5 deletions
diff --git a/README b/README
index b0d99ff..8fce83d 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
NAME
- sleeping-getty - Do not start a fullblown getty before it is necessary
+ sleeping-getty - Do not start a full-blown getty before it is necessary
SYNOPSIS
sleeping-getty vtno getty-command [arguments] ...
@@ -11,7 +11,7 @@ DESCRIPTION
arguments.
Note that sleeping-getty works on VT:s, not TTY:s. It cannot wait for a
- serial console to become, active, only virtual terminals.
+ serial console to become active, only virtual terminals.
EXAMPLE
/sbin/sleeping-getty 15 /sbin/got tty15 TERM=linux
@@ -25,15 +25,15 @@ NOTES
of CPU cycles. This means, if naïvely used, that if you start
your computer, log in on tty1, and start X, and have startx
configured to start X on the next available VT. X will start
- on VT 2. This is probably not want you want. Instead you
+ on VT 2. This is probably not what you want. Instead you
should edit startx to ensure that a VT lower than a preferred
number (customarily 7) will not be used.
RATIONALE
It is nice to have a score or two of TTY:s available. However,
starting them, can require some unnecessary CPU time and will
- was memory until they are actually used. This becomes extra
- important on resource contained machines.
+ waste memory until they are actually used. This becomes extra
+ important on resource-constrained machines.
SEE ALSO
getty(8), mingetty(8), agetty(8), got(8), vtchs(1), inittab(5)