diff options
author | Lennart Poettering <lennart@poettering.net> | 2013-09-30 18:54:05 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2013-09-30 18:57:04 +0200 |
commit | ea021cc3ea7082786e764734bb344eebbd6f2caa (patch) | |
tree | 7aa97bafcf7a9571783448b87b485a84832eaa59 | |
parent | 4469ff4adebbed4778e7fe767f0165776c1ba62a (diff) |
man: link cgroups api docs from relevant man pages
-rw-r--r-- | man/systemd.resource-control.xml | 5 | ||||
-rw-r--r-- | man/systemd.scope.xml | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/man/systemd.resource-control.xml b/man/systemd.resource-control.xml index de017a72fd..868890590d 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 9813e0a696..392abbf151 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 |