]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
doc: Add lxc.time.offset.* to Japanese lxc.container.conf(5) 3462/head
authorKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 26 Jun 2020 05:24:28 +0000 (14:24 +0900)
committerKATOH Yasufumi <karma@jazz.email.ne.jp>
Fri, 26 Jun 2020 05:24:28 +0000 (14:24 +0900)
and fix a type in English man page.
Update for commit 7fb5a8dfd2dcacd840921fcecdaad34cefad7a68

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

index 1e61ff0952ad92364799ec628d0376f30ddcbd3e..22cfe95f757cfb0d5e280f8e8451b1b70c15a5f8 100644 (file)
@@ -2417,6 +2417,39 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
 
           </listitem>
         </varlistentry>
+
+        <varlistentry>
+          <term>
+            <option>lxc.time.offset.boot</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+            Specify a positive or negative offset for the boottime clock. The
+            format accepts hours (h), minutes (m), seconds (s),
+            milliseconds (ms), microseconds (us), and nanoseconds (ns).
+                -->
+              ブートタイム(boottime)クロックの正または負のオフセット値を指定します。フォーマットは、時(h)、分(m)、秒(s)、ミリ秒(ms)、マイクロ秒(us)、ナノ秒(ns)を指定できます。
+            </para>
+          </listitem>
+        </varlistentry>
+
+        <varlistentry>
+          <term>
+            <option>lxc.time.offset.monotonic</option>
+          </term>
+          <listitem>
+            <para>
+              <!--
+            Specify a positive or negative offset for the montonic clock. The
+            format accepts hours (h), minutes (m), seconds (s),
+            milliseconds (ms), microseconds (us), and nanoseconds (ns).
+                -->
+              monotonicクロックの正または負のオフセット値を指定します。フォーマットは、時(h)、分(m)、秒(s)、ミリ秒(ms)、マイクロ秒(us)、ナノ秒(ns)を指定できます。
+            </para>
+          </listitem>
+        </varlistentry>
+
       </variablelist>
     </refsect2>
 
index b81e1a6153885f0b519659c2b1d53bf4415056c6..94200bacc0f4b37d4581b572b9b466a5d3f7cbc8 100644 (file)
@@ -1826,7 +1826,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
           </term>
           <listitem>
             <para>
-           Specify a positive or negative offset for the montonic clock. The
+           Specify a positive or negative offset for the monotonic clock. The
            format accepts hours (h), minutes (m), seconds (s),
            milliseconds (ms), microseconds (us), and nanoseconds (ns).
             </para>