diff options
author | John Lin <johnlinp@gmail.com> | 2018-01-16 17:29:35 +0800 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2018-01-16 18:29:35 +0900 |
commit | 3c887f9733f34c1825c1c6d7e9ab24219bf1ee71 (patch) | |
tree | bc62c945b8d9c14028801796793298bb076185a9 /man/binfmt.d.xml | |
parent | Fix parsing of features in detect_vm_xen_dom0 (#7890) (diff) | |
download | systemd-3c887f9733f34c1825c1c6d7e9ab24219bf1ee71.tar.gz systemd-3c887f9733f34c1825c1c6d7e9ab24219bf1ee71.tar.bz2 systemd-3c887f9733f34c1825c1c6d7e9ab24219bf1ee71.zip |
man: fix broken kernel document links (#7892)
Diffstat (limited to 'man/binfmt.d.xml')
-rw-r--r-- | man/binfmt.d.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man/binfmt.d.xml b/man/binfmt.d.xml index 5f55cb4db..4b085bcc1 100644 --- a/man/binfmt.d.xml +++ b/man/binfmt.d.xml @@ -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> |