diff options
author | Mattias Andrée <maandree@member.fsf.org> | 2015-12-17 14:08:42 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@member.fsf.org> | 2015-12-17 14:08:42 +0100 |
commit | 40315833ec5e127beab2cc5ba88a290960e1f2b4 (patch) | |
tree | 48d825c6ec6ed294ec36e25f312f7202f5767095 /doc/info/chap/overview.texinfo | |
parent | add man page (diff) | |
download | vtchs-40315833ec5e127beab2cc5ba88a290960e1f2b4.tar.gz vtchs-40315833ec5e127beab2cc5ba88a290960e1f2b4.tar.bz2 vtchs-40315833ec5e127beab2cc5ba88a290960e1f2b4.tar.xz |
add info manual
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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/info/chap/overview.texinfo b/doc/info/chap/overview.texinfo new file mode 100644 index 0000000..937bfa9 --- /dev/null +++ b/doc/info/chap/overview.texinfo @@ -0,0 +1,9 @@ +@node Overview +@chapter Overview + +When @command{vtchs} starts, it prints the +number of the current console in the foreground. +Then, in an infinite loop, it waits for the user +to change console, and prints the number of the +new foregorund console when this happens. + |