]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/: Update linux.git/Documentation/ references master
authorAlejandro Colomar <alx@kernel.org>
Thu, 25 Dec 2025 13:01:20 +0000 (14:01 +0100)
committerAlejandro Colomar <alx@kernel.org>
Thu, 25 Dec 2025 13:02:06 +0000 (14:02 +0100)
And remove some outdated ones.

Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
55 files changed:
man/man2/add_key.2
man/man2/bpf.2
man/man2/flock.2
man/man2/futex.2
man/man2/get_robust_list.2
man/man2/getpriority.2
man/man2/ioprio_set.2
man/man2/kexec_load.2
man/man2/keyctl.2
man/man2/ptrace.2
man/man2/request_key.2
man/man2/sched_setattr.2
man/man2/seccomp.2
man/man2/unshare.2
man/man2const/KEYCTL_ASSUME_AUTHORITY.2const
man/man2const/KEYCTL_CLEAR.2const
man/man2const/PR_MPX_ENABLE_MANAGEMENT.2const
man/man2const/PR_PAC_RESET_KEYS.2const
man/man2const/PR_SET_NO_NEW_PRIVS.2const
man/man2const/PR_SET_PTRACER.2const
man/man2const/PR_SET_SPECULATION_CTRL.2const
man/man2const/PR_SVE_GET_VL.2const
man/man2const/PR_SVE_SET_VL.2const
man/man4/hpsa.4
man/man4/initrd.4
man/man4/rtc.4
man/man4/st.4
man/man5/erofs.5
man/man5/proc.5
man/man5/proc_diskstats.5
man/man5/proc_filesystems.5
man/man5/proc_mtrr.5
man/man5/proc_pid_attr.5
man/man5/proc_pid_mountinfo.5
man/man5/proc_pid_oom_score_adj.5
man/man5/proc_sys_kernel.5
man/man5/proc_sys_net_ipv4.5
man/man5/proc_sys_vm.5
man/man5/proc_sysrq-trigger.5
man/man5/slabinfo.5
man/man5/sysfs.5
man/man5/tmpfs.5
man/man7/address_families.7
man/man7/bootparam.7
man/man7/cgroups.7
man/man7/cpuset.7
man/man7/icmp.7
man/man7/inotify.7
man/man7/ip.7
man/man7/keyrings.7
man/man7/socket.7
man/man7/tcp.7
man/man7/udp.7
man/man7/udplite.7
man/man7/unicode.7

index b664d9644c182191fe0595fc8e5149293412fb20..b9afc666682f8f970ee349c4ebf8a1d9debe2f77 100644 (file)
@@ -289,10 +289,4 @@ main(int argc, char *argv[])
 The kernel source files
 .I Documentation/security/keys/core.rst
 and
-.I Documentation/keys/request\-key.rst
-(or, before Linux 4.13, in the files
-.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
-.I Documentation/security/keys.txt
-and
-.\" commit 3db38ed76890565772fcca3279cc8d454ea6176b
-.IR Documentation/security/keys\-request\-key.txt ).
+.IR Documentation/keys/request\-key.rst .
index ade0d53cad07a66e46e84b691082a562e741f760..a37ff94a591b91c695a5703ba5453607b15bb041 100644 (file)
@@ -1152,9 +1152,6 @@ is initialized to 1 and is immutable.
 one of the Spectre attacks against the BPF interpreter.)
 .P
 The JIT compiler for eBPF is currently
-.\" Last reviewed in Linux 4.18-rc by grepping for BPF_ALU64 in arch/
-.\" and by checking the documentation for bpf_jit_enable in
-.\" Documentation/sysctl/net.txt
 available for the following architectures:
 .IP \[bu] 3
 x86-64
@@ -1287,4 +1284,4 @@ directory in the kernel source tree.
 .BR tc\-bpf (8)
 .P
 Both classic and extended BPF are explained in the kernel source file
-.IR Documentation/networking/filter.txt .
+.IR Documentation/networking/filter.rst .
index 589e786e0de58a60ee782ab394807640f2ee4e53..285e3bfcf269c802bd47367b7e8f8bc3b8548299 100644 (file)
@@ -274,7 +274,5 @@ as if the file were still open in the first process.
 .BR lockf (3),
 .BR lslocks (8)
 .P
-.I Documentation/filesystems/locks.txt
+.I Documentation/filesystems/locks.rst
 in the Linux kernel source tree
-.RI ( Documentation/locks.txt
-in older kernels)
index 821fa649fee495e8a304a159132121b4e59ea662..93944a1468904fad95dd97432da756a511ea4699 100644 (file)
@@ -709,15 +709,15 @@ main(int argc, char *argv[])
 .P
 The following kernel source files:
 .IP \[bu] 3
-.I Documentation/pi\-futex.txt
+.I Documentation/locking/pi\-futex.rst
 .IP \[bu]
-.I Documentation/futex\-requeue\-pi.txt
+.I Documentation/locking/futex\-requeue\-pi.rst
 .IP \[bu]
-.I Documentation/locking/rt\-mutex.txt
+.I Documentation/locking/rt\-mutex.rst
 .IP \[bu]
-.I Documentation/locking/rt\-mutex\-design.txt
+.I Documentation/locking/rt\-mutex\-design.rst
 .IP \[bu]
-.I Documentation/robust\-futex\-ABI.txt
+.I Documentation/robust\-futex\-ABI.rst
 .P
 Franke, H., Russell, R., and Kirwood, M., 2002.
 .br
index b759621fabe9a6ce0c5a1398dbbec96235210ffc..962adee8df47ee45d160a42d6432b4a53b8ab730 100644 (file)
@@ -148,8 +148,8 @@ and
 .BR futex (2),
 .BR pthread_mutexattr_setrobust (3)
 .P
-.I Documentation/robust\-futexes.txt
+.I Documentation/robust\-futexes.rst
 and
-.I Documentation/robust\-futex\-ABI.txt
+.I Documentation/robust\-futex\-ABI.rst
 in the Linux kernel source tree
 .\" http://lwn.net/Articles/172149/
index 02b98e8ee4591a92efa79f0f96b842d0fc8eac61..63509ee352169ae9242e7916cee227d01b8af9ce 100644 (file)
@@ -198,5 +198,5 @@ which may be made standards conformant in the future.
 .BR capabilities (7),
 .BR sched (7)
 .P
-.I Documentation/scheduler/sched\-nice\-design.txt
+.I Documentation/scheduler/sched\-nice\-design.rst
 in the Linux kernel source tree (since Linux 2.6.23)
index be7475e9218969855cb638232031998ff0fa214d..27ef381b67f01967ee3e38c133b746b3426a2d6d 100644 (file)
@@ -308,7 +308,7 @@ since it may become starved if higher priority processes are
 constantly accessing the disk.
 .P
 Refer to the kernel source file
-.I Documentation/block/ioprio.txt
+.I Documentation/block/ioprio.rst
 for more information on the CFQ I/O Scheduler and an example program.
 .SS Required permissions to set I/O priorities
 Permission to change a process's priority is granted or denied based
@@ -354,5 +354,5 @@ Suitable definitions can be found in
 .BR capabilities (7),
 .BR cgroups (7)
 .P
-.I Documentation/block/ioprio.txt
+.I Documentation/block/ioprio.rst
 in the Linux kernel source tree
