[systemd-commits] 2 commits - man/machine-info.xml man/systemd-timesyncd.service.xml

Zbigniew Jędrzejewski-Szmek zbyszek at kemper.freedesktop.org
Thu Jan 8 12:46:45 PST 2015


 man/machine-info.xml              |    5 +++--
 man/systemd-timesyncd.service.xml |   15 +++++++++++++++
 2 files changed, 18 insertions(+), 2 deletions(-)

New commits:
commit de59d29e8abc32ff8e5de6a36ddf9d04d63ccb47
Author: Peter Mattern <matternp at arcor.de>
Date:   Sat Dec 20 15:09:19 2014 +0100

    man: add hostnamed chassis type "embedded" to machine-info(5)
    
    man machine-info lacks hostnamed chassis type "embedded" as introduced in 218. The following lines should fix this.

diff --git a/man/machine-info.xml b/man/machine-info.xml
index c654daa..4dd3741 100644
--- a/man/machine-info.xml
+++ b/man/machine-info.xml
@@ -138,8 +138,9 @@
                                 <literal>laptop</literal>,
                                 <literal>server</literal>,
                                 <literal>tablet</literal>,
-				<literal>handset</literal>,
-				<literal>watch</literal>, as well as
+                                <literal>handset</literal>,
+                                <literal>watch</literal>, and
+                                <literal>embedded</literal> as well as
                                 the special chassis types
                                 <literal>vm</literal> and
                                 <literal>container</literal> for

commit d9215d05f7206d04b4af2da3d4bdcaceeacd436a
Author: Zbigniew Jędrzejewski-Szmek <zbyszek at in.waw.pl>
Date:   Thu Jan 8 14:45:57 2015 -0500

    man: mention where timesyncd keeps the timestamp

diff --git a/man/systemd-timesyncd.service.xml b/man/systemd-timesyncd.service.xml
index 47e243c..f4ebccd 100644
--- a/man/systemd-timesyncd.service.xml
+++ b/man/systemd-timesyncd.service.xml
@@ -77,6 +77,21 @@
         </refsect1>
 
         <refsect1>
+                <title>Files</title>
+
+                <variablelist>
+                        <varlistentry>
+                                <term><filename>/var/lib/systemd/clock</filename></term>
+
+                                <listitem>
+                                        <para>This file contains the timestamp of last
+                                        successful synchronization.</para>
+                                </listitem>
+                        </varlistentry>
+                </variablelist>
+        </refsect1>
+
+        <refsect1>
                 <title>See Also</title>
                 <para>
                         <citerefentry><refentrytitle>systemd</refentrytitle><manvolnum>1</manvolnum></citerefentry>,



More information about the systemd-commits mailing list