mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-27 08:12:20 +00:00
Fix typo in lxc manpage
Reported-by: lintian Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
parent
129881b9d5
commit
0fe2983a45
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user