bdflush.2, get_robust_list.2, kexec_load.2, madvise.2, mmap.2, mount.2, prctl.2, query_module.2, rt_sigqueueinfo.2, shmget.2, sigaction.2, syscalls.2, umount.2, malloc.3, hpsa.4, initrd.4, proc.5, bootparam.7, icmp.7, netlink.7, signal.7: Global fix: use "Linux kernel source" consistently

Rather than "kernel source".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-09-24 10:02:34 +02:00
parent f428b73e5f
commit 66a9882e46
21 changed files with 40 additions and 39 deletions

View File

@ -84,7 +84,7 @@ and the kernel sets tuning parameter numbered
to that value.
.PP
The set of parameters, their values, and their valid ranges
are defined in the kernel source file
are defined in the Linux kernel source file
.IR fs/buffer.c .
.SH "RETURN VALUE"
If

View File

@ -130,5 +130,5 @@ to use this functionality should use the robust mutexes provided by glibc.
.IR Documentation/robust-futexes.txt
and
.IR Documentation/robust-futex-ABI.txt
in the kernel source tree
in the Linux kernel source tree
.\" http://lwn.net/Articles/172149/

View File

@ -146,7 +146,7 @@ Currently, there is no glibc support for
Call it using
.BR syscall (2).
.PP
The required constants are in the kernel source file
The required constants are in the Linux kernel source file
.IR linux/kexec.h ,
which is not currently exported to glibc.
.\" FIXME Andi submitted a patch for this.

View File

