diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:50:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-19 01:50:38 +0100 |
commit | dff1ffd8cca0cf454a084336ef51cbd80139f65e (patch) | |
tree | 8b1aa49eb2306914ccb843cf449ee9a8e1ed298a /doc/info/chap/overview.texinfo | |
parent | empty texinfo manual (diff) | |
download | sleeping-getty-dff1ffd8cca0cf454a084336ef51cbd80139f65e.tar.gz sleeping-getty-dff1ffd8cca0cf454a084336ef51cbd80139f65e.tar.bz2 sleeping-getty-dff1ffd8cca0cf454a084336ef51cbd80139f65e.tar.xz |
info: overview and invoking
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
Diffstat (limited to 'doc/info/chap/overview.texinfo')
-rw-r--r-- | doc/info/chap/overview.texinfo | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo index 85d90c9..17a8f86 100644 --- a/doc/info/chap/overview.texinfo +++ b/doc/info/chap/overview.texinfo @@ -1,5 +1,15 @@ @node Overview @chapter Overview -@command{sleeping-getty} +@command{sleeping-getty} waits until a selected +virtual terminal is brought to the foreground. +Then, or if the process started with this +virtual terminal in the foreground, the process +changes image to a getty program. + +This is used to save CPU cycles during boot +to get a smoother boot, which is important if +your getty program does a lot of things, or if +your computer is not too powerful. It also +reduces the memory footprint. |