1
0
mirror of https://github.com/systemd/systemd.git synced 2024-12-22 17:35:35 +03:00

man: fix broken kernel document links (#7892)

This commit is contained in:
John Lin 2018-01-16 17:29:35 +08:00 committed by Yu Watanabe
parent 13e0f9fe83
commit 3c887f9733
4 changed files with 4 additions and 4 deletions

View File

@ -69,7 +69,7 @@
<para>Each file contains a list of binfmt_misc kernel binary <para>Each file contains a list of binfmt_misc kernel binary
format rules. Consult <ulink format rules. Consult <ulink
url="https://www.kernel.org/doc/Documentation/binfmt_misc.txt">binfmt_misc.txt</ulink> url="https://www.kernel.org/doc/Documentation/admin-guide/binfmt-misc.rst">binfmt-misc.rst</ulink>
for more information on registration of additional binary formats for more information on registration of additional binary formats
and how to write rules.</para> and how to write rules.</para>

View File

@ -369,7 +369,7 @@
<para><function>sd_bus_creds_get_cgroup()</function> will retrieve <para><function>sd_bus_creds_get_cgroup()</function> will retrieve
the control group path. See <ulink the control group path. See <ulink
url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink>. url="https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt">cgroups.txt</ulink>.
</para> </para>
<para><function>sd_bus_creds_get_unit()</function> will retrieve <para><function>sd_bus_creds_get_unit()</function> will retrieve

View File

@ -75,7 +75,7 @@
sufficient to redirect the kernel console with a kernel command sufficient to redirect the kernel console with a kernel command
line argument such as <varname>console=</varname> to get both line argument such as <varname>console=</varname> to get both
kernel messages and a getty prompt on a serial TTY. See <ulink kernel messages and a getty prompt on a serial TTY. See <ulink
url="https://www.kernel.org/doc/Documentation/kernel-parameters.txt"><filename>kernel-parameters.txt</filename></ulink> url="https://www.kernel.org/doc/Documentation/admin-guide/kernel-parameters.txt"><filename>kernel-parameters.txt</filename></ulink>
for more information on the <varname>console=</varname> kernel for more information on the <varname>console=</varname> kernel
parameter.</para> parameter.</para>

View File

@ -405,7 +405,7 @@
<para>Processes systemd spawns are placed in individual Linux <para>Processes systemd spawns are placed in individual Linux
control groups named after the unit which they belong to in the control groups named after the unit which they belong to in the
private systemd hierarchy. (see <ulink private systemd hierarchy. (see <ulink
url="https://www.kernel.org/doc/Documentation/cgroups/cgroups.txt">cgroups.txt</ulink> url="https://www.kernel.org/doc/Documentation/cgroup-v1/cgroups.txt">cgroups.txt</ulink>
for more information about control groups, or short "cgroups"). for more information about control groups, or short "cgroups").
systemd uses this to effectively keep track of processes. Control systemd uses this to effectively keep track of processes. Control
group information is maintained in the kernel, and is accessible group information is maintained in the kernel, and is accessible