]> git.proxmox.com Git - mirror_lxc.git/blobdiff - doc/lxc-console.sgml.in
spelling: output
[mirror_lxc.git] / doc / lxc-console.sgml.in
index ca2539f170d48af204487e28d36fcca453de10a7..8f0bb1f91434e5c9499dcb14b46dff0fd73cb5c9 100644 (file)
@@ -5,7 +5,7 @@ lxc: linux Container library
 (C) Copyright IBM Corp. 2007, 2008
 
 Authors:
-Daniel Lezcano <dlezcano at fr.ibm.com>
+Daniel Lezcano <daniel.lezcano at free.fr>
 
 This library is free software; you can redistribute it and/or
 modify it under the terms of the GNU Lesser General Public
@@ -19,11 +19,11 @@ Lesser General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public
 License along with this library; if not, write to the Free Software
-Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
+Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
 
 -->
 
-<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+<!DOCTYPE refentry PUBLIC @docdtd@ [
 
 <!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
 <!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
@@ -77,6 +77,12 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       the state it was before the disconnection.
     </para>
 
+    <para>
+      A <replaceable>ttynum</replaceable> of 0 may be given to attach
+      to the container's /dev/console instead of its
+      dev/tty&lt;<replaceable>ttynum</replaceable>&gt;.
+    </para>
+
     <para>
       A keyboard escape sequence may be used to disconnect from the tty
       and quit lxc-console. The default escape sequence is &lt;Ctrl+a q&gt;.
@@ -90,7 +96,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
       <varlistentry>
        <term>
-         <option>-e <optional><replaceable>escape character</replaceable></optional></option>
+         <option>-e, --escape <replaceable>escape character</replaceable></option>
        </term>
        <listitem>
          <para>
@@ -103,12 +109,13 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
       </varlistentry>
       <varlistentry>
        <term>
-         <option>-t <optional><replaceable>ttynum</replaceable></optional></option>
+         <option>-t, --tty <replaceable>ttynum</replaceable></option>
        </term>
        <listitem>
          <para>
-           Specify the tty number to connect, if not specified a tty
-           number will be automatically choosen by the container.
+           Specify the tty number to connect to or 0 for the console. If not
+           specified the next available tty number will be automatically
+           chosen by the container.
          </para>
        </listitem>
       </varlistentry>