summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2012-11-07 14:24:27 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2012-11-07 14:24:27 +0100
commitfa1d274987b750275d7868c63ca6af83183c960f (patch)
tree7d4720c91edc5a1d8a6a3f0473b88fd02ec2b338
parent0d3bd76037894a1877cc4aa1a1a579581cc62dad (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/delete_module.26
-rw-r--r--man2/init_module.22
-rw-r--r--man2/prctl.22
-rwxr-xr-xman3/getauxval.36
-rw-r--r--man5/proc.52
5 files changed, 9 insertions, 9 deletions
diff --git a/man2/delete_module.2 b/man2/delete_module.2
index 3e1669409..28d06a27a 100644
--- a/man2/delete_module.2
+++ b/man2/delete_module.2
@@ -104,13 +104,13 @@ By default,
attempting to remove a module that has an
.I init
function but no
-.I exit
+.I exit
function fails.
However, if
.BR O_TRUNC
was specified, this requirement is bypassed.
.PP
-Using the
+Using the
.B O_TRUNC
flag is dangerous!
If the kernel was not built with
@@ -165,7 +165,7 @@ or,
.BR O_NONBLOCK
was specified in
.IR flags ,
-but the reference count of this module is nonzero and
+but the reference count of this module is nonzero and
.B O_TRUNC
was not specified in
.IR flags .
diff --git a/man2/init_module.2 b/man2/init_module.2
index eab48ec2e..77f346e0a 100644
--- a/man2/init_module.2
+++ b/man2/init_module.2
@@ -27,7 +27,7 @@
init_module \- load a kernel module
.SH SYNOPSIS
.nf
-.BI "int init_module(void *" module_image ", unsigned long " len ,
+.BI "int init_module(void *" module_image ", unsigned long " len ,
.BI " const char *" param_values );
.fi
diff --git a/man2/prctl.2 b/man2/prctl.2
index d73e10547..b0ab23e16 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -325,7 +325,7 @@ then the seccomp mode is inherited by children created by
.BR fork (2);
if
.BR execve (2)
-is permitted, then the seccomp mode is preserved across
+is permitted, then the seccomp mode is preserved across
.BR execve (2).
If the filters permit
.BR prctl (0
diff --git a/man3/getauxval.3 b/man3/getauxval.3
index 5120f9ac8..825b22453 100755
--- a/man3/getauxval.3
+++ b/man3/getauxval.3
@@ -59,7 +59,7 @@ The base address of the program interpreter (usually, the dynamic linker).
.TP
.BR AT_BASE_PLATFORM
A string identifying the real platform; may differ from
-.BR AT_PLATFORM
+.BR AT_PLATFORM
(PowerPC only).
.TP
.BR AT_CLKTCK
@@ -91,7 +91,7 @@ Pathname used to execute program.
Flags (unused).
.TP
.BR AT_FPUCW
-Used FPU control word (SuperH architecture only).
+Used FPU control word (SuperH architecture only).
This gives some information about the FPU initialization
performed by the kernel.
.TP
@@ -148,7 +148,7 @@ a nonzero value may be triggered by a Linux Security Module.
When this value is nonzero,
the dynamic linker disables the use of certain environment variables (see
.BR ld-linux.so (8))
-and glibc changes other aspects of its behavior.
+and glibc changes other aspects of its behavior.
(See also
.BR secure_getenv (3).)
.TP
diff --git a/man5/proc.5 b/man5/proc.5
index 8135762cc..64bd09aee 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -1432,7 +1432,7 @@ Doesn't include
.IR SwapCached " %lu"
Memory that once was swapped out, is swapped back in but
still also is in the swap file.
-(If memory pressure is high, these pages
+(If memory pressure is high, these pages
don't need to be swapped out again because they are already
in the swap file.
This saves I/O.)