index 1a0632772810004a63ee533b02fdd75ecbf7e59a..ff246175619f83a932e369cd43e27f55aefd5213 100644 (file)
@@ -300,7 +300,7 @@ is empty (length zero).
 does not refer to an open file, or the kernel can't load this file.
 Currently, the file must be a bzImage and contain an x86 kernel that
 is loadable above 4\ GiB in memory (see the kernel source file
-.IR Documentation/x86/boot.txt ).
+.IR Documentation/arch/x86/boot.rst ).
 .TP
 .B ENOMEM
 Could not allocate memory.
@@ -324,6 +324,6 @@ Linux 3.17.
 .BR kexec (8)
 .P
 The kernel source files
-.I Documentation/kdump/kdump.txt
+.I Documentation/kdump/kdump.rst
 and
 .I Documentation/admin\-guide/kernel\-parameters.txt
index 3d4e03ce9abab0fae5ace6ac80d2c9f7ab4bcdde..e9944f8caa01ed9c24bcb37350e5254255d2e221 100644 (file)
@@ -447,6 +447,4 @@ main(int argc, char *argv[])
 .BR request\-key (8)
 .P
 The kernel source files under
-.I Documentation/security/keys/
-(or, before Linux 4.13, in the file
-.IR Documentation/security/keys.txt ).
+.IR Documentation/security/keys/ .
index 4aa307b3c0ed2a755cd6d95a4cd85fc547055dd5..2da43dcb97919e5ef7e2021e321fd62b1db78804 100644 (file)
@@ -2781,10 +2781,6 @@ operation to declare an additional PID that is allowed to perform
 operations on the target.
 See the kernel source file
 .I Documentation/admin\-guide/LSM/Yama.rst
-.\" commit 90bb766440f2147486a2acc3e793d7b8348b0c22
-(or
-.I Documentation/security/Yama.txt
-before Linux 4.13)
 for further details.
 .IP
 The use of
index 02e0bed3c14f62e36dd640310a03a590a20a1375..91b62dfa111521f5b440e02db77ad3923e0ea0f6 100644 (file)
@@ -552,10 +552,4 @@ main(int argc, char *argv[])
 The kernel source files
 .I Documentation/security/keys/core.rst
 and
-.I Documentation/keys/request\-key.rst
-(or, before Linux 4.13, in the files
-.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
-.I Documentation/security/keys.txt
-and
-.\" commit 3db38ed76890565772fcca3279cc8d454ea6176b
-.IR Documentation/security/keys\-request\-key.txt ).
+.IR Documentation/keys/request\-key.rst .
index 6d5718022934442b9d490e9a8372a6cbc21bdaa3..520d6fe9d24cbfa9eca9626e6c0c47147642e2f5 100644 (file)
@@ -165,7 +165,7 @@ This flag allows a
 .B SCHED_DEADLINE
 thread to reclaim bandwidth unused by other real-time threads.
 .\" Bandwidth reclaim is done via the GRUB algorithm; see
-.\" Documentation/scheduler/sched-deadline.txt
+.\" Documentation/scheduler/sched-deadline.rst
 .TP
 .BR SCHED_FLAG_DL_OVERRUN " (since Linux 4.16)"
 .\" commit 34be39305a77b8b1ec9f279163c7cdb6cc719b91
index 0c008fd1c22097e9bcdc30a727323028645456c0..0d8e98f6bc8d292bda5c7b6778a4c441ae826da7 100644 (file)
@@ -1229,13 +1229,9 @@ and
 .BR seccomp_rule_add (3).
 .P
 The kernel source files
-.I Documentation/networking/filter.txt
+.I Documentation/networking/filter.rst
 and
-.I Documentation/userspace\-api/seccomp_filter.rst
-.\" commit c061f33f35be0ccc80f4b8e0aea5dfd2ed7e01a3
-(or
-.I Documentation/prctl/seccomp_filter.txt
-before Linux 4.13).
+.IR Documentation/userspace\-api/seccomp_filter.rst .
 .P
 McCanne, S.\& and Jacobson, V.\& (1992)
 .IR "The BSD Packet Filter: A New Architecture for User-level Packet Capture" ,
index eea59aa3797e7c8fda70a09415a3d4f59434eebd..37a9ad19a4c733bc03561a69bfb442b9e5c80fc0 100644 (file)
@@ -567,7 +567,3 @@ main(int argc, char *argv[])
 .P
 .I Documentation/userspace\-api/unshare.rst
 in the Linux kernel source tree
-.\" commit f504d47be5e8fa7ecf2bf660b18b42e6960c0eb2
-(or
-.I Documentation/unshare.txt
-before Linux 4.12)
index c84bc52f5e388bec6d37f0016e7eade5f13594b3..5973ee4ef109895be2d4f9bcc2cab90f383afb96 100644 (file)
@@ -78,7 +78,7 @@ that was created as a consequence of a call to
 For further information, see
 .BR request_key (2)
 and the kernel source file
-.IR Documentation/security/keys\-request\-key.txt .
+.IR Documentation/security/keys/request\-key.rst .
 .SH RETURN VALUE
 On success,
 either 0, if the ID given was 0,
index 80205167e5431b289279da86ac2fd82209f4aef2..9969368daa9abcff431f48c302c3e73f9a58ef0a 100644 (file)
@@ -26,7 +26,7 @@ The ID of the key
 .\" or the error ENOTDIR results
 is provided in
 .IR key .
-.\" According to Documentation/security/keys.txt:
+.\" According to Documentation/security/keys/core.rst:
 .\"     This function can also be used to clear special kernel keyrings if they
 .\"     are appropriately marked if the user has CAP_SYS_ADMIN capability.  The
 .\"     DNS resolver cache keyring is an example of this.
index 3df0b96366578bae43b3d6ddf3e69d158e790c95..ac9946605372e6770be909556ec9ad6ce75b2d32 100644 (file)
@@ -116,4 +116,4 @@ are not supported in Linux 5.4 and later.
 .BR prctl (2)
 .P
 For further information on Intel MPX, see the kernel source file
-.IR Documentation/\:x86/\:intel_mpx.txt .
+.IR Documentation/\:x86/\:intel_mpx.rst .
index 53d85f5a1f863b2599944c26a49e205ab8be9756..343cbf055fd169568dd2dbc41f170e83aa39b293 100644 (file)
@@ -85,8 +85,4 @@ Don't use it unless you know what you are doing.
 .BR prctl (2)
 .P
 For more information, see the kernel source file
-.I Documentation/arm64/pointer\-authentication.rst
-.\"commit b693d0b372afb39432e1c49ad7b3454855bc6bed
-(or
-.I Documentation/arm64/pointer\-authentication.txt
-before Linux 5.3).
+.IR Documentation/arch/arm64/pointer\-authentication.rst .
index 213bd53c9180fe2ff2cb0d3959ea94ebf60841c2..9111f09aef49b4b7392a5974ce9817de2e938ff7 100644 (file)
@@ -72,8 +72,4 @@ Linux 3.5.
 .BR seccomp (2)
 .P
 For more information, see the kernel source file
-.I Documentation/\:userspace\-api/\:no_new_privs.rst
-.\" commit 40fde647ccb0ae8c11d256d271e24d385eed595b
-(or
-.I Documentation/\:prctl/\:no_new_privs.txt
-before Linux 4.13).
+.IR Documentation/\:userspace\-api/\:no_new_privs.rst .
index 0c2e20fb20afe975639272492467d12adcc1564a..0cc5909091f2c0f9c76aca20675af63f3bb156cf 100644 (file)
@@ -66,8 +66,4 @@ Linux 3.4.
 .BR prctl (2),
 .P
 For further information, see the kernel source file
