]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
documentation: link to HTML versions of kernel docs on docs.kernel.org
authornl6720 <nl6720@gmail.com>
Wed, 15 Feb 2023 13:28:42 +0000 (15:28 +0200)
committernl6720 <nl6720@gmail.com>
Wed, 15 Feb 2023 13:29:47 +0000 (15:29 +0200)
Documentation/howto-contribute.txt
libblkid/src/superblocks/erofs.c
po-man/util-linux-man.pot
sys-utils/blkpr.8.adoc
sys-utils/mount.8.adoc
sys-utils/rfkill.8.adoc
sys-utils/zramctl.8.adoc

index fb41c5da38eff355756ee778807342944506c4b4..ab7c4e6f4dfb90c3c916d5dee11d1c782e1bba97 100644 (file)
@@ -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
index 68abe4d469ffcd1c13606b49af6001053e76ec21..c451083c0262a9fc3db38972a0d288192d67bbe3 100644 (file)
@@ -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 <stddef.h>
 #include <string.h>
index 683243b6a05d893f40f778ae1403911bee8f7080..9cb0f67ca9fedab0a079317f0fa490be518dd2e6 100644 (file)
@@ -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 ""
 
index 2955643fc160257264d44cfa246951e9c4047685..0f71bd0f0dde0b6915a2a4c214c6ef30dba7a5d0 100644 (file)
@@ -53,7 +53,7 @@ mailto:pizhenwei@bytedance.com[zhenwei pi]
 
 *sg_persist*(8)
 
-Linux documentation at: <https://www.kernel.org/doc/Documentation/block/pr.txt>
+Linux documentation at: <https://docs.kernel.org/block/pr.html>
 iSCSI specification at: <https://datatracker.ietf.org/doc/html/rfc3720>
 NVMe-oF specification at: <https://nvmexpress.org/nvme-over-fabrics-part-two/>
 
index 50c10be2b102429cf15ed64bacd13e4bc8603ecd..b26cf4016638dae111968efdf8759deb5c3dd4ff 100644 (file)
@@ -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.
index e58fc75771bbf4cc9ce0dd649de9a8af71102a15..a01c2d7616ed11b53f109425ebe2c2d4c6ad92e1 100644 (file)
@@ -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[]
 
index cdfb13d161a06218e6b37b20215ea2fc85237ae7..576701ed306f4b66ed49b69303b4c644accc6feb 100644 (file)
@@ -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[]