]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
bdflush.2, get_robust_list.2, kexec_load.2, madvise.2, mmap.2, mount.2, prctl.2,...
authorMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 24 Sep 2012 08:02:34 +0000 (10:02 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Mon, 24 Sep 2012 08:02:34 +0000 (10:02 +0200)
Rather than "kernel source".

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
21 files changed:
man2/bdflush.2
man2/get_robust_list.2
man2/kexec_load.2
man2/madvise.2
man2/mmap.2
man2/mount.2
man2/prctl.2
man2/query_module.2
man2/rt_sigqueueinfo.2
man2/shmget.2
man2/sigaction.2
man2/syscalls.2
man2/umount.2
man3/malloc.3
man4/hpsa.4
man4/initrd.4
man5/proc.5
man7/bootparam.7
man7/icmp.7
man7/netlink.7
man7/signal.7

index cfe6943ee15f361314c4fa7a19883411b848ec2d..40a3a588f6f21de5fe47e2fce218d2fdb68a5689 100644 (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
index 2ed2ae04f6ac43d7c7375cc1fe95c37092b15040..36b312db98423ac5e276a7a3b0dc87cd2f7c467d 100644 (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/
index cf533b38036218ad1d1e7c55faa11dbf8951c95f..7ecb92d05bc40a7808803bb2c33b2fa343147e9b 100644 (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.
index 03ca2499de9fe99610ffbcae5b2dbbe7fc3f71f9..255c3089c4c3e99fc94ec29ed2b7e9073ab927b1 100644 (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
index 6ee59e8c59d210a27f4d8b9b5f762692ad6df0d6..042b833614b9c117f0701912d363174b381e4592 100644 (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
index a32bd0a2f4e522499e3a3acca177277814c86ea1..692252b687b1ac209a5f668bed0a2a8b0df1c5f4 100644 (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.
index eb53aa876ec7e7716910a2bbfa8a4249ee1b0de5..25abcc7b8fd4cf659ed67e994b4c2bfe33e047c5 100644 (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
index a3f2759353e39ac2e06bfab5fc7c69e1475a898e..8118277ec0e1b5a1684f11b3396bdac5ed5ba85e 100644 (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
index 785242528656c64b1aedce239c4a250234abed2f..0fa6cf919663b255a9b9bf72cc2d8ae90a3386ae 100644 (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
index e8e375bbc83bd3db239d9a01377997aa5acf76b7..431392a3c841f1b798d909f1f10bd9146d5dcace 100644 (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
index e244addd879f5c7322912a3288f492a0fb3f56d1..48ea28b8295970a475a95bb94e9842a7406641b3 100644 (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
index a6f5ac78246b48dd2179d01166522c1c34cafc42..421fab18654801c73dc3e4480de37b0bb6d2f0ee 100644 (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 .)
index 2af25d9555847ff314f835a16de02c7cdd37af59..f5115abebe881444f095e5c6d033d57c535fbb6e 100644 (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
index a18094b14fc6fe8f5d94f7c33078a075e76c8b69..d39804b6be57002a478c687c8ecc635b1ae05cc4 100644 (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,
index be9af7dade001b5e8b0a6dd213b39d0e40c3d970..695bb8327a15d7e8dfe4ef7db9622d1b07707665 100644 (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
index e36a5b4439b1319ed4f47c98e3b45bc7b5fdc9f5..5b442beaceca38cb356a612270ffd48e957ac9a3 100644 (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)
index b7a619e793e56f56deb16afbdac8ee1d7d0dde6f..aa73f5320bf12e952bd057c9da03cd1841a11e22 100644 (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 .
index aae4fb2161bc3a3f1207d05028a7a4ee16705336..c571894d58ab8f24a29fdedb198dbf9135501f8f 100644 (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:
index 8c4cbed9ff8379cd7d18b4fa33471fb5cf8a1db0..fe26e381ed5b5daf19cc9221d28ce6b557a24759 100644 (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
index ec3bf24885d1b67888a10fb57b5bba06b03b5c4d..dfdba9a502770044804f33e589d4b114cece3ea0 100644 (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.
index fdc2d1eb250ff1a75f4c385f0fc68aef48fd9fd2..8d55b1e3964b2d4d3823a8b424fb238fd933eba8 100644 (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.