-.I Documentation/\:admin\-guide/\:LSM/\:Yama.rst
-.\" commit 90bb766440f2147486a2acc3e793d7b8348b0c22
-(or
-.I Documentation/\:security/\:Yama.txt
-before Linux 4.13).
+.IR Documentation/\:admin\-guide/\:LSM/\:Yama.rst .
index d640c2610ac4e85edd539e6fad32916d52e67442..9f6377dc5f810711c1848f5d4b9c35ab235b954f 100644 (file)
@@ -66,7 +66,7 @@ This parameter may enforce a read-only policy which will result in the
 call failing with the error
 .BR ENXIO .
 For further details, see the kernel source file
-.IR Documentation/\:admin\-guide/\:kernel\-parameters.txt .
+.IR Documentation/\:admin\-guide/\:kernel\-parameters.rst .
 .SH RETURN VALUE
 On success,
 0 is returned.
index bb0a47077e7b993411d3fe175473f980a11b075d..a325fd01b6c8d371fa2a0c60a23c01fa21526d4a 100644 (file)
@@ -56,8 +56,4 @@ a pending vector length change that has not yet taken effect.
 .BR PR_SVE_SET_VL (2const)
 .P
 For more information, see the kernel source file
-.I Documentation/arm64/sve.rst
-.\"commit b693d0b372afb39432e1c49ad7b3454855bc6bed
-(or
-.I Documentation/arm64/sve.txt
-before Linux 5.3).
+.IR Documentation/arch/arm64/sve.rst .
index 89e5c92f8ad684bc1fa1867c728cbde9fbff5d26..8947e9b86b919d70d532ff9b4d0f618b0732624f 100644 (file)
@@ -149,8 +149,4 @@ Don't use it unless you really know what you are doing.
 .BR PR_SVE_GET_VL (2const)
 .P
 For more information, see the kernel source file
-.I Documentation/arm64/sve.rst
-.\"commit b693d0b372afb39432e1c49ad7b3454855bc6bed
-(or
-.I Documentation/arm64/sve.txt
-before Linux 5.3).
+.IR Documentation/arch/arm64/sve.rst .
index c60f01dd0dea9df583e8ba872afa839da8857101..4b85fef526d40876f54a6f6431fcc63b8c6df1f7 100644 (file)
@@ -230,7 +230,7 @@ for some examples.
 .UR http:\://cciss.sf.net
 .UE ,
 and
-.I Documentation/scsi/hpsa.txt
+.I Documentation/scsi/hpsa.rst
 and
 .I Documentation/ABI/testing/sysfs\-bus\-pci\-devices\-cciss
 in the Linux kernel source tree
index 97c401dcf63e1237b5b83204a8302153ad155fec..79d3a07b882ca6bc783df3d737605daff8af89ca 100644 (file)
@@ -213,11 +213,7 @@ and
 .B nfs_root_addrs
 boot options to give the NFS settings.
 For more information on NFS-mounted root see the kernel documentation file
-.I Documentation/filesystems/nfs/nfsroot.txt
-.\" commit dc7a08166f3a5f23e79e839a8a88849bd3397c32
-(or
-.I Documentation/filesystems/nfsroot.txt
-before Linux 2.6.33).
+.IR Documentation/filesystems/nfs/nfsroot.rst .
 For more information on setting the root filesystem see also the
 .B LILO
 and
@@ -283,10 +279,6 @@ The use of
 to change the root filesystem is obsolete.
 See the Linux kernel source file
 .I Documentation/admin\-guide/initrd.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/initrd.txt
-before Linux 4.10)
 as well as
 .BR pivot_root (2)
 and
@@ -461,9 +453,5 @@ The behavior may change in future versions of the Linux kernel.
 .BR rdev (8)
 .P
 .I Documentation/admin\-guide/initrd.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/initrd.txt
-before Linux 4.10)
 in the Linux kernel source tree, the LILO documentation,
 the LOADLIN documentation, the SYSLINUX documentation
index 2947892f933ef02c8470db4402a7ba167cc994c7..356cc859a5a6a0cffe26de0d9c7acd1016c015f7 100644 (file)
@@ -343,5 +343,5 @@ capabilities that are not currently exposed by this API.
 .BR time (7),
 .BR hwclock (8)
 .P
-.I Documentation/rtc.txt
+.I Documentation/rtc.rst
 in the Linux kernel source tree
index f27fb2ac6fc47251a957bf5944c4145e5a4337b9..fc962b32ae7f6ce04276cff7b8d82b0bca48004e 100644 (file)
@@ -944,7 +944,7 @@ If this is not possible, direct transfers can be disabled.
 The file
 .I drivers/scsi/README.st
 or
-.I Documentation/scsi/st.txt
+.I Documentation/scsi/st.rst
 (kernel >= 2.6) in the Linux kernel source tree contains
 the most recent information about the driver and its configuration
 possibilities
index 3523a8f1df4ce4be9d3e19fbe915ab072e4bf89e..c8592e60e3053b5f9fe7e7d9897b8e47b9146f50 100644 (file)
@@ -93,5 +93,5 @@ of some of the parameters above.
 .BR fsck.erofs (1),
 .BR dump.erofs (1)
 .P
-.I Documentation/filesystems/erofs.txt
+.I Documentation/filesystems/erofs.rst
 in the Linux source.
index 1671f06763709397c9db63e20215c33f828b98fb..319d6b08a5d3e57dc930eca7dd1797b15ab9667b 100644 (file)
@@ -326,7 +326,7 @@ See also:
 .\" FIXME Document /proc/sched_debug (since Linux 2.6.23)
 .\" See also /proc/[pid]/sched
 .\" FIXME 2.6.13 seems to have /proc/vmcore implemented; document this
-.\"    See Documentation/kdump/kdump.txt
+.\"    See Documentation/kdump/kdump.rst
 .\"    commit 666bfddbe8b8fd4fd44617d6c55193d5ac7edb29
 .\"    Needs CONFIG_VMCORE
 .\"
index a3d3682fc6a5b943743182f85bfcc8071736b604..02290f81a229b6cc066bd8b340e7c4253519e0cb 100644 (file)
@@ -11,9 +11,6 @@
 This file contains disk I/O statistics for each disk device.
 See the Linux kernel source file
 .I Documentation/admin\-guide/iostats.rst
-(or
-.I Documentation/iostats.txt
-before Linux 5.3)
 for further information.
 .SH SEE ALSO
 .BR proc (5)
index 465fe21f839215626fc37776de033e3b6214e87f..93fdcfd48fe7eb03fd729d034ed3a0ffefd9d881 100644 (file)
@@ -2,7 +2,7 @@
 .\"
 .\" SPDX-License-Identifier: GPL-3.0-or-later
 .\"
-.\" FIXME cross check against Documentation/filesystems/proc.txt
+.\" FIXME cross check against Documentation/filesystems/proc.rst
 .\" to see what information could be imported from that file
 .\" into this file.
 .\"
index aa4504e7cc9770b6f17eb43d26fb7949ab25f184..3f936b023a2e9f3bc388651d7b7c9c510956bea8 100644 (file)
 .I /proc/mtrr
 Memory Type Range Registers.
 See the Linux kernel source file
