Commit ad493d03 by Stéphane Graber

lxc.conf.sgml.in: Fix typo

Fix a typo in the previous lxc.conf.sgml.in change. Signed-off-by: 's avatarStéphane Graber <stgraber@ubuntu.com>
parent c6883f38
...@@ -507,7 +507,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ...@@ -507,7 +507,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
By default, lxc does nothing with the container's By default, lxc does nothing with the container's
<filename>/dev</filename>. This allows the container's <filename>/dev</filename>. This allows the container's
<filename>/dev</filename> to be set up as needed in the container <filename>/dev</filename> to be set up as needed in the container
rootfs. If lxc.autodev is to 1, then after mounting the container's rootfs. If lxc.autodev is set to 1, then after mounting the container's
rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename> rootfs LXC will mount a fresh tmpfs under <filename>/dev</filename>
(limited to 100k) and fill in a minimal set of initial devices. (limited to 100k) and fill in a minimal set of initial devices.
</para> </para>
......
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