From: Dwight Engen Date: Fri, 4 Jan 2013 20:23:23 +0000 (-0500) Subject: document lxc-console escape sequence and argument X-Git-Tag: lxc-0.9.0.alpha3~1^2~74 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=768487891f16c539954f871ef2e36ebd5556ccb2;p=thirdparty%2Flxc.git document lxc-console escape sequence and argument Signed-off-by: Dwight Engen Acked-by: Stéphane Graber --- diff --git a/doc/lxc-console.sgml.in b/doc/lxc-console.sgml.in index 7b32e0820..ca2539f17 100644 --- a/doc/lxc-console.sgml.in +++ b/doc/lxc-console.sgml.in @@ -50,6 +50,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA lxc-console -n name + -e escape character -t ttynum @@ -66,8 +67,8 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA The available tty are free slots taken by this command. That means if the container has four ttys available and the command - has been launched four times taking the different tty, the fifth - command will fail because no console will be available. + has been launched four times each taking a different tty, the + fifth command will fail because no console will be available. @@ -76,12 +77,30 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA the state it was before the disconnection. + + A keyboard escape sequence may be used to disconnect from the tty + and quit lxc-console. The default escape sequence is <Ctrl+a q>. + + Options + + + + + + + Specify the escape sequence prefix to use instead of + <Ctrl a>. + This may be given as '^letter' or just 'letter'. For example + to use <Ctrl+b q> as the escape sequence use -e '^b'. + + +