]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: fix broken kernel document links (#7892)
authorJohn Lin <johnlinp@gmail.com>
Tue, 16 Jan 2018 09:29:35 +0000 (17:29 +0800)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 16 Jan 2018 09:29:35 +0000 (18:29 +0900)
man/binfmt.d.xml
man/sd_bus_creds_get_pid.xml
man/systemd-getty-generator.xml
man/systemd.xml

index 5f55cb4db2c9acc5b88be8dfc176a39c0ba8bb46..4b085bcc16c8d3f513df23c168838f27cf308dff 100644 (file)
@@ -69,7 +69,7 @@
 
     <para>Each file contains a list of binfmt_misc kernel binary
     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
     and how to write rules.</para>
 
index 6bc78edf0784eba630e2daf017c55ccb1ae7a96b..d08a24ea806be9222b864497f6ea5eb93482a340 100644 (file)
 
     <para><function>sd_bus_creds_get_cgroup()</function> will retrieve
     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><function>sd_bus_creds_get_unit()</function> will retrieve
index adb48a7fd668edb6b48e6a8b33646fdb6ad10806..17fd0e9c192adf6dc6e257839b6d82addb14d335 100644 (file)
@@ -75,7 +75,7 @@
     sufficient to redirect the kernel console with a kernel command
     line argument such as <varname>console=</varname> to get both
     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
     parameter.</para>
 
index fb475ac2c134a12d110051f6918c068bd75523bd..1c644d128e30eafea1a597fa2d3701d15f6078c8 100644 (file)
     <para>Processes systemd spawns are placed in individual Linux
     control groups named after the unit which they belong to in the
     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").
     systemd uses this to effectively keep track of processes. Control
     group information is maintained in the kernel, and is accessible