-.I Documentation/x86/mtrr.rst
-(or
-.I Documentation/x86/mtrr.txt
-.\" commit 7225e75144b9718cbbe1820d9c011c809d5773fd
-before Linux 5.2, or
-.I Documentation/mtrr.txt
-before Linux 2.6.28)
+.I Documentation/arch/x86/mtrr.rst
 for details.
 .SH SEE ALSO
 .BR proc (5)
index 7da1d8b62ff1d1e254399310cfc3d7a80422be22..e3448d7df2ed7d763eda7423a02d1db21aa78bb6 100644 (file)
@@ -112,14 +112,7 @@ all subsequently created keys
 .RB ( add_key (2))
 will be labeled with this context.
 For further information, see the kernel source file
-.I Documentation/security/keys/core.rst
-(or file
-.\" commit b68101a1e8f0263dbc7b8375d2a7c57c6216fb76
-.I Documentation/security/keys.txt
-between Linux 3.0 and Linux 4.13, or
-.\" commit d410fa4ef99112386de5f218dd7df7b4fca910b4
-.I Documentation/keys.txt
-before Linux 3.0).
+.IR Documentation/security/keys/core.rst .
 .TP
 .IR /proc/ pid /attr/prev " (since Linux 2.6.0)"
 This file contains the security context of the process before the last
index 86b8dad31a852e6352e0ebc05153b2950586bbbc..a681a95c4555746d8755c22dd2e084dcee81ca30 100644 (file)
@@ -8,7 +8,6 @@
 .SH DESCRIPTION
 .TP
 .IR /proc/ pid /mountinfo " (since Linux 2.6.26)"
-.\" This info adapted from Documentation/filesystems/proc.txt
 .\" commit 2d4d4864ac08caff5c204a752bd004eed4f08760
 This file contains information about mounts
 in the process's mount namespace (see
@@ -114,9 +113,6 @@ Parsers should ignore all unrecognized optional fields.
 .IP
 For more information on mount propagation see
 .I Documentation/filesystems/sharedsubtree.rst
-(or
-.I Documentation/filesystems/sharedsubtree.txt
-before Linux 5.8)
 in the Linux kernel source tree.
 .SH SEE ALSO
 .BR proc (5)
index d91c53e82100964775490bc7fb1ba0b78b47614c..a7a9250e52724fee13121151baa455fbcf32bfc8 100644 (file)
@@ -8,7 +8,6 @@
 .SH DESCRIPTION
 .TP
 .IR /proc/ pid /oom_score_adj " (since Linux 2.6.36)"
-.\" Text taken from Linux 3.7 Documentation/filesystems/proc.txt
 This file can be used to adjust the badness heuristic used to select which
 process gets killed in out-of-memory conditions.
 .IP
index 75c182e1a9156dd68fd0b63fe0be84e899d3e24e..40d4af02b4d14735b0650d5d5c10875fdb527fae 100644 (file)
@@ -225,7 +225,6 @@ It is described by the Linux kernel source file
 .TP
 .IR /proc/sys/kernel/modules_disabled " (since Linux 2.6.31)"
 .\" 3d43321b7015387cfebbe26436d0e9d299162ea1
-.\" From Documentation/sysctl/kernel.txt
 A toggle value indicating if modules are allowed to be loaded
 in an otherwise modular kernel.
 This toggle defaults to off (0), but can be set true (1).
@@ -358,7 +357,7 @@ Each read from this read-only file returns a randomly generated 128-bit UUID,
 as a string in the standard UUID format.
 .TP
 .IR /proc/sys/kernel/randomize_va_space " (since Linux 2.6.12)"
-.\" Some further details can be found in Documentation/sysctl/kernel.txt
+.\" Some further details can be found in Documentation/sysctl/kernel.rst
 Select the address space layout randomization (ASLR) policy for the system
 (on architectures that support ASLR).
 Three values are supported for this file:
@@ -392,11 +391,7 @@ This value is the default if the kernel was not configured with
 .TP
 .I /proc/sys/kernel/real\-root\-dev
 This file is documented in the Linux kernel source file
-.I Documentation/admin\-guide/initrd.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/initrd.txt
-before Linux 4.10).
+.IR Documentation/admin\-guide/initrd.rst .
 .TP
 .IR /proc/sys/kernel/reboot\-cmd " (Sparc only)"
 This file seems to be a way to give an argument to the SPARC
@@ -483,7 +478,7 @@ However, there shouldn't be any reason to change this value.
 .TP
 .IR /proc/sys/kernel/shm_rmid_forced " (since Linux 3.1)"
 .\" commit b34a6b1da371ed8af1221459a18c67970f7e3d53
-.\" See also Documentation/sysctl/kernel.txt
+.\" See also Documentation/sysctl/kernel.rst
 If this file is set to 1, all System V shared memory segments will
 be marked for destruction as soon as the number of attached processes
 falls to zero;
@@ -639,11 +634,7 @@ This file is present only if the
 .B CONFIG_MAGIC_SYSRQ
 kernel configuration option is enabled.
 For further details see the Linux kernel source file
-.I Documentation/admin\-guide/sysrq.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/sysrq.txt
-before Linux 4.10).
+.IR Documentation/admin\-guide/sysrq.rst .
 .TP
 .I /proc/sys/kernel/version
 This file contains a string such as:
@@ -659,7 +650,6 @@ this is the fifth kernel built from this source base and the
 date following it indicates the time the kernel was built.
 .TP
 .IR /proc/sys/kernel/threads\-max " (since Linux 2.3.11)"
-.\" The following is based on Documentation/sysctl/kernel.txt
 This file specifies the system-wide limit on the number of
 threads (tasks) that can be created on the system.
 .IP
index 57917cd64bb3c8dd8d0a602270c9714bef2ca40e..dd3685b36bb866567acd1aee0a43c5623482b4ab 100644 (file)
@@ -126,7 +126,6 @@ It is better to fix the broken routers on the path than to turn off
 Path MTU Discovery globally, because not doing it incurs a high cost
 to the network.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR /proc/sys/net/ipv4/ip_nonlocal_bind " (Boolean; default: disabled; since Linux 2.4)"
 .\" Precisely: patch-2.4.0-test10
