[systemd-commits] 3 commits - TODO man/systemd.resource-control.xml man/systemd.scope.xml man/systemd.xml

Lennart Poettering lennart at kemper.freedesktop.org
Mon Sep 30 09:57:21 PDT 2013


 TODO                             |    2 ++
 man/systemd.resource-control.xml |    5 +++++
 man/systemd.scope.xml            |    5 +++++
 man/systemd.xml                  |    1 +
 4 files changed, 13 insertions(+)

New commits:
commit ba54bcb822fe1b6ab5c653d63dfdae706a28a128
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Sep 30 18:56:34 2013 +0200

    man: mention the systemd homepage from systemd(1)

diff --git a/man/systemd.xml b/man/systemd.xml
index 97ef768..fe6e331 100644
--- a/man/systemd.xml
+++ b/man/systemd.xml
@@ -1280,6 +1280,7 @@
         <refsect1>
                 <title>See Also</title>
                 <para>
+                        The <ulink url="http://www.freedesktop.org/wiki/Software/systemd/">systemd Homepage</ulink>,
                         <citerefentry><refentrytitle>systemd-system.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>locale.conf</refentrytitle><manvolnum>5</manvolnum></citerefentry>,
                         <citerefentry><refentrytitle>systemctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>,

commit 3efabbe47f3c10a9585a9fde46351a2bf9665f54
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Sep 30 18:54:12 2013 +0200

    update TODO

diff --git a/TODO b/TODO
index 25b7587..df4813c 100644
--- a/TODO
+++ b/TODO
@@ -54,6 +54,8 @@ CGroup Rework Completion:
 
 Features:
 
+* logind should forget about fb devices in favour of going drm only
+
 * move config_parse_path_strv() out of conf-parser.c
 
 * libdsystemd-bus should expose utf8 validation calls

commit ea021cc3ea7082786e764734bb344eebbd6f2caa
Author: Lennart Poettering <lennart at poettering.net>
Date:   Mon Sep 30 18:54:05 2013 +0200

    man: link cgroups api docs from relevant man pages

diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml
index de017a7..8688905 100644
--- a/man/systemd.resource-control.xml
+++ b/man/systemd.resource-control.xml
@@ -83,6 +83,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     resource control configuration options are configured in the
     [Slice], [Scope], [Service], [Socket], [Mount], or [Swap]
     sections, depending on the unit type.</para>
+
+    <para>See the <ulink
+    url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
+    Control Group Interfaces</ulink> for an introduction how to make
+    use of resource control APIs from programs.</para>
   </refsect1>
 
   <refsect1>
diff --git a/man/systemd.scope.xml b/man/systemd.scope.xml
index 9813e0a..392abbf 100644
--- a/man/systemd.scope.xml
+++ b/man/systemd.scope.xml
@@ -69,6 +69,11 @@ along with systemd; If not, see <http://www.gnu.org/licenses/>.
     be used to easily launch a command in a new scope unit from the
     command line.</para>
 
+    <para>See the <ulink
+    url="http://www.freedesktop.org/wiki/Software/systemd/ControlGroupInterface/">New
+    Control Group Interfaces</ulink> for an introduction how to make
+    use of scope units from programs.</para>
+
     <para>Unless <varname>DefaultDependencies=false</varname>
     is used, scope units will implicitly have dependencies of
     type <varname>Conflicts=</varname> and



More information about the systemd-commits mailing list