From: nl6720 Date: Wed, 15 Feb 2023 13:28:42 +0000 (+0200) Subject: documentation: link to HTML versions of kernel docs on docs.kernel.org X-Git-Tag: v2.39-rc1~74^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=26c9eb354c0f67a95eb09e47cc8e683da3562607;p=thirdparty%2Futil-linux.git documentation: link to HTML versions of kernel docs on docs.kernel.org --- diff --git a/Documentation/howto-contribute.txt b/Documentation/howto-contribute.txt index fb41c5da38..ab7c4e6f4d 100644 --- a/Documentation/howto-contribute.txt +++ b/Documentation/howto-contribute.txt @@ -162,7 +162,7 @@ Coding Style * the preferred coding style is based on the linux kernel coding-style. Available here: - https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/plain/Documentation/process/coding-style.rst + https://docs.kernel.org/process/coding-style.html * use 'FIXME:' with a good description, if you want to inform others that something is not quite right, and you are unwilling to fix the diff --git a/libblkid/src/superblocks/erofs.c b/libblkid/src/superblocks/erofs.c index 68abe4d469..c451083c02 100644 --- a/libblkid/src/superblocks/erofs.c +++ b/libblkid/src/superblocks/erofs.c @@ -4,7 +4,7 @@ * This file may be redistributed under the terms of the * GNU Lesser General Public License * - * https://www.kernel.org/doc/html/latest/filesystems/erofs.html + * https://docs.kernel.org/filesystems/erofs.html */ #include #include diff --git a/po-man/util-linux-man.pot b/po-man/util-linux-man.pot index 683243b6a0..9cb0f67ca9 100644 --- a/po-man/util-linux-man.pot +++ b/po-man/util-linux-man.pot @@ -30166,7 +30166,7 @@ msgstr "" #: ../sys-utils/mount.8.adoc:1108 msgid "" "For a detailed description of the effect of this option please refer to " -"https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html?highlight=overlayfs" +"https://docs.kernel.org/filesystems/overlayfs.html" msgstr "" #. type: Labeled list @@ -33508,7 +33508,7 @@ msgstr "" msgid "" "*powertop*(8),\n" "*systemd-rfkill*(8),\n" -"https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/driver-api/rfkill.rst[Linux " +"https://docs.kernel.org/driver-api/rfkill.html[Linux " "kernel documentation]\n" msgstr "" @@ -36817,7 +36817,7 @@ msgstr "" #. type: Plain text #: ../sys-utils/zramctl.8.adoc:103 msgid "" -"link:http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/blockdev/zram.rst[Linux " +"https://docs.kernel.org/admin-guide/blockdev/zram.html[Linux " "kernel documentation]" msgstr "" diff --git a/sys-utils/blkpr.8.adoc b/sys-utils/blkpr.8.adoc index 2955643fc1..0f71bd0f0d 100644 --- a/sys-utils/blkpr.8.adoc +++ b/sys-utils/blkpr.8.adoc @@ -53,7 +53,7 @@ mailto:pizhenwei@bytedance.com[zhenwei pi] *sg_persist*(8) -Linux documentation at: +Linux documentation at: iSCSI specification at: NVMe-oF specification at: diff --git a/sys-utils/mount.8.adoc b/sys-utils/mount.8.adoc index 50c10be2b1..b26cf40166 100644 --- a/sys-utils/mount.8.adoc +++ b/sys-utils/mount.8.adoc @@ -1164,7 +1164,7 @@ read-write mount and will result in an error. *xino=*{**on**|**off**|**auto**}:: The "xino" feature composes a unique object identifier from the real object st_ino and an underlying fsid index. The "xino" feature uses the high inode number bits for fsid, because the underlying filesystems rarely use the high inode number bits. In case the underlying inode number does overflow into the high xino bits, overlay filesystem will fall back to the non xino behavior for that inode. + -For a detailed description of the effect of this option please refer to https://www.kernel.org/doc/html/latest/filesystems/overlayfs.html?highlight=overlayfs +For a detailed description of the effect of this option please refer to https://docs.kernel.org/filesystems/overlayfs.html *metacopy=*{**on**|**off**}:: When metadata only copy up feature is enabled, overlayfs will only copy up metadata (as opposed to whole file), when a metadata specific operation like chown/chmod is performed. Full file will be copied up later when file is opened for WRITE operation. diff --git a/sys-utils/rfkill.8.adoc b/sys-utils/rfkill.8.adoc index e58fc75771..a01c2d7616 100644 --- a/sys-utils/rfkill.8.adoc +++ b/sys-utils/rfkill.8.adoc @@ -79,7 +79,7 @@ This manual page was written by mailto:linux@youmustbejoking.demon.co.uk[Darren *powertop*(8), *systemd-rfkill*(8), -https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/Documentation/driver-api/rfkill.rst[Linux kernel documentation] +https://docs.kernel.org/driver-api/rfkill.html[Linux kernel documentation] include::man-common/bugreports.adoc[] diff --git a/sys-utils/zramctl.8.adoc b/sys-utils/zramctl.8.adoc index cdfb13d161..576701ed30 100644 --- a/sys-utils/zramctl.8.adoc +++ b/sys-utils/zramctl.8.adoc @@ -99,7 +99,7 @@ mailto:kzak@redhat.com[Karel Zak] == SEE ALSO -link:http://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/tree/Documentation/admin-guide/blockdev/zram.rst[Linux kernel documentation] +link:https://docs.kernel.org/admin-guide/blockdev/zram.html[Linux kernel documentation] include::man-common/bugreports.adoc[]