@ -193,7 +193,7 @@ KSM only merges private anonymous pages (see
The KSM feature is intended for applications that generate many
instances of the same data (e.g., virtualization systems such as KVM).
It can consume a lot of processing power; use with care.
See the kernel source file
See the Linux kernel source file
.I Documentation/vm/ksm.txt
for more details.
The
@ -231,7 +231,7 @@ data and access large regions of that memory at a time (e.g., virtualization
systems such as QEMU).
It can very easily waste memory (e.g., a 2MB mapping that only ever accesses
1 byte will result in 2MB of wired memory instead of one 4KB page).
See the kernel source file
See the Linux kernel source file
.I Documentation/vm/transhuge.txt
for more details.
The

View File

@ -228,7 +228,7 @@ should extend downward in memory.
.TP
.BR MAP_HUGETLB " (since Linux 2.6.32)"
Allocate the mapping using "huge pages."
See the kernel source file
See the Linux kernel source file
.I Documentation/vm/hugetlbpage.txt
for further information.
.TP

View File

@ -288,7 +288,7 @@ The error values given below result from filesystem type independent
errors.
Each file-system type may have its own special errors and its
own special behavior.
See the kernel source code for details.
See the Linux kernel source code for details.
.TP
.B EACCES
A component of a path was not searchable.

View File

@ -307,7 +307,7 @@ regardless of whether the counters were created by
this process or another process.
Performance counters created by the calling process for other
processes are unaffected.
For more information on performance counters, see the kernel source file
For more information on performance counters, see the Linux kernel source file
.IR tools/perf/design.txt .
.IP
Originally called

View File

@ -112,7 +112,7 @@ is a mask of
.BR MOD_RUNNING ,
.BR MOD_AUTOCLEAN ,
etc., that indicates the current status of the module
(see the kernel source file
(see the Linux kernel source file
.IR include/linux/module.h ).
.I ret
is set to the size of the

View File

@ -78,7 +78,7 @@ The caller should set the following fields in this structure:
.I si_code
This must be one of the
.B SI_*
codes in the kernel source file
codes in the Linux kernel source file
.IR include/asm-generic/siginfo.h ,
with the restriction that the code must be negative
(i.e., cannot be

View File

@ -113,7 +113,7 @@ Presently, the execute permissions are not used by the system.
.TP
.BR SHM_HUGETLB " (since Linux 2.6)"
Allocate the segment using "huge pages."
See the kernel source file
See the Linux kernel source file
.I Documentation/vm/hugetlbpage.txt
for further information.
.TP

View File

@ -769,7 +769,7 @@ namely by using a
.I sa_handler
with second argument of type
.IR "struct sigcontext".
See the relevant kernel sources for details.
See the relevant Linux kernel sources for details.
This use is obsolete now.
.SH BUGS
In kernels up to and including 2.6.13, specifying

View File

@ -630,7 +630,7 @@ this system call was never available to userspace.
Roughly speaking, the code belonging to the system call
with number __NR_xxx defined in
.I /usr/include/asm/unistd.h
can be found in the kernel source in the routine
can be found in the Linux kernel source in the routine
.IR sys_xxx ().
(The dispatch table for i386 can be found in
.IR /usr/src/linux/arch/i386/kernel/entry.S .)

View File

@ -106,7 +106,7 @@ The error values given below result from file-system type independent
errors.
Each file system type may have its own special errors and its
own special behavior.
See the kernel source code for details.
See the Linux kernel source code for details.
.TP
.B EAGAIN
A call to

View File

@ -179,7 +179,7 @@ and
.IR /proc/sys/vm/oom_adj
in
.BR proc (5),
and the kernel source file
and the Linux kernel source file
.IR Documentation/vm/overcommit-accounting .
Normally,

View File

@ -147,7 +147,7 @@ driver are also supported by the
.B hpsa
driver.
The data structures used by these ioctls are described in
the kernel source file
the Linux kernel source file
.IR include/linux/cciss_ioctl.h .
.TP
.BR CCISS_DEREGDISK ", " CCISS_REGNEWDISK ", " CCISS_REGNEWD

View File

@ -302,7 +302,7 @@ IP number 193.8.232.2 and named "idefix":
The use of
.I /proc/sys/kernel/real-root-dev
to change the root file system is obsolete.
See the kernel source file
See the Linux kernel source file
.I Documentation/initrd.txt
as well as
.BR pivot_root (2)

View File

@ -449,7 +449,7 @@ and not the "propagate_from:X" field.
For more information on mount propagation see:
.I Documentation/filesystems/sharedsubtree.txt
in the kernel source tree.
in the Linux kernel source tree.
.TP
.IR /proc/[pid]/mounts " (since Linux 2.4.19)"
This is a list of all the file systems currently mounted in the
@ -723,7 +723,7 @@ terminal of the process.
\fIflags\fP %u (%lu before Linux 2.6.22)
The kernel flags word of the process.
For bit meanings,
see the PF_* defines in the kernel source file
see the PF_* defines in the Linux kernel source file
.IR include/linux/sched.h .
Details depend on the kernel version.
.TP
@ -1247,7 +1247,7 @@ This can be used by MAKEDEV scripts for consistency with the kernel.
.TP
.IR /proc/diskstats " (since Linux 2.5.69)"
This file contains disk I/O statistics for each disk device.
See the kernel source file
See the Linux kernel source file
.I Documentation/iostats.txt
for further information.
.TP
@ -1420,7 +1420,7 @@ The format of this file is documented in
.TP
.I /proc/mtrr
Memory Type Range Registers.
See the kernel source file
See the Linux kernel source file
.I Documentation/mtrr.txt
for details.
.TP
@ -1811,7 +1811,7 @@ system call.
.IR /proc/sys/abi " (since Linux 2.4.10)"
This directory may contain files with application binary information.
.\" On some systems, it is not present.
See the kernel source file
See the Linux kernel source file
.I Documentation/sysctl/abi.txt
for more information.
.TP
@ -1830,7 +1830,7 @@ related to file systems.
.TP
.I /proc/sys/fs/binfmt_misc
Documentation for files in this directory can be found
in the kernel sources in
in the Linux kernel sources in
.IR Documentation/binfmt_misc.txt .
.TP
.IR /proc/sys/fs/dentry-state " (since Linux 2.2)"
@ -2205,7 +2205,7 @@ The default value is
The file is only present if the kernel is built with the
.B CONFIG_KMOD
option enabled.
It is described by the kernel source file
It is described by the Linux kernel source file
.I Documentation/kmod.txt
(only present in kernel 2.4 and earlier).
.TP
@ -2330,7 +2330,7 @@ See
for further information.
.TP
.I /proc/sys/kernel/real-root-dev
This file is documented in the kernel source file
This file is documented in the Linux kernel source file
.IR Documentation/initrd.txt .
.TP
.IR /proc/sys/kernel/reboot-cmd " (Sparc only) "
@ -2422,7 +2422,7 @@ Possible values in this file are:
This file is only present if the
.B CONFIG_MAGIC_SYSRQ
kernel configuration option is enabled.
For further details see the kernel source file
For further details see the Linux kernel source file
.IR Documentation/sysrq.txt .
.TP
.I /proc/sys/kernel/version
@ -2676,7 +2676,7 @@ typing ALT-SysRq-<character> (see the description of
.IR /proc/sys/kernel/sysrq ).
This file is normally only writable by
.IR root .
For further details see the kernel source file
For further details see the Linux kernel source file
.IR Documentation/sysrq.txt .
.TP
.I /proc/sysvipc
@ -2770,6 +2770,7 @@ of thing that needs to be updated very often.
.BR procinfo (8),
.BR route (8)
.br
The kernel source files:
.IR Documentation/filesystems/proc.txt ,
.IR Documentation/sysctl/vm.txt
The Linux kernel source files:
.IR Documentation/filesystems/proc.txt
and
.IR Documentation/sysctl/vm.txt .

View File

@ -513,7 +513,7 @@ Full details can be found in the file
.I Documentation/scsi/st.txt
(or
.I drivers/scsi/README.st
for older kernels) in the kernel source.
for older kernels) in the Linux kernel source.
.TP
.B "Adaptec aha151x, aha152x, aic6260, aic6360, SB16-SCSI configuration"
The aha numbers refer to cards and the aic numbers refer to the actual
@ -685,7 +685,7 @@ More details can be found in the file
.I Documentation/scsi/g_NCR5380.txt
(or
.I drivers/scsi/README.g_NCR5380
for older kernels) in the kernel source.
for older kernels) in the Linux kernel source.
.TP
.B "NCR53C8xx configuration"
.IP
@ -779,7 +779,7 @@ See the file
.I Documentation/ide.txt
(or
.I drivers/block/README.ide
for older kernels) in the kernel source for more details.
for older kernels) in the Linux kernel source for more details.
.TP
.B "The 'hd=cyls,heads,sects[,wpcom[,irq]]' options"
These options are used to specify the physical geometry of the disk.
@ -1043,7 +1043,7 @@ There are many floppy driver options, and they are all listed in
.I Documentation/floppy.txt
(or
.I drivers/block/README.fd
for older kernels) in the kernel source.
for older kernels) in the Linux kernel source.
This information is taken directly
from that file.
.TP
@ -1120,7 +1120,7 @@ only affect performance, and can safely be ignored.)
The sound driver can also accept boot args to override the compiled in
values.
This is not recommended, as it is rather complex.
It is described in the kernel source file
It is described in the Linux kernel source file
.IR Documentation/sound/oss/README.OSS
.RI ( drivers/sound/Readme.linux
in older kernel versions).
@ -1223,7 +1223,7 @@ For more details, see the file
.I Documentation/networking/baycom.txt
(or
.I drivers/net/README.baycom
for older kernels) in the kernel source.
for older kernels) in the Linux kernel source.
.TP
.B "Soundcard radio modem driver"
Syntax:

View File

@ -122,7 +122,7 @@ Significant bits: IHGFEDCBA9876543210
.br
Default mask: 0000001100000011000 (0x1818)
Bit definitions (see the kernel source file
Bit definitions (see the Linux kernel source file
.IR include/linux/icmp.h ):
.in +4n

View File

@ -88,7 +88,7 @@ Access to FIB lookup from userspace.
Kernel connector.
See
.I Documentation/connector/*
in the kernel source for further information.
in the Linux kernel source tree for further information.
.TP
.B NETLINK_NETFILTER
.\" FIXME More details on NETLINK_NETFILTER needed.

View File

@ -227,7 +227,7 @@ the middle one for x86, arm, and most other architectures,
and the last one for mips.
(Values for parisc are
.I not
shown; see the kernel source for signal numbering on that architecture.)
shown; see the Linux kernel source for signal numbering on that architecture.)
A \- denotes that a signal is absent on the corresponding architecture.)
First the signals described in the original POSIX.1-1990 standard.