Removed trailing white space at end of lines
diff --git a/man2/getrandom.2 b/man2/getrandom.2
index 522737e..c9d139c 100644
--- a/man2/getrandom.2
+++ b/man2/getrandom.2
@@ -81,7 +81,7 @@
 If this bit is set, then random bytes are drawn from the
 .I random
 source
-(i.e., the same source as the 
+(i.e., the same source as the
 .IR /dev/random
 device)
 instead of the
diff --git a/man2/open.2 b/man2/open.2
index ddfea00..0ddd524 100644
--- a/man2/open.2
+++ b/man2/open.2
@@ -770,7 +770,7 @@
 XFS (Linux 3.15);
 .\" commit 99b6436bc29e4f10e4388c27a3e4810191cc4788
 .\" commit ab29743117f9f4c22ac44c13c1647fb24fb2bafe
-Btrfs (Linux 3.16); 
+Btrfs (Linux 3.16);
 .\" commit ef3b9af50bfa6a1f02cd7b3f5124b712b1ba3e3c
 F2FS (Linux 3.16);
 .\" commit 50732df02eefb39ab414ef655979c2c9b64ad21c
diff --git a/man2/pkey_alloc.2 b/man2/pkey_alloc.2
index 6f49bc5..8009299 100644
--- a/man2/pkey_alloc.2
+++ b/man2/pkey_alloc.2
@@ -111,7 +111,7 @@
 supports protection keys.
 It can be used in lieu of any other mechanism for detecting pkey support
 and will simply fail with the error
-.B ENOSPC 
+.B ENOSPC
 if the operating system has no pkey support.
 
 The kernel guarantees that the contents of the hardware rights
diff --git a/man3/ctime.3 b/man3/ctime.3
index fe5b514..077c2a4 100644
--- a/man3/ctime.3
+++ b/man3/ctime.3
@@ -319,7 +319,7 @@
 .SH ERRORS
 .TP
 .B EOVERFLOW
-The result cannot be represented. 
+The result cannot be represented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
diff --git a/man3/pthread_getattr_default_np.3 b/man3/pthread_getattr_default_np.3
index 707129c..e30c583 100644
--- a/man3/pthread_getattr_default_np.3
+++ b/man3/pthread_getattr_default_np.3
@@ -152,7 +152,7 @@
     s = pthread_attr_getschedpolicy(attr, &policy);
     if (s != 0)
         errExitEN(s, "pthread_attr_getschedpolicy");
-    printf("Scheduling policy:   %s\\n", 
+    printf("Scheduling policy:   %s\\n",
             (policy == SCHED_FIFO) ? "SCHED_FIFO" :
             (policy == SCHED_RR) ? "SCHED_RR" :
             (policy == SCHED_OTHER) ? "SCHED_OTHER" : "[unknown]");
diff --git a/man3/remainder.3 b/man3/remainder.3
index eab130a..cb33eb5 100644
--- a/man3/remainder.3
+++ b/man3/remainder.3
@@ -234,7 +234,7 @@
 is an infinity and
 .I y
 is not a NaN.
-.I errno was not set 
+.I errno was not set
 .SH EXAMPLE
 The call "remainder(29.0, 3.0)" returns \-1.
 .SH SEE ALSO
diff --git a/man3/timegm.3 b/man3/timegm.3
index 26a7302..5f68c92 100644
--- a/man3/timegm.3
+++ b/man3/timegm.3
@@ -74,7 +74,7 @@
 .SH ERRORS
 .TP
 .B EOVERFLOW
-The result cannot be represented. 
+The result cannot be represented.
 .SH ATTRIBUTES
 For an explanation of the terms used in this section, see
 .BR attributes (7).
diff --git a/man7/pipe.7 b/man7/pipe.7
index ff99780..3df4e08 100644
--- a/man7/pipe.7
+++ b/man7/pipe.7
@@ -164,7 +164,7 @@
 .TP
 .IR /proc/sys/fs/pipe-max-pages " (only in Linux 2.6.34)"
 .\" commit b492e95be0ae672922f4734acf3f5d35c30be948
-An upper limit, in pages, on the capacity that an unprivileged user 
+An upper limit, in pages, on the capacity that an unprivileged user
 (one without the
 .BR CAP_SYS_RESOURCE
 capability)
@@ -347,7 +347,7 @@
 .\" commit b0b91d18e2e97b741b294af9333824ecc3fadfd8 and
 .\" commit a005ca0e6813e1d796a7422a7e31d8b8d6555df1
 .IP (1) 5
-When increasing the pipe capacity, the checks against the soft and 
+When increasing the pipe capacity, the checks against the soft and
 hard limits were made against existing consumption,
 and excluded the memory required for the increased pipe capacity.
 The new increase in pipe capacity could then push the total
diff --git a/man7/pkeys.7 b/man7/pkeys.7
index e6978e9..c01ee25 100644
--- a/man7/pkeys.7
+++ b/man7/pkeys.7
@@ -42,7 +42,7 @@
 access, or all access to a tagged page.
 
 Protection keys work in conjunction with the existing
-.BR PROT_READ / 
+.BR PROT_READ /
 .BR PROT_WRITE /
 .BR PROT_EXEC
 permissions passed to system calls such as
diff --git a/man7/random.7 b/man7/random.7
index 18c442f..f5cbe1b 100644
--- a/man7/random.7
+++ b/man7/random.7
@@ -63,7 +63,7 @@
 source in this page).
 The default is the
 .I urandom
-source; the 
+source; the
 .I random
 source is selected by specifying the
 .BR GRND_RANDOM
diff --git a/man7/sched.7 b/man7/sched.7
index 423147a..d8bc552 100644
--- a/man7/sched.7
+++ b/man7/sched.7
@@ -834,7 +834,7 @@
 .BR setsid (2))
 form a task group.
 Each new autogroup is thus a separate task group.
-The root task group is the parent of all such autogroups. 
+The root task group is the parent of all such autogroups.
 .IP *
 If autogrouping is enabled, then the root task group consists of
 all processes in the root CPU cgroup that were not
diff --git a/man7/udp.7 b/man7/udp.7
index 6843dc9..7a0b8e1 100644
--- a/man7/udp.7
+++ b/man7/udp.7
@@ -197,7 +197,7 @@
 .\" From include/linux/udp.h:
 .\"     UDP_ENCAP_ESPINUDP_NON_IKE draft-ietf-ipsec-nat-t-ike-00/01
 .\"     UDP_ENCAP_ESPINUDP draft-ietf-ipsec-udp-encaps-06
-.\"     UDP_ENCAP_L2TPINUDP rfc2661 
+.\"     UDP_ENCAP_L2TPINUDP rfc2661
 .SS Ioctls
 These ioctls can be accessed using
 .BR ioctl (2).