~ubuntu-branches/ubuntu/quantal/lxc/quantal-201208301614

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Guido Trotter
  • Date: 2009-07-25 12:24:30 UTC
  • mfrom: (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 5.
  • Revision ID: james.westby@ubuntu.com-20090725122430-s2mijwddl8nwseue
* New Upstream Version
* Remove duplicate build-dependency on autotools-dev
* Build depend on linux-libc-dev
* Disable checking of netlink headers from configure
  (currently fails under sid)
* Upgrade standards-version to 3.8.2

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
 
88
92
 
89
93
      <varlistentry>
90
94
        <term>
91
 
          <option>-n <replaceable>name</replaceable></option>
92
 
        </term>
93
 
        <listitem>
94
 
          <para>
95
 
            Specify the container name to be executed.
96
 
          </para>
97
 
        </listitem>
98
 
      </varlistentry>
99
 
 
100
 
      <varlistentry>
101
 
        <term>
102
95
          <option>-f <replaceable>config_file</replaceable></option>
103
96
        </term>
104
97
        <listitem>
113
106
 
114
107
  </refsect1>
115
108
 
 
109
  &commonoptions;
 
110
 
116
111
  <refsect1>
117
112
    <title>Diagnostic</title>
118
113
 
133
128
 
134
129
  </refsect1>
135
130
 
136
 
  <refsect1>
137
 
    <title>See Also</title>
138
 
 
139
 
    <simpara>    
140
 
      <citerefentry>
141
 
        <refentrytitle><command>lxc-create</command></refentrytitle>
142
 
        <manvolnum>1</manvolnum>
143
 
      </citerefentry>,
144
 
 
145
 
      <citerefentry>
146
 
        <refentrytitle><command>lxc-destroy</command></refentrytitle>
147
 
        <manvolnum>1</manvolnum>
148
 
      </citerefentry>,
149
 
 
150
 
      <citerefentry>
151
 
        <refentrytitle><command>lxc-start</command></refentrytitle>
152
 
        <manvolnum>1</manvolnum>
153
 
      </citerefentry>,
154
 
 
155
 
      <citerefentry>
156
 
        <refentrytitle><command>lxc-stop</command></refentrytitle>
157
 
        <manvolnum>1</manvolnum>
158
 
      </citerefentry>,
159
 
 
160
 
      <citerefentry>
161
 
        <refentrytitle><command>lxc.conf</command></refentrytitle>
162
 
        <manvolnum>5</manvolnum>
163
 
      </citerefentry>
164
 
 
165
 
    </simpara>
166
 
 
167
 
 
168
 
  </refsect1>
 
131
  &seealso;
169
132
 
170
133
  <refsect1>
171
134
    <title>Author</title>