]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
Removed trailing white space at end of lines
authorMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 16:23:54 +0000 (18:23 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 8 Aug 2015 16:23:54 +0000 (18:23 +0200)
man1/ldd.1
man2/bpf.2
man2/sched_get_priority_max.2
man3/dladdr.3
man3/dlinfo.3

index 350993221303a7344d15547e7380cb3d549c1b92..60651f217194eecd428e01fa343b1c9554336b7d 100644 (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,
index 93ff7ece2956e5c390175888e1b202c97a5d057c..385d44a6125f298a047182717207d7654c4da9d9 100644 (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?
index aef3c71f8716c6fa17337401fe1f435417cee7e7..3747b79abd561e92c4009be63cab87a136754505 100644 (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
index 6cd4c1ca54f68eec1dbd12a0ce574a8338e8a373..33fcc017231ce9c3362dc98942e12fde14e3163f 100644 (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 */
index 7b049abd0eaef3830c6f0290fc67a42e2084ee10..646f88ab15a5b1cb46b58a3876779f392c0515de 100644 (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