From ad493d03fed380ac151dacb53ddfd01a23aeacee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Mon, 26 Nov 2012 11:45:28 -0500 Subject: [PATCH] lxc.conf.sgml.in: Fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fix a typo in the previous lxc.conf.sgml.in change. Signed-off-by: Stéphane Graber --- doc/lxc.conf.sgml.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/lxc.conf.sgml.in b/doc/lxc.conf.sgml.in index eed07fc79..70b806d23 100644 --- a/doc/lxc.conf.sgml.in +++ b/doc/lxc.conf.sgml.in @@ -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 /dev. This allows the container's /dev 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 /dev (limited to 100k) and fill in a minimal set of initial devices.