~ubuntu-branches/ubuntu/quantal/lxc/quantal-201206191543

« back to all changes in this revision

Viewing changes to doc/lxc-console.sgml.in

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mto: (3.1.1 sid) (1.1.2 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-cwypusjsc1bg2hqk
ImportĀ upstreamĀ versionĀ 0.6.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
-->
25
25
 
26
 
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN">
 
26
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
 
27
 
 
28
<!ENTITY commonoptions SYSTEM "@builddir@/common_options.sgml">
 
29
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
 
30
]>
27
31
 
28
32
<refentry>
29
33
 
45
49
  <refsynopsisdiv>
46
50
    <cmdsynopsis>
47
51
      <command>lxc-console <replaceable>-n name</replaceable>
48
 
        <replaceable>-t ttynum</replaceable>
 
52
        <optional>-t ttynum</optional>
49
53
      </command>
50
54
    </cmdsynopsis>
51
55
  </refsynopsisdiv>
56
60
    <para>
57
61
      If the tty service has been configured and is available for the
58
62
      container specified as parameter, this command will launch a
59
 
      console allowing to log to the container.
 
63
      console allowing to log on the container.
60
64
    </para>
61
65
 
62
66
    <para>
80
84
 
81
85
      <varlistentry>
82
86
        <term>
83
 
          <option>-n <replaceable>name</replaceable></option>
84
 
        </term>
85
 
        <listitem>
86
 
          <para>
87
 
            Specify the container name to open a console.
88
 
          </para>
89
 
        </listitem>
90
 
      </varlistentry>
91
 
 
92
 
      <varlistentry>
93
 
        <term>
94
 
          <option>-t <replaceable>ttynum</replaceable></option>
95
 
        </term>
96
 
        <listitem>
97
 
          <para>
98
 
            Specify the tty number to connect.
 
87
          <option>-t <optional>ttynum</optional></option>
 
88
        </term>
 
89
        <listitem>
 
90
          <para>
 
91
            Specify the tty number to connect, if not specified a tty
 
92
            number will be automatically choosen by the container.
99
93
          </para>
100
94
        </listitem>
101
95
      </varlistentry>
104
98
 
105
99
  </refsect1>
106
100
 
 
101
  &commonoptions;
 
102
 
107
103
  <refsect1>
108
104
    <title>Diagnostic</title>
109
105
 
124
120
 
125
121
  </refsect1>
126
122
 
127
 
  <refsect1>
128
 
    <title>See Also</title>
129
 
 
130
 
    <simpara>    
131
 
      <citerefentry>
132
 
        <refentrytitle><command>lxc.conf</command></refentrytitle>
133
 
        <manvolnum>5</manvolnum>
134
 
      </citerefentry>
135
 
    </simpara>
136
 
 
137
 
 
138
 
  </refsect1>
 
123
  &seealso;
139
124
 
140
125
  <refsect1>
141
126
    <title>Author</title>