]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update lxc.containers.conf(5) in Japanese
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Sat, 12 Oct 2019 16:39:52 +0000 (01:39 +0900)
committerChristian Brauner <christian.brauner@ubuntu.com>
Mon, 2 Dec 2019 13:05:19 +0000 (14:05 +0100)
Update for commit 767bd70

Signed-off-by: KATOH Yasufumi <karma@jazz.email.ne.jp>
doc/ja/lxc.container.conf.sgml.in

index 7dd028e621b091f41cc629ee2cccd4fea8e7d28c..95f6f7ea5bb41e1f30bca68bd350c1b07037b53d 100644 (file)
@@ -1432,9 +1432,9 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
               <option>create=dir</option> と <option>create=file</option> は、マウントポイントをマウントする際にディレクトリもしくはファイルを作成します。
               <option>relative</option> を指定すると、マウントされたコンテナルートからの相対パスとして取得されます。
             </para>
-            <screen>
+            <programlisting>
               dev/null proc/kcore none bind,relative 0 0
-            </screen>
+            </programlisting>
             <para>
               <!--
               Will expand dev/null to ${<option>LXC_ROOTFS_MOUNT</option>}/dev/null,