From 66a9882e469895036a12fa1d5584e68d07f852d1 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 24 Sep 2012 10:02:34 +0200 Subject: [PATCH] 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 --- man2/bdflush.2 | 2 +- man2/get_robust_list.2 | 2 +- man2/kexec_load.2 | 2 +- man2/madvise.2 | 4 ++-- man2/mmap.2 | 2 +- man2/mount.2 | 2 +- man2/prctl.2 | 2 +- man2/query_module.2 | 2 +- man2/rt_sigqueueinfo.2 | 2 +- man2/shmget.2 | 2 +- man2/sigaction.2 | 2 +- man2/syscalls.2 | 2 +- man2/umount.2 | 2 +- man3/malloc.3 | 2 +- man4/hpsa.4 | 2 +- man4/initrd.4 | 2 +- man5/proc.5 | 27 ++++++++++++++------------- man7/bootparam.7 | 12 ++++++------ man7/icmp.7 | 2 +- man7/netlink.7 | 2 +- man7/signal.7 | 2 +- 21 files changed, 40 insertions(+), 39 deletions(-) diff --git a/man2/bdflush.2 b/man2/bdflush.2 index cfe6943ee..40a3a588f 100644 --- a/man2/bdflush.2 +++ b/man2/bdflush.2 @@ -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 diff --git a/man2/get_robust_list.2 b/man2/get_robust_list.2 index 2ed2ae04f..36b312db9 100644 --- a/man2/get_robust_list.2 +++ b/man2/get_robust_list.2 @@ -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/ diff --git a/man2/kexec_load.2 b/man2/kexec_load.2 index cf533b380..7ecb92d05 100644 --- a/man2/kexec_load.2 +++ b/man2/kexec_load.2 @@ -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. diff --git a/man2/madvise.2 b/man2/madvise.2 index 03ca2499d..255c3089c 100644 --- a/man2/madvise.2 +++ b/man2/madvise.2 @@ -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 diff --git a/man2/mmap.2 b/man2/mmap.2 index 6ee59e8c5..042b83361 100644 --- a/man2/mmap.2 +++ b/man2/mmap.2 @@ -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 diff --git a/man2/mount.2 b/man2/mount.2 index a32bd0a2f..692252b68 100644 --- a/man2/mount.2 +++ b/man2/mount.2 @@ -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. diff --git a/man2/prctl.2 b/man2/prctl.2 index eb53aa876..25abcc7b8 100644 --- a/man2/prctl.2 +++ b/man2/prctl.2 @@ -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 diff --git a/man2/query_module.2 b/man2/query_module.2 index a3f275935..8118277ec 100644 --- a/man2/query_module.2 +++ b/man2/query_module.2 @@ -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 diff --git a/man2/rt_sigqueueinfo.2 b/man2/rt_sigqueueinfo.2 index 785242528..0fa6cf919 100644 --- a/man2/rt_sigqueueinfo.2 +++ b/man2/rt_sigqueueinfo.2 @@ -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 diff --git a/man2/shmget.2 b/man2/shmget.2 index e8e375bbc..431392a3c 100644 --- a/man2/shmget.2 +++ b/man2/shmget.2 @@ -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 diff --git a/man2/sigaction.2 b/man2/sigaction.2 index e244addd8..48ea28b82 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -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 diff --git a/man2/syscalls.2 b/man2/syscalls.2 index a6f5ac782..421fab186 100644 --- a/man2/syscalls.2 +++ b/man2/syscalls.2 @@ -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 .) diff --git a/man2/umount.2 b/man2/umount.2 index 2af25d955..f5115abeb 100644 --- a/man2/umount.2 +++ b/man2/umount.2 @@ -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 diff --git a/man3/malloc.3 b/man3/malloc.3 index a18094b14..d39804b6b 100644 --- a/man3/malloc.3 +++ b/man3/malloc.3 @@ -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, diff --git a/man4/hpsa.4 b/man4/hpsa.4 index be9af7dad..695bb8327 100644 --- a/man4/hpsa.4 +++ b/man4/hpsa.4 @@ -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 diff --git a/man4/initrd.4 b/man4/initrd.4 index e36a5b443..5b442beac 100644 --- a/man4/initrd.4 +++ b/man4/initrd.4 @@ -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) diff --git a/man5/proc.5 b/man5/proc.5 index b7a619e79..aa73f5320 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -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- (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 . diff --git a/man7/bootparam.7 b/man7/bootparam.7 index aae4fb216..c571894d5 100644 --- a/man7/bootparam.7 +++ b/man7/bootparam.7 @@ -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: diff --git a/man7/icmp.7 b/man7/icmp.7 index 8c4cbed9f..fe26e381e 100644 --- a/man7/icmp.7 +++ b/man7/icmp.7 @@ -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 diff --git a/man7/netlink.7 b/man7/netlink.7 index ec3bf2488..dfdba9a50 100644 --- a/man7/netlink.7 +++ b/man7/netlink.7 @@ -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. diff --git a/man7/signal.7 b/man7/signal.7 index fdc2d1eb2..8d55b1e39 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -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.