summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 18:23:54 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2015-08-08 18:23:54 +0200
commit30ea59e720e259589e7bc8db8ebeeb517a230ecf (patch)
treefe4d8863deb7b5a06716be9bf6e66379a8c09ab1
parentd6dcb338fcfa67acb63ee04efac156b2bb4fe00f (diff)
Removed trailing white space at end of lines
-rw-r--r--man1/ldd.12
-rw-r--r--man2/bpf.22
-rw-r--r--man2/sched_get_priority_max.22
-rw-r--r--man3/dladdr.32
-rw-r--r--man3/dlinfo.32
5 files changed, 5 insertions, 5 deletions
diff --git a/man1/ldd.1 b/man1/ldd.1
index 350993221..60651f217 100644
--- a/man1/ldd.1
+++ b/man1/ldd.1
@@ -18,7 +18,7 @@ ldd \- print shared object dependencies
.BR ldd " [\fIoption\fP]... \fIfile\fP..."
.SH DESCRIPTION
.B ldd
-prints the shared objects (shared libraries) required by each program or
+prints the shared objects (shared libraries) required by each program or
shared object specified on the command line.
.SS Security
In the usual case,
diff --git a/man2/bpf.2 b/man2/bpf.2
index 93ff7ece2..385d44a61 100644
--- a/man2/bpf.2
+++ b/man2/bpf.2
@@ -815,7 +815,7 @@ format of
.I "struct bpf_context"
(which is the data blob passed into the eBPF program as the first argument).
.\"
-.\" FIXME
+.\" FIXME
.\" Somehere in this page we need a general introduction to the
.\" bpf_context. For example, how does a BPF program access the
.\" context?
diff --git a/man2/sched_get_priority_max.2 b/man2/sched_get_priority_max.2
index aef3c71f8..3747b79ab 100644
--- a/man2/sched_get_priority_max.2
+++ b/man2/sched_get_priority_max.2
@@ -79,7 +79,7 @@ thus it is a good idea for portable applications to use a virtual
priority range and map it to the interval given by
.BR sched_get_priority_max ()
and
-.BR sched_get_priority_min
+.BR sched_get_priority_min
POSIX.1 requires
.\" POSIX.1-2001, POSIX.1-2008 (XBD 2.8.4)
a spread of at least 32 between the maximum and the minimum values for
diff --git a/man3/dladdr.3 b/man3/dladdr.3
index 6cd4c1ca5..33fcc0172 100644
--- a/man3/dladdr.3
+++ b/man3/dladdr.3
@@ -137,7 +137,7 @@ as:
.in +4n
.nf
-typedef struct {
+typedef struct {
Elf64_Word st_name; /* Symbol name */
unsigned char st_info; /* Symbol type and binding */
unsigned char st_other; /* Symbol visibility */
diff --git a/man3/dlinfo.3 b/man3/dlinfo.3
index 7b049abd0..646f88ab1 100644
--- a/man3/dlinfo.3
+++ b/man3/dlinfo.3
@@ -41,7 +41,7 @@ The
.BR dlinfo ()
function obtains information about the dynamically loaded object
referred to by
-.IR handle
+.IR handle
(typically obtained by an earlier call to
.BR dlopen (3)
or