From ac64534c7f7df2dced50bd2329506307f8c9f5e5 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 8 Oct 2016 12:56:57 +0200 Subject: [PATCH] Removed trailing white space at end of lines --- Changes | 2 +- man2/kcmp.2 | 2 +- 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"); }