Commit 83c2e175 by Michel Normand Committed by Daniel Lezcano

lxc-ps typo in man lxc

Fix bad name parameter in the lxc-ps man page. Signed-off-by: 's avatarMichel Normand <michel.mno@free.fr> Signed-off-by: 's avatarDaniel Lezcano <dlezcano@fr.ibm.com>
parent fa082227
...@@ -495,7 +495,7 @@ rootfs ...@@ -495,7 +495,7 @@ rootfs
<programlisting> <programlisting>
for i in $(lxc-ls -1); do for i in $(lxc-ls -1); do
lxc-ps -n $i --forest lxc-ps --name $i --forest
done done
</programlisting> </programlisting>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment