Fix typo in lxc manpage

Reported-by: lintian
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
Stéphane Graber 2016-02-19 23:37:07 -05:00
parent 129881b9d5
commit 0fe2983a45
No known key found for this signature in database
GPG Key ID: C638974D64792D67
3 changed files with 3 additions and 3 deletions

View File

@ -690,7 +690,7 @@ rootfs
<para> <para>
<!-- <!--
Here is an example on how the combination of these commands 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> <programlisting>
for i in $(lxc-ls -1); do for i in $(lxc-ls -1); do
lxc-info -n $i lxc-info -n $i

View File

@ -675,7 +675,7 @@ rootfs
<para> <para>
<!-- <!--
Here is an example on how the combination of these commands 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> <programlisting>
for i in $(lxc-ls -1); do for i in $(lxc-ls -1); do
lxc-info -n $i lxc-info -n $i

View File

@ -458,7 +458,7 @@ rootfs
<para> <para>
Here is an example on how the combination of these commands 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> <programlisting>
for i in $(lxc-ls -1); do for i in $(lxc-ls -1); do
lxc-info -n $i lxc-info -n $i