From: Michel Normand Date: Tue, 24 Nov 2009 08:47:27 +0000 (+0100) Subject: lxc-ps typo in man lxc X-Git-Tag: lxc_0_6_4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83c2e175242f590ef8984174fe62fa13720ea654;p=thirdparty%2Flxc.git lxc-ps typo in man lxc Fix bad name parameter in the lxc-ps man page. Signed-off-by: Michel Normand Signed-off-by: Daniel Lezcano --- diff --git a/doc/lxc.sgml.in b/doc/lxc.sgml.in index 33d6845ff..2c73aea45 100644 --- a/doc/lxc.sgml.in +++ b/doc/lxc.sgml.in @@ -495,7 +495,7 @@ rootfs for i in $(lxc-ls -1); do - lxc-ps -n $i --forest + lxc-ps --name $i --forest done