[systemd-commits] 2 commits - man/systemd.unit.xml
Lennart Poettering
lennart at kemper.freedesktop.org
Fri Jul 2 08:23:27 PDT 2010
man/systemd.unit.xml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
New commits:
commit 5f2ee303af731f442b06843428aa8b209ffd3a53
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Jul 2 17:23:19 2010 +0200
man: refer to snapshot man page from unit man page
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index d7e62e6..cd61823 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -56,7 +56,8 @@
<filename>systemd.swap</filename>,
<filename>systemd.target</filename>,
<filename>systemd.path</filename>,
- <filename>systemd.timer</filename></para>
+ <filename>systemd.timer</filename>,
+ <filename>systemd.snapshot</filename></para>
</refsynopsisdiv>
<refsect1>
@@ -549,7 +550,8 @@
<citerefentry><refentrytitle>systemd.swap</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd.target</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
<citerefentry><refentrytitle>systemd.path</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
- <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>
+ <citerefentry><refentrytitle>systemd.timer</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
+ <citerefentry><refentrytitle>systemd.snapshot</refentrytitle><manvolnum>5</manvolnum></citerefentry>
</para>
</refsect1>
commit 6cbdbc5f22b54933570e064bc02a5f205f938619
Author: Lennart Poettering <lennart at poettering.net>
Date: Fri Jul 2 17:19:52 2010 +0200
man: minor fixes
diff --git a/man/systemd.unit.xml b/man/systemd.unit.xml
index a52e3e9..d7e62e6 100644
--- a/man/systemd.unit.xml
+++ b/man/systemd.unit.xml
@@ -94,7 +94,7 @@
additional information in the unit files.</para>
<para>Boolean arguments used in unit files can be
- written in various forms. For positive settings the
+ written in various formats. For positive settings the
strings <option>1</option>, <option>yes</option>,
<option>true</option> and <option>on</option> are
equivalent. For negative settings the strings
@@ -509,7 +509,7 @@
effect that when the listed unit name
is activated the unit listing it is
activated
- to. <command>WantedBy=foo.service</command>
+ too. <command>WantedBy=foo.service</command>
in a service
<filename>bar.service</filename> is
mostly equivalent to
More information about the systemd-commits
mailing list