@@ -135,12 +134,10 @@ If set, allows processes to
 to nonlocal IP addresses,
 which can be quite useful, but may break some applications.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR /proc/sys/net/ipv4/ip6frag_time " (integer; default: 30)"
 Time in seconds to keep an IPv6 fragment in memory.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR /proc/sys/net/ipv4/ip6frag_secret_interval " (integer; default: 600)"
 Regeneration interval (in seconds) of the hash secret (or lifetime
index e6229867f3211ec48f983767c390f0ab9f4e7431..8e3acd16a4d0b6ebe0f74b6a3c3809fe27ba97c5 100644 (file)
@@ -100,12 +100,10 @@ and
 .BR shmget (2).
 .TP
 .IR /proc/sys/vm/legacy_va_layout " (since Linux 2.6.9)"
-.\" The following is from Documentation/filesystems/proc.txt
 If nonzero, this disables the new 32-bit memory-mapping layout;
 the kernel will use the legacy (2.4) layout for all processes.
 .TP
 .IR /proc/sys/vm/memory_failure_early_kill " (since Linux 2.6.32)"
-.\" The following is based on the text in Documentation/sysctl/vm.txt
 Control how to kill processes when an uncorrected memory error
 (typically a 2-bit error in a memory module)
 that cannot be handled by the kernel
@@ -156,7 +154,6 @@ Present only if the kernel was configured with
 .BR CONFIG_MEMORY_FAILURE .
 .TP
 .IR /proc/sys/vm/memory_failure_recovery " (since Linux 2.6.32)"
-.\" The following is based on the text in Documentation/sysctl/vm.txt
 Enable memory failure recovery (when supported by the platform).
 .RS
 .TP
@@ -171,7 +168,6 @@ Present only if the kernel was configured with
 .BR CONFIG_MEMORY_FAILURE .
 .TP
 .IR /proc/sys/vm/oom_dump_tasks " (since Linux 2.6.25)"
-.\" The following is from Documentation/sysctl/vm.txt
 Enables a system-wide task dump (excluding kernel threads) to be
 produced when the kernel performs an OOM-killing.
 The dump includes the following information
@@ -197,7 +193,6 @@ OOM-killer actually kills a memory-hogging task.
 The default value is 0.
 .TP
 .IR /proc/sys/vm/oom_kill_allocating_task " (since Linux 2.6.24)"
-.\" The following is from Documentation/sysctl/vm.txt
 This enables or disables killing the OOM-triggering task in
 out-of-memory situations.
 .IP
@@ -338,7 +333,6 @@ See the description of
 .IR /proc/sys/vm/overcommit_memory .
 .TP
 .IR /proc/sys/vm/panic_on_oom " (since Linux 2.6.18)"
-.\" The following is adapted from Documentation/sysctl/vm.txt
 This enables or disables a kernel panic in
 an out-of-memory situation.
 .IP
@@ -370,7 +364,6 @@ The default value is 0.
 Select either according to your policy of failover.
 .TP
 .I /proc/sys/vm/swappiness
-.\" The following is from Documentation/sysctl/vm.txt
 The value in this file controls how aggressively the kernel will swap
 memory pages.
 Higher values increase aggressiveness, lower values
index 9ddf9b0289cab4b0d192aa6d24511f0e4babf4db..a9fc316f10462936b132cf1b84428f832fc4d91f 100644 (file)
@@ -14,10 +14,6 @@ typing ALT-SysRq-<character> (see the description of
 This file is normally writable only by
 .IR root .
 For further details see the Linux kernel source file
-.I Documentation/admin\-guide/sysrq.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/sysrq.txt
-before Linux 4.10).
+.IR Documentation/admin\-guide/sysrq.rst .
 .SH SEE ALSO
 .BR proc (5)
index 555d408336d1e3a49a7a89b13af53a726f87c89a..3ecb63d3a4fe2ada7921f41a67afde6c8746f8ed 100644 (file)
@@ -216,6 +216,6 @@ field of
 .BR slabtop (1)
 .P
 The kernel source file
-.I Documentation/vm/slub.txt
+.I Documentation/mm/slab.rst
 and
-.IR tools/vm/slabinfo.c .
+.IR tools/mm/slabinfo.c .
index 7cbed0461ece0346dd18eb7d612c4f3177010eb6..d317296f29903dae90a8da2e139dac5fa2839a36 100644 (file)
@@ -175,7 +175,7 @@ facility.
 (For information on
 .IR ftrace ,
 see the kernel source file
-.IR Documentation/trace/ftrace.txt .)
+.IR Documentation/trace/ftrace.rst .)
 .TP
 .I /sys/kernel/mm
 This subdirectory contains various files and subdirectories that provide
@@ -268,8 +268,8 @@ Proceedings of the 2005 Ottawa Linux Symposium.
 .\" https://www.kernel.org/pub/linux/kernel/people/mochel/doc/papers/ols-2005/mochel.pdf
 .P
 The kernel source file
-.I Documentation/filesystems/sysfs.txt
+.I Documentation/filesystems/sysfs.rst
 and various other files in
 .I Documentation/ABI
 and
-.I Documentation/*/sysfs.txt
+.I Documentation/*/sysfs.rst
index 69f27f0452c105349e0906d450c0935f67f44002..5d8596c9d50985d26e91e3369f6bc8df415001ad 100644 (file)
@@ -277,6 +277,6 @@ facility was formerly called
 .BR mount (8)
 .P
 The kernel source files
-.I Documentation/filesystems/tmpfs.txt
+.I Documentation/filesystems/tmpfs.rst
 and
 .IR Documentation/admin\-guide/mm/transhuge.rst .
index 96d9a160a3ce9c6bd3672f2a6c0d1db4aaad3e7e..df356f4c57c576f274fbec11fdb7284316c7285f 100644 (file)
@@ -177,7 +177,7 @@ For further information, see
 .BR rds (7),
 .BR rds\-rdma (7),
 and
-.I Documentation/networking/rds.txt
+.I Documentation/networking/rds.rst
 in the Linux kernel source tree.
 .TP
 .B AF_IRDA
@@ -192,7 +192,7 @@ For further information, see
 Generic PPP transport layer, for setting up L2 tunnels
 (L2TP and PPPoE).
 See
-.I Documentation/networking/l2tp.txt
+.I Documentation/networking/l2tp.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_WANPIPE
@@ -293,7 +293,7 @@ for details.
 Rx, Andrew File System remote procedure call protocol
 (since Linux 2.6.22).
 See
-.I Documentation/networking/rxrpc.txt
+.I Documentation/networking/rxrpc.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_ISDN
@@ -309,7 +309,7 @@ for details.
 .\" commit: 4b07b3f69a8471cdc142c51461a331226fef248a
 Nokia cellular modem IPC/RPC interface (since Linux 2.6.31).
 See
-.I Documentation/networking/phonet.txt
+.I Documentation/networking/phonet.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_IEEE802154
@@ -317,7 +317,7 @@ in the Linux kernel source tree for details.
 IEEE 802.15.4 WPAN (wireless personal area network) raw packet protocol
 (since Linux 2.6.31).
 See
-.I Documentation/networking/ieee802154.txt
+.I Documentation/networking/ieee802154.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_CAIF
@@ -328,7 +328,7 @@ in the Linux kernel source tree for details.
 Ericsson's Communication CPU to Application CPU interface (CAIF) protocol
 (since Linux 2.6.36).
 See
-.I Documentation/networking/caif/Linux\-CAIF.txt
+.I Documentation/networking/caif/linux_caif.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_ALG
@@ -351,7 +351,7 @@ For further information, see
 .\" commit: 03c8efc1ffeb6b82a22c1af8dd908af349563314
 KCM (kernel connection multiplexer) interface (since Linux 4.6).
 See
-.I Documentation/networking/kcm.txt
+.I Documentation/networking/kcm.rst
 in the Linux kernel source tree for details.
 .TP
 .B AF_QIPCRTR
index 369ee78378a539cda68a789df48b6d1e7a49d6c7..dcf7792e91ec1d0dfbd3e98d227906ba2b690552 100644 (file)
@@ -323,9 +323,7 @@ a 'ramdisk=N' parameter to tell its size.
 These days ram disks use the buffer cache, and grow dynamically.
 For a lot of information on the current ramdisk
 setup, see the kernel source file
-.I Documentation/blockdev/ramdisk.txt
-.RI ( Documentation/ramdisk.txt
-in older kernels).
+.IR Documentation/blockdev/ramdisk.rst .
 .IP
 There are four parameters, two boolean and two integral.
 .TP
@@ -373,11 +371,7 @@ is performed.
 .IP
 For a detailed description of the initrd feature,
 see the kernel source file
