summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-08-19 12:01:21 -0500
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-08-19 12:01:21 -0500
commitef4f4031cabe1599a80484533df9a80d4549ef3b (patch)
treee5f65be1fe9f85ccf0085a32341ef4880b63d305
parent72152722e9d5e9db15ac42e82a69ff549232f116 (diff)
Removed trailing white space at end of lines
-rw-r--r--man2/getrlimit.26
-rw-r--r--man2/perf_event_open.22
-rw-r--r--man2/utime.22
-rw-r--r--man3/memmem.32
-rw-r--r--man3/sigpause.32
-rw-r--r--man5/proc.58
-rw-r--r--man7/man-pages.72
7 files changed, 12 insertions, 12 deletions
diff --git a/man2/getrlimit.2 b/man2/getrlimit.2
index 7756a4aaf..191f0b4bc 100644
--- a/man2/getrlimit.2
+++ b/man2/getrlimit.2
@@ -384,11 +384,11 @@ command-line arguments and environment variables; for details, see
.\" Date: Tue May 4 18:03:50 2010 +0200
.\"
.\" rlimits: implement prlimit64 syscall
-.\"
+.\"
.\" commit 6a1d5e2c85d06da35cdfd93f1a27675bfdc3ad8c
.\" Author: Jiri Slaby <jslaby@suse.cz>
.\" Date: Wed Mar 24 17:06:58 2010 +0100
-.\"
+.\"
.\" rlimits: add rlimit64 structure
.\"
The Linux-specific
@@ -652,7 +652,7 @@ The most pertinent limit here is
.BR RLIMIT_FSIZE ,
which specifies the maximum size to which a file can grow:
to be useful, this limit must be represented using a type
-that is as wide as the type used to
+that is as wide as the type used to
represent file offsets\(emthat is, as wide as a 64-bit
.BR off_t
(assuming a program compiled with
diff --git a/man2/perf_event_open.2 b/man2/perf_event_open.2
index a2f0ad81d..625e5ff54 100644
--- a/man2/perf_event_open.2
+++ b/man2/perf_event_open.2
@@ -2012,7 +2012,7 @@ Executable code
.TP
.I mem_lvl
Memory hierarchy level hit or miss, a bitwise combination of
-the following, shifted left by
+the following, shifted left by
.BR PERF_MEM_LVL_SHIFT :
.PD 0
diff --git a/man2/utime.2 b/man2/utime.2
index b6bc932bc..a3990e33c 100644
--- a/man2/utime.2
+++ b/man2/utime.2
@@ -176,7 +176,7 @@ as obsolete.
Linux does not allow changing the timestamps on an immutable file,
or setting the timestamps to something other than the current time
on an append-only file.
-.\"
+.\"
.\" In libc4 and libc5,
.\" .BR utimes ()
.\" is just a wrapper for
diff --git a/man3/memmem.3 b/man3/memmem.3
index 5ea290df2..effb907af 100644
--- a/man3/memmem.3
+++ b/man3/memmem.3
@@ -73,7 +73,7 @@ This function is a GNU extension.
.\" and a pointer to the end of the first occurrence of
.\" .I needle
.\" was returned.
-.\"
+.\"
.\" Both old and new libc's have the bug that if
.\" .I needle
.\" is empty,
diff --git a/man3/sigpause.3 b/man3/sigpause.3
index 7a38ce6f2..4459522cf 100644
--- a/man3/sigpause.3
+++ b/man3/sigpause.3
@@ -84,7 +84,7 @@ On Linux, this routine is a system call only on the Sparc (sparc64)
architecture.
.\" Libc4 and libc5 know only about the BSD version.
-.\"
+.\"
Glibc uses the BSD version if the
.B _BSD_SOURCE
feature test macro is defined and none of
diff --git a/man5/proc.5 b/man5/proc.5
index 0b4495ce5..9273ba683 100644
--- a/man5/proc.5
+++ b/man5/proc.5
@@ -233,7 +233,7 @@ Strings longer than
.B TASK_COMM_LEN
(16) characters are silently truncated.
-This file provides a superset of the
+This file provides a superset of the
.BR prctl (2)
.B PR_SET_NAME
and
@@ -1122,7 +1122,7 @@ are not available if the main thread has already terminated
.\" CONFIG_SCHED_DEBUG, and additional fields if CONFIG_SCHEDSTATS
.\" Displays various scheduling parameters
.\" This file can be written, to reset stats
-.\" The set of fields exposed by this file have changed
+.\" The set of fields exposed by this file have changed
.\" significantly over time.
.\" commit 43ae34cb4cd650d1eb4460a8253a8e747ba052ac
.\"
@@ -1268,7 +1268,7 @@ Tracing stop (Linux 2.6.33 onward)
.IP W
Paging (only before Linux 2.6.0)
.IP X
-Dead (from Linux 2.6.0 onward)
+Dead (from Linux 2.6.0 onward)
.IP x
.\" commit 44d90df6b757c59651ddd55f1a84f28132b50d29
Dead (Linux 2.6.33 to
@@ -2098,7 +2098,7 @@ file is present only if the
kernel configuration option is enabled.
.TP
.IR /proc/kpageflags " (since Linux 2.6.25)"
-This file contains 64-bit masks corresponding to each physical page frame;
+This file contains 64-bit masks corresponding to each physical page frame;
it is indexed by page frame number (see the discussion of
.IR /proc/[pid]/pagemap ).
The bits are as follows:
diff --git a/man7/man-pages.7 b/man7/man-pages.7
index 4ef25d3c7..3a502d1a1 100644
--- a/man7/man-pages.7
+++ b/man7/man-pages.7
@@ -437,7 +437,7 @@ subsections (\fBSS\fP) named \fILinux Notes\fP and \fIGlibc Notes\fP.
In Section 2, use the heading
.I "C library/kernel ABI differences"
to mark off notes that describe the differences (if any) between
-the C library wrapper function for a system call and
+the C library wrapper function for a system call and
the raw system call interface provided by the kernel.
.TP
.B BUGS