diff options
author | Michel Normand <normand@fr.ibm.com> | 2009-11-24 09:47:27 +0100 |
---|---|---|
committer | Daniel Lezcano <dlezcano@fr.ibm.com> | 2009-11-24 09:47:27 +0100 |
commit | 83c2e175242f590ef8984174fe62fa13720ea654 (patch) | |
tree | 38c6872eb403627fdba5664fb64655c5d226490d /doc | |
parent | lxc-info to report the FROZEN state (diff) | |
download | lxc-83c2e175242f590ef8984174fe62fa13720ea654.tar.gz lxc-83c2e175242f590ef8984174fe62fa13720ea654.tar.bz2 lxc-83c2e175242f590ef8984174fe62fa13720ea654.zip |
lxc-ps typo in man lxclxc_0_6_4
Fix bad name parameter in the lxc-ps man page.
Signed-off-by: Michel Normand <michel.mno@free.fr>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/lxc.sgml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index 33d6845..2c73aea 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -495,7 +495,7 @@ rootfs <programlisting> for i in $(lxc-ls -1); do - lxc-ps -n $i --forest + lxc-ps --name $i --forest done </programlisting> |