-.I Documentation/admin\-guide/initrd.rst
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/initrd.txt
-before Linux 4.10).
+.IR Documentation/admin\-guide/initrd.rst .
 .IP
 The 'noinitrd' option tells the kernel that although it was compiled for
 operation with initrd, it should not go through the above steps, but
@@ -471,10 +465,7 @@ st=32,30,2
 .in
 .IP
 Full details can be found in the file
-.I Documentation/scsi/st.txt
-(or
-.I drivers/scsi/README.st
-for older kernels) in the Linux kernel source.
+.IR Documentation/scsi/st.rst .
 .SS Hard disks
 .TP
 .B "IDE Disk/CD-ROM Driver Parameters"
@@ -597,12 +588,7 @@ Interested readers should refer to
 the section in that document on their particular card.
 .SS The floppy disk driver
 There are many floppy driver options, and they are all listed in
-.I Documentation/blockdev/floppy.txt
-(or
-.I Documentation/floppy.txt
-in older kernels, or
-.I drivers/block/README.fd
-for ancient kernels) in the Linux kernel source.
+.IR Documentation/blockdev/floppy.rst .
 See that file for the details.
 .SS The sound driver
 The sound driver can also accept boot arguments to override the compiled-in
index 352e0d1d391c1ea567057b5ace34b069ee8c0bf2..cd3950d20f5a6ff1900519d9168fd11f65af5c17 100644 (file)
@@ -57,7 +57,7 @@ A longer description of these problems can be found in the kernel
 source file
 .I Documentation/admin\-guide/cgroup\-v2.rst
 (or
-.I Documentation/cgroup\-v2.txt
+.I Documentation/cgroup\-v2.rst
 in Linux 4.17 and earlier).
 .P
 Because of the problems with the initial cgroups implementation
@@ -246,10 +246,7 @@ Cgroups can be guaranteed a minimum number of "CPU shares"
 when a system is busy.
 This does not limit a cgroup's CPU usage if the CPUs are not busy.
 For further information, see
-.I Documentation/scheduler/sched\-design\-CFS.rst
-(or
-.I Documentation/scheduler/sched\-design\-CFS.txt
-in Linux 5.2 and earlier).
+.IR Documentation/scheduler/sched\-design\-CFS.rst .
 .IP
 In Linux 3.2,
 this controller was extended to provide CPU "bandwidth" control.
@@ -260,29 +257,20 @@ then within each scheduling period
 an upper limit on the CPU time allocated to the processes in a cgroup.
 This upper limit applies even if there is no other competition for the CPU.
 Further information can be found in the kernel source file
-.I Documentation/scheduler/sched\-bwc.rst
-(or
-.I Documentation/scheduler/sched\-bwc.txt
-in Linux 5.2 and earlier).
+.IR Documentation/scheduler/sched\-bwc.rst .
 .TP
 .IR cpuacct " (since Linux 2.6.24; " \f[B]CONFIG_CGROUP_CPUACCT\f[] )
 This provides accounting for CPU usage by groups of processes.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/cpuacct.rst
-(or
-.I Documentation/cgroup\-v1/cpuacct.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/cpuacct.rst .
 .TP
 .IR cpuset " (since Linux 2.6.24; " \f[B]CONFIG_CPUSETS\f[] )
 This cgroup can be used to bind the processes in a cgroup to
 a specified set of CPUs and NUMA nodes.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/cpusets.rst
-(or
-.I Documentation/cgroup\-v1/cpusets.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/cpusets.rst .
 .
 .TP
 .IR memory " (since Linux 2.6.25; " \f[B]CONFIG_MEMCG\f[] )
@@ -290,10 +278,7 @@ The memory controller supports reporting and limiting of process memory, kernel
 memory, and swap used by cgroups.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/memory.rst
-(or
-.I Documentation/cgroup\-v1/memory.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/memory.rst .
 .TP
 .IR devices " (since Linux 2.6.26; " \f[B]CONFIG_CGROUP_DEVICE\f[] )
 This supports controlling which processes may create (mknod) devices as
@@ -303,10 +288,7 @@ Hierarchy is enforced, so new rules must not
 violate existing rules for the target or ancestor cgroups.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/devices.rst
-(or
-.I Documentation/cgroup\-v1/devices.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/devices.rst .
 .TP
 .IR freezer " (since Linux 2.6.28; " \f[B]CONFIG_CGROUP_FREEZER\f[] )
 The
@@ -319,10 +301,7 @@ also causes its children, for example, processes in
 to be frozen.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/freezer\-subsystem.rst
-(or
-.I Documentation/cgroup\-v1/freezer\-subsystem.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/freezer\-subsystem.rst .
 .TP
 .IR net_cls " (since Linux 2.6.29; " \f[B]CONFIG_CGROUP_NET_CLASSID\f[] )
 This places a classid, specified for the cgroup, on network packets
@@ -334,10 +313,7 @@ This applies only to packets
 leaving the cgroup, not to traffic arriving at the cgroup.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/net_cls.rst
-(or
-.I Documentation/cgroup\-v1/net_cls.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/net_cls.rst .
 .TP
 .IR blkio " (since Linux 2.6.33; " \f[B]CONFIG_BLK_CGROUP\f[] )
 The
@@ -354,10 +330,7 @@ The second is a throttling policy which specifies
 upper I/O rate limits on a device.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/blkio\-controller.rst
-(or
-.I Documentation/cgroup\-v1/blkio\-controller.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/blkio\-controller.rst .
 .TP
 .IR perf_event " (since Linux 2.6.39; " \f[B]CONFIG_CGROUP_PERF\f[] )
 This controller allows
@@ -370,39 +343,27 @@ Further information can be found in the kernel source files
 This allows priorities to be specified, per network interface, for cgroups.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/net_prio.rst
-(or
-.I Documentation/cgroup\-v1/net_prio.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/net_prio.rst .
 .TP
 .IR hugetlb " (since Linux 3.5; " \f[B]CONFIG_CGROUP_HUGETLB\f[] )
 This supports limiting the use of huge pages by cgroups.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/hugetlb.rst
-(or
-.I Documentation/cgroup\-v1/hugetlb.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/hugetlb.rst .
 .TP
 .IR pids " (since Linux 4.3; " \f[B]CONFIG_CGROUP_PIDS\f[] )
 This controller permits limiting the number of process that may be created
 in a cgroup (and its descendants).
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/pids.rst
-(or
-.I Documentation/cgroup\-v1/pids.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/pids.rst .
 .TP
 .IR rdma " (since Linux 4.11; " \f[B]CONFIG_CGROUP_RDMA\f[] )
 The RDMA controller permits limiting the use of
 RDMA/IB-specific resources per cgroup.
 .IP
 Further information can be found in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v1/rdma.rst
-(or
-.I Documentation/cgroup\-v1/rdma.txt
-in Linux 5.2 and earlier).
+.IR Documentation/admin\-guide/cgroup\-v1/rdma.rst .
 .\"
 .SS Creating cgroups and moving processes
 A cgroup filesystem initially contains a single root cgroup, '/',
@@ -587,10 +548,7 @@ file.
 .P
 For more changes, see the
 .I Documentation/admin\-guide/cgroup\-v2.rst
-file in the kernel source
-(or
-.I Documentation/cgroup\-v2.txt
-in Linux 4.17 and earlier).
+file in the kernel source.
 .
 .P
 Some of the new behaviors listed above saw subsequent modification with
