summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2010-06-20 06:43:23 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2010-06-20 06:43:23 +0200
commitb911dcb076315ba302356327e0316cb9d001e582 (patch)
treed1a44d9ee1cfc77dfb6d7436c2a05e622a6b3b9a
parent3e267626883c6d72149e4abc703c7244e78121c7 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/fcntl.24
-rw-r--r--man2/migrate_pages.22
-rw-r--r--man2/prctl.24
-rw-r--r--man2/sigaction.22
-rw-r--r--man5/proc.54
5 files changed, 8 insertions, 8 deletions
diff --git a/man2/fcntl.2 b/man2/fcntl.2
index 802312c99..b01d32393 100644
--- a/man2/fcntl.2
+++ b/man2/fcntl.2
@@ -1029,7 +1029,7 @@ if that is convenient for the implementation.
The
.B F_GETPIPE_SZ
operation returns the actual size used.
-Attempting to set the pipe capacity smaller than the amount
+Attempting to set the pipe capacity smaller than the amount
of buffer space currently used to store data produces the error
.BR EBUSY .
.TP
@@ -1210,7 +1210,7 @@ operation avoids this problem.
.\" seem to have the same range check as i386.
Since glibc version 2.11, glibc makes the kernel
.B F_GETOWN
-problem invisible by implementing
+problem invisible by implementing
.B F_GETOWN
using
.BR F_GETOWN_EX .
diff --git a/man2/migrate_pages.2 b/man2/migrate_pages.2
index 49a5b3973..9f8b391fa 100644
--- a/man2/migrate_pages.2
+++ b/man2/migrate_pages.2
@@ -44,7 +44,7 @@ the kernel maintains the relative topology relationship inside
during the migration to
.IR new_nodes .
-The
+The
.I old_nodes
and
.I new_nodes
diff --git a/man2/prctl.2 b/man2/prctl.2
index eda797e31..239b023c6 100644
--- a/man2/prctl.2
+++ b/man2/prctl.2
@@ -345,9 +345,9 @@ use a thread-specific memory corruption kill policy.
In this case,
.I arg3
defines whether the policy is
-.I early kill
+.I early kill
.RB ( PR_MCE_KILL_EARLY ),
-.I late kill
+.I late kill
.RB ( PR_MCE_KILL_LATE ),
or the system-wide default
.RB ( PR_MCE_KILL_DEFAULT ).
diff --git a/man2/sigaction.2 b/man2/sigaction.2
index ef3d50695..564c3a057 100644
--- a/man2/sigaction.2
+++ b/man2/sigaction.2
@@ -409,7 +409,7 @@ This field indicates the least significant bit of the reported address
and therefore the extent of the corruption.
For example, if a full page was corrupted,
.I si_addr_lsb
-contains
+contains
.IR log2(sysconf(_SC_PAGESIZE)) .
.B BUS_MCERR_*
and
diff --git a/man5/proc.5 b/man5/proc.5
index 8e1e4cc5e..b8f4ff66b 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -2415,13 +2415,13 @@ who tries to access it.
.RE
.IP
The kill is performed using a
-.B SIGBUS
+.B SIGBUS
signal with
.I si_code
set to
.BR BUS_MCEERR_AO .
Processes can handle this if they want to; see
-.BR sigaction (2)
+.BR sigaction (2)
for more details.
This feature is only active on architectures/platforms with advanced machine