Fix typo in lxc manpage

Reported-by: lintian Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent 129881b9
......@@ -690,7 +690,7 @@ rootfs
<para>
<!--
Here is an example on how the combination of these commands
allow to list all the containers and retrieve their state.
allows one to list all the containers and retrieve their state.
<programlisting>
for i in $(lxc-ls -1); do
lxc-info -n $i
......
......@@ -675,7 +675,7 @@ rootfs
<para>
<!--
Here is an example on how the combination of these commands
allow to list all the containers and retrieve their state.
allows one to list all the containers and retrieve their state.
<programlisting>
for i in $(lxc-ls -1); do
lxc-info -n $i
......
......@@ -458,7 +458,7 @@ rootfs
<para>
Here is an example on how the combination of these commands
allow to list all the containers and retrieve their state.
allows one to list all the containers and retrieve their state.
<programlisting>
for i in $(lxc-ls -1); do
lxc-info -n $i
......
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