@@ -672,10 +630,7 @@ it is silently ignored in noninitial namespaces.
 .\"
 .SS Cgroups v2 controllers
 The following controllers, documented in the kernel source file
-.I Documentation/admin\-guide/cgroup\-v2.rst
-(or
-.I Documentation/cgroup\-v2.txt
-in Linux 4.17 and earlier),
+.IR Documentation/admin\-guide/cgroup\-v2.rst ,
 are supported in cgroups version 2:
 .TP
 .IR cpu " (since Linux 4.15)"
index e1a93eff0b8e9420c9434e1dca23bed0981f1661..e57def46187667327c3c7d55125e317a0052704a 100644 (file)
@@ -1597,9 +1597,3 @@ syntax that works on any shell, but alas more obscurely, by using the
 .P
 .I Documentation/admin\-guide/cgroup\-v1/cpusets.rst
 in the Linux kernel source tree
-.\" commit 45ce80fb6b6f9594d1396d44dd7e7c02d596fef8
-(or
-.I Documentation/cgroup\-v1/cpusets.txt
-before Linux 4.18, and
-.I Documentation/cpusets.txt
-before Linux 2.6.29)
index 9a832ac77d19e83edacc5757795796575609baf5..41b904783117bd78f8b3496c4a53b9acb2d598bb 100644 (file)
@@ -76,7 +76,6 @@ packets in response to
 packets.
 .TP
 .IR icmp_errors_use_inbound_ifaddr " (Boolean; default: disabled; since Linux 2.6.12)"
-.\" The following taken from Linux 2.6.28-rc4 Documentation/networking/ip-sysctl.txt
 If disabled, ICMP error messages are sent with the primary address of
 the exiting interface.
 .IP
@@ -92,7 +91,6 @@ has one will be used regardless of this setting.
 .TP
 .IR icmp_ignore_bogus_error_responses " (Boolean; default: disabled; since Linux 2.2)"
 .\" precisely: since Linux 2.1.32
-.\" The following taken from Linux 2.6.28-rc4 Documentation/networking/ip-sysctl.txt
 Some routers violate RFC1122 by sending bogus responses to broadcast frames.
 Such violations are normally logged via a kernel warning.
 If this parameter is enabled, the kernel will not give such warnings,
@@ -106,7 +104,6 @@ packets.
 These packets are sent when a packet arrives with an invalid IP header.
 .TP
 .IR icmp_ratelimit " (integer; default: 1000; since Linux 2.4.10)"
-.\" The following taken from Linux 2.6.28-rc4 Documentation/networking/ip-sysctl.txt
 Limit the maximum rates for sending ICMP packets whose type matches
 .I icmp_ratemask
 (see below) to specific targets.
@@ -114,7 +111,6 @@ Limit the maximum rates for sending ICMP packets whose type matches
 otherwise the minimum space between responses in milliseconds.
 .TP
 .IR icmp_ratemask " (integer; default: see below; since Linux 2.4.10)"
-.\" The following taken from Linux 2.6.28-rc4 Documentation/networking/ip-sysctl.txt
 Mask made of ICMP types for which rates are being limited.
 .IP
 Significant bits: IHGFEDCBA9876543210
index 1f6976c015a1098e76bb9bb0c7892324456fdbc8..f9d516b70b55ad2ec8cb5d4d9193f54032330b38 100644 (file)
@@ -1098,5 +1098,5 @@ main(int argc, char* argv[])
 .BR stat (2),
 .BR fanotify (7)
 .P
-.I Documentation/filesystems/inotify.txt
+.I Documentation/filesystems/inotify.rst
 in the Linux kernel source tree
index f2f5267624561c1984370ae26e2da6545097f388..3858bf4ac82139782501bd33d270dbab97733fe2 100644 (file)
@@ -453,7 +453,7 @@ does not work in some Linux 2.2 kernels.
 .BR ip (8)
 .P
 The kernel source file
-.IR Documentation/networking/ip\-sysctl.txt .
+.IR Documentation/networking/ip\-sysctl.rst .
 .P
 RFC\ 791 for the original IP specification.
 RFC\ 1122 for the IPv4 host requirements.
index b4c3174910e165a651ec6b28284fe9fa2787e0ff..010efff74a051046a4397fd9123dd5dd1f813165 100644 (file)
@@ -915,6 +915,6 @@ note that each link in a keyring consumes 4 bytes of the keyring payload.
 .BR pam_keyinit (8),
 .BR request\-key (8)
 .TP
-.I linux.git/Documentation/crypto/asymmetric\-keys.txt
+.I linux.git/Documentation/crypto/asymmetric\-keys.rst
 .TQ
 .I linux.git/\:Documentation/\:security/\:keys/
index 1a0c8a1af300c6a79493638018ba2f9a9f3e0463..57ad0e108711e7819c5c3639b859b7e4ee64a770 100644 (file)
@@ -12,7 +12,7 @@
 .\"    why is it necessary / how does it differ?
 .\"
 .\" SO_TIMESTAMPING (2.6.30)
-.\"    Documentation/networking/timestamping.txt
+.\"    Documentation/networking/timestamping.rst
 .\"    commit cb9eff097831007afb30d64373f29d99825d0068
 .\"    Author: Patrick Ohly <patrick.ohly@intel.com>
 .\"
@@ -338,7 +338,7 @@ but the previous filter will always be replaced such that a socket
 never has more than one filter defined.
 .IP
 Both classic and extended BPF are explained in the kernel source file
-.I Documentation/networking/filter.txt
+.I Documentation/networking/filter.rst
 .TP
 .B SO_ATTACH_REUSEPORT_CBPF
 .TQ
index e89c00dafab9fb7039da9d58ec7b4d9728f269b8..c7f8e7554c6b3817db557cc1f3bcd9c4e7bced73 100644 (file)
@@ -240,7 +240,6 @@ meaning that the option is disabled.
 .IR tcp_abc " (Integer; default: 0; Linux 2.6.15 to Linux 3.8)"
 .\" Since Linux 2.6.15; removed in Linux 3.9
 .\" commit ca2eb5679f8ddffff60156af42595df44a315ef0
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 Control the Appropriate Byte Count (ABC), defined in RFC 3465.
 ABC is a way of increasing the congestion window
 .RI ( cwnd )
