Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2015-08-08 18:23:54 +02:00
parent d6dcb338fc
commit 30ea59e720
5 changed files with 5 additions and 5 deletions

View File

@ -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,

View File

@ -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?

View File

@ -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

View File

@ -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 */

View File

@ -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