summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2016-10-08 12:56:57 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2016-10-08 14:08:24 +0200
commitac64534c7f7df2dced50bd2329506307f8c9f5e5 (patch)
tree72930237eda1e0c5b41359ea5ff6a36369a2c9f3
parentb8efb41432b73a8451e738d0a2d93e71bc3b1d87 (diff)
Removed trailing white space at end of lines
-rw-r--r--Changes2
-rw-r--r--man2/kcmp.22
2 files changed, 2 insertions, 2 deletions
diff --git a/Changes b/Changes
index 825a004ae..721e020e8 100644
--- a/Changes
+++ b/Changes
@@ -114,7 +114,7 @@ Global changes
Various pages
Michael Kerrisk
Fix section ordering
- Various pages had sections in an order different from
+ Various pages had sections in an order different from
that prescribed in man-pages(7).
Various pages
diff --git a/man2/kcmp.2 b/man2/kcmp.2
index 57a0bb21d..4e465f83f 100644
--- a/man2/kcmp.2
+++ b/man2/kcmp.2
@@ -294,7 +294,7 @@ test_kcmp(char *msg, id_t pid1, pid_t pid2, int fd_a, int fd_b)
printf("\\t%s\\n", msg);
printf("\\t\\tkcmp(%ld, %ld, KCMP_FILE, %d, %d) ==> %s\\n",
(long) pid1, (long) pid2, fd_a, fd_b,
- (kcmp(pid1, pid2, KCMP_FILE, fd_a, fd_b) == 0) ?
+ (kcmp(pid1, pid2, KCMP_FILE, fd_a, fd_b) == 0) ?
"same" : "different");
}