~serge-hallyn/ubuntu/saucy/lxc/lxc-dnsmasq

« back to all changes in this revision

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

  • Committer: Stéphane Graber
  • Date: 2013-02-18 15:20:18 UTC
  • mto: This revision was merged to the branch mainline in revision 190.
  • Revision ID: stgraber@ubuntu.com-20130218152018-ls2gi9hkqs2kuhj8
Tags: upstream-0.9.0~alpha3
Import upstream version 0.9.0~alpha3

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
<!-- 
 
2
<!--
3
3
 
4
4
lxc: linux Container library
5
5
 
24
24
 
25
25
-->
26
26
 
27
 
<!DOCTYPE refentry PUBLIC "-//Davenport//DTD DocBook V3.0//EN" [
 
27
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
28
28
 
29
29
<!ENTITY seealso SYSTEM "@builddir@/see_also.sgml">
30
30
]>
48
48
 
49
49
  <refsynopsisdiv>
50
50
    <cmdsynopsis>
51
 
      <command>lxc-ps <optional>--name name</optional>
52
 
        <optional>--lxc</optional>
53
 
        <optional>ps option</optional>
54
 
      </command>
 
51
      <command>lxc-ps</command>
 
52
      <arg choice="opt">--name <replaceable>name</replaceable></arg>
 
53
      <arg choice="opt">--lxc</arg>
 
54
      <arg choice="opt">-- ps option</arg>
55
55
    </cmdsynopsis>
56
56
  </refsynopsisdiv>
57
57
 
58
58
  <refsect1>
59
59
    <title>Description</title>
60
60
    <para>
61
 
      <command>lxc-ps</command> is a wrapper tp ps command
 
61
      <command>lxc-ps</command> is a wrapper to the ps command
62
62
        to report the name of lxc container associated
63
63
        to reported processes.
64
64
    </para>
81
81
 
82
82
      <varlistentry>
83
83
        <term>
84
 
          <option><replaceable>--name NAME</replaceable></option>
 
84
          <option>-n, --name <replaceable>name</replaceable></option>
85
85
        </term>
86
86
        <listitem>
87
87
          <para>
88
 
            specify the container <replaceable>NAME</replaceable>
89
 
            to limit the output to the processes belonging 
90
 
            to this container name.         
 
88
            specify the container <replaceable>name</replaceable>
 
89
            to limit the output to the processes belonging
 
90
            to this container name.     
91
91
          </para>
92
92
        </listitem>
93
93
      </varlistentry>
94
94
 
95
95
      <varlistentry>
96
96
        <term>
97
 
          <option><replaceable>--lxc</replaceable></option>
 
97
          <option>--lxc</option>
98
98
        </term>
99
99
        <listitem>
100
100
          <para>
101
 
            limit the output to the processes belonging 
 
101
            limit the output to the processes belonging
102
102
            to all lxc containers.
103
103
          </para>
104
104
        </listitem>
139
139
  <refsect1>
140
140
    <title>See Also</title>
141
141
 
142
 
    <simpara>    
 
142
    <simpara>
143
143
      <citerefentry>
144
144
        <refentrytitle>ps</refentrytitle>
145
145
        <manvolnum>1</manvolnum>