From: Yannick Le Pennec Date: Sun, 17 May 2020 15:13:22 +0000 (+0800) Subject: docs: Fix dead references to kernel documentation X-Git-Tag: v2.36-rc1~96 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Futil-linux.git;a=commitdiff_plain;h=5fdb0866964f0911224ea37b6e42d7ff763138b8;hp=ae4ab16031315b95d170012d2f744e94599bf3a6 docs: Fix dead references to kernel documentation Most date back to reorganisation of the Documentation/ tree in 2016, new paths based on v5.7-rc5: fdisk.8: Documentation/{,admin-guide/}devices.txt eject.c: Documentation/{,userspace-api/}ioctl/cdrom.rst mount.8: Documentation/filesystems/adfs.{txt,rst} rfkill.8: Documentation/{rfkill.txt,driver-api/rfkill.rst} tunelp.8: Documentation/{parport.txt,admin-guide/parport.rst} zramctl.8: Documentation/{blockdev/zram.txt,admin-guide/blockdev/zram.rst} Signed-off-by: Yannick Le Pennec --- diff --git a/disk-utils/fdisk.8 b/disk-utils/fdisk.8 index 6a92ba5dbf..07b17073e6 100644 --- a/disk-utils/fdisk.8 +++ b/disk-utils/fdisk.8 @@ -168,7 +168,7 @@ The .I partition is a device name followed by a partition number. For example, /dev/sda1 is the first partition on the first hard disk in the system. See also Linux kernel -documentation (the Documentation/devices.txt file). +documentation (the Documentation/admin-guide/devices.txt file). .SH SIZES The "last sector" dialog accepts partition size specified by number of sectors diff --git a/sys-utils/eject.c b/sys-utils/eject.c index 1187476977..fa85243b0f 100644 --- a/sys-utils/eject.c +++ b/sys-utils/eject.c @@ -329,7 +329,7 @@ static void auto_eject(const struct eject_control *ctl) * Stops CDROM from opening on manual eject button press. * This can be useful when you carry your laptop * in your bag while it's on and no CD inserted in it's drive. - * Implemented as found in Documentation/ioctl/cdrom.txt + * Implemented as found in Documentation/userspace-api/ioctl/cdrom.rst */ static void manual_eject(const struct eject_control *ctl) { diff --git a/sys-utils/mount.8 b/sys-utils/mount.8 index 05117c7271..271c1e2b47 100644 --- a/sys-utils/mount.8 +++ b/sys-utils/mount.8 @@ -1347,7 +1347,7 @@ Set the owner and group of the files in the filesystem (default: uid=gid=0). Set the permission mask for ADFS 'owner' permissions and 'other' permissions, respectively (default: 0700 and 0077, respectively). See also -.IR /usr/src/linux/Documentation/filesystems/adfs.txt . +.IR /usr/src/linux/Documentation/filesystems/adfs.rst . .SS "Mount options for affs" .TP diff --git a/sys-utils/rfkill.8 b/sys-utils/rfkill.8 index 9eff913b8a..eb640954f2 100644 --- a/sys-utils/rfkill.8 +++ b/sys-utils/rfkill.8 @@ -110,7 +110,7 @@ for the Debian project (and may be used by others). .SH "SEE ALSO" .BR powertop (8), .BR systemd-rfkill (8), -.UR https://\:git.\:kernel.\:org/\:pub/\:scm/\:linux/\:kernel/\:git/\:torvalds/\:linux.git/\:tree/\:Documentation/\:rfkill.txt +.UR https://\:git.\:kernel.\:org/\:pub/\:scm/\:linux/\:kernel/\:git/\:torvalds/\:linux.git/\:tree/\:Documentation/\:driver-api/\:rfkill.rst Linux kernel documentation .UE .SH AVAILABILITY diff --git a/sys-utils/tunelp.8 b/sys-utils/tunelp.8 index 5c927458f8..7716ba7e17 100644 --- a/sys-utils/tunelp.8 +++ b/sys-utils/tunelp.8 @@ -34,7 +34,7 @@ irq is handled by the parport driver. You can change the parport irq for example via .IR /proc/parport/*/irq . Read -.I /usr/src/linux/Documentation/parport.txt +.I /usr/src/linux/Documentation/admin-guide/parport.rst for more details on parport. .TP \fB\-t\fR, \fB\-\-time\fR \fImilliseconds\fR diff --git a/sys-utils/zramctl.8 b/sys-utils/zramctl.8 index c6ecdc3d5a..12983f1443 100644 --- a/sys-utils/zramctl.8 +++ b/sys-utils/zramctl.8 @@ -118,7 +118,7 @@ and use it as swap device. # zramctl --reset /dev/zram0 .fi .SH SEE ALSO -.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/blockdev\:/zram.txt +.UR http://git.\:kernel.\:org\:/cgit\:/linux\:/kernel\:/git\:/torvalds\:/linux.git\:/tree\:/Documentation\:/admin-guide\:/blockdev\:/zram.rst Linux kernel documentation .UE . .SH AUTHORS