]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update the man according new devpts instance
authordlezcano <dlezcano>
Thu, 12 Feb 2009 14:48:25 +0000 (14:48 +0000)
committerdlezcano <dlezcano>
Thu, 12 Feb 2009 14:48:25 +0000 (14:48 +0000)
From: Daniel Lezcano <dlezcano@fr.ibm.com>

Update the man page with the new devpts instance option.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
doc/lxc.conf.sgml.in

index a6166948816ca286eae9184ae901eaf6d7a40233..66ea4d546cdcb5f5dc34b710816cea7636ea1cdd 100644 (file)
@@ -243,6 +243,31 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
     </refsect2>
 
+    <refsect2>
+      <title>New pseudo tty instance (devpts)</title>
+      <para>
+       For stricter isolation the container can have its own private
+       instance of the pseudo tty.
+      </para>
+      <variablelist>
+       <varlistentry>
+         <term>
+           <option>lxc.pts</option>
+         </term>
+         <listitem>
+           <para>
+             Specify the container should have a new pseudo tty
+             instance making this private to it. The value specified
+             is ignored for but it is preferable to specify a
+             consistent value representing the maximum number of
+             pseudo tty allowed for pts instance either if it is
+             ignored for now.
+           </para>
+         </listitem>
+       </varlistentry>
+      </variablelist>
+    </refsect2>
+
     <refsect2>
       <title>Console through the ttys</title>
       <para>