Commit 95f0d48f by Serge Hallyn

Merge pull request #832 from stgraber/master

Fix typo in lxc manpage
parents aaae118e 0fe2983a
......@@ -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