@@ -304,7 +303,6 @@ default value of 2 implies that the space
 used for the application buffer is one fourth that of the total.
 .TP
 .IR tcp_allowed_congestion_control " (String; default: see text; since Linux 2.4.20)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 Show/set the congestion control algorithm choices available to unprivileged
 processes (see the description of the
 .B TCP_CONGESTION
@@ -318,7 +316,7 @@ The default value for this list is "reno" plus the default setting of
 .TP
 .IR tcp_autocorking " (Boolean; default: enabled; since Linux 3.14)"
 .\" commit f54b311142a92ea2e42598e347b84e1655caf8e3
-.\" Text heavily based on Documentation/networking/ip-sysctl.txt
+.\" Text heavily based on Documentation/networking/ip-sysctl.rst
 If this option is enabled, the kernel tries to coalesce small writes
 (from consecutive
 .BR write (2)
@@ -334,7 +332,6 @@ socket option to obtain optimal behavior
 when they know how/when to uncork their sockets.
 .TP
 .IR tcp_available_congestion_control " (String; read-only; since Linux 2.4.20)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 Show a list of the congestion-control algorithms
 that are registered.
 The items in the list are separated by white space and
@@ -355,7 +352,6 @@ mss) bytes in the window
 are reserved for the application buffer.
 A value of 0 implies that no amount is reserved.
 .\"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_base_mss " (Integer; default: 512; since Linux 2.6.17)"
 The initial value of
@@ -364,7 +360,6 @@ to be used by the packetization layer Path MTU discovery (MTU probing).
 If MTU probing is enabled,
 this is the initial MSS used by the connection.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_bic " (Boolean; default: disabled; Linux 2.4.27/2.6.6 to Linux 2.6.13)"
 Enable BIC TCP congestion control algorithm.
@@ -378,21 +373,18 @@ increment ensures linear RTT fairness as well as good scalability.
 Under small congestion windows, binary search
 increase provides TCP friendliness.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_bic_low_window " (integer; default: 14; Linux 2.4.27/2.6.6 to Linux 2.6.13)"
 Set the threshold window (in packets) where BIC TCP starts to
 adjust the congestion window.
 Below this threshold BIC TCP behaves the same as the default TCP Reno.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_bic_fast_convergence " (Boolean; default: enabled; Linux 2.4.27/2.6.6 to Linux 2.6.13)"
 Force BIC TCP to more quickly respond to changes in congestion window.
 Allows two flows sharing the same connection to converge more rapidly.
 .TP
 .IR tcp_congestion_control " (String; default: see text; since Linux 2.4.13)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 Set the default congestion-control algorithm to be used for new connections.
 The algorithm "reno" is always available,
 but additional choices may be available depending on kernel configuration.
@@ -486,7 +478,6 @@ This is strictly a violation of the TCP specification,
 but required to prevent denial-of-service attacks.
 In Linux 2.2, the default value was 180.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_frto " (integer; default: see below; since Linux 2.4.21/2.6)"
 .\" Since Linux 2.4.21/2.5.43
@@ -583,7 +574,6 @@ of 75 seconds apart) when keep-alive is enabled.
 Note that underlying connection tracking mechanisms and
 application timeouts may be much shorter.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_low_latency  " (Boolean; default: disabled; since Linux 2.4.21/2.6; obsolete since Linux 4.14)"
 .\" Since Linux 2.4.21/2.5.60
@@ -653,7 +643,6 @@ If this number is
 exceeded, the socket is closed and a warning is printed.
 .TP
 .IR tcp_moderate_rcvbuf " (Boolean; default: enabled; since Linux 2.4.17/2.6.7)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 If enabled, TCP performs receive buffer auto-tuning,
 attempting to automatically size the buffer (no greater than
 .IR tcp_rmem[2] )
@@ -691,7 +680,6 @@ This value overrides any other limits imposed by the kernel.
 .RE
 .TP
 .IR tcp_mtu_probing " (integer; default: 0; since Linux 2.6.17)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 This parameter controls TCP Packetization-Layer Path MTU Discovery.
 The following values may be assigned to the file:
 .RS
@@ -708,7 +696,6 @@ Always enabled, use initial MSS of
 .RE
 .TP
 .IR tcp_no_metrics_save " (Boolean; default: disabled; since Linux 2.6.6)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 By default, TCP saves various connection metrics in the route cache
 when the connection closes, so that connections established in the
 near future can use these to set initial conditions.
@@ -826,7 +813,6 @@ lowered to 87380 in low-memory systems).
 Enable RFC\ 2018 TCP Selective Acknowledgements.
 .TP
 .IR tcp_slow_start_after_idle " (Boolean; default: enabled; since Linux 2.6.18)"
-.\" The following is from Linux 2.6.28-rc4: Documentation/networking/ip-sysctl.txt
 If enabled, provide RFC 2861 behavior and time out the congestion
 window after an idle period.
 An idle period is defined as the current RTO (retransmission timeout).
@@ -937,7 +923,6 @@ timestamps (devices behind NAT, devices with per-connection timestamp
 offsets).
 See RFC 1323 (PAWS) and RFC 6191.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_tw_reuse " (Boolean; default: disabled; since Linux 2.4.19/2.6)"
 .\" Since Linux 2.4.19/2.5.43
@@ -945,7 +930,6 @@ Allow to reuse TIME_WAIT sockets for new connections when it is
 safe from protocol viewpoint.
 It should not be changed without advice/request of technical experts.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_vegas_cong_avoid  " (Boolean; default: disabled; Linux 2.2 to Linux 2.6.13)"
 .\" Since Linux 2.1.8; removed in Linux 2.6.13
@@ -956,7 +940,6 @@ TCP Vegas adjusts the sending rate by modifying the congestion window.
 TCP Vegas should provide less packet loss, but it is
 not as aggressive as TCP Reno.
 .\"
-.\" The following is from Linux 2.6.12: Documentation/networking/ip-sysctl.txt
 .TP
 .IR tcp_westwood " (Boolean; default: disabled; Linux 2.4.26/2.6.3 to Linux 2.6.13)"
 Enable TCP Westwood+ congestion control algorithm.
@@ -1541,7 +1524,7 @@ IPv6 is not described.
 .\" .SH AUTHORS
 .\" This man page was originally written by Andi Kleen.
 .\" It was updated for 2.4 by Nivedita Singhvi with input from
-.\" Alexey Kuznetsov's Documentation/networking/ip-sysctl.txt
+.\" Alexey Kuznetsov's Documentation/networking/ip-sysctl.rst
 .\" document.
 .SH SEE ALSO
 .BR accept (2),
@@ -1557,7 +1540,7 @@ IPv6 is not described.
 .BR socket (7)
 .P
 The kernel source file
-.IR Documentation/networking/ip\-sysctl.txt .
+.IR Documentation/networking/ip\-sysctl.rst .
 .P
 RFC\ 793 for the TCP specification.
 .br
index 4475555eb7ce7d826800a16addf5039cc9ea1b3b..43aed3f51d16e5f17efcc28fa1e3afac396da376 100644 (file)
@@ -305,7 +305,7 @@ is a new feature in Linux 2.2.
 .BR udplite (7)
 .P
 The kernel source file
-.IR Documentation/networking/ip\-sysctl.txt .
+.IR Documentation/networking/ip\-sysctl.rst .
 .P
 RFC\ 768 for the User Datagram Protocol.
 .br
index aee5d46c59cc8b5977b6f8f41e398473dbc2a59e..c6355f901d9b68d1cfd6262d052e932f1305ccd6 100644 (file)
@@ -131,5 +131,5 @@ Where glibc support is missing, the following definitions are needed:
 .P
 RFC\ 3828 for the Lightweight User Datagram Protocol (UDP-Lite).
 .P
-.I Documentation/networking/udplite.txt
+.I Documentation/networking/udplite.rst
 in the Linux kernel source tree
index 20562986de992afc6d5ca6aee1cf1dbea2cb03de..28b6c08639c88da05997e6f5cb15607e93f6f80c 100644 (file)
@@ -179,11 +179,7 @@ The registry of the characters
 assigned to the Linux zone is maintained by LANANA and the registry
 itself is
 .I Documentation/admin\-guide/unicode.rst
-in the Linux kernel sources
-.\" commit 9d85025b0418163fae079c9ba8f8445212de8568
-(or
-.I Documentation/unicode.txt
-before Linux 4.10).
+in the Linux kernel sources.
 .P
 Two other planes are reserved for private usage, plane 15
 (Supplementary Private Use Area-A, range 0xf0000 to 0xffffd)