From 9c7e7484935c75e3c6645988dc8c31bbcdbeed0d Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 20 Sep 2007 18:07:33 +0000 Subject: [PATCH] Removed trailing white space at end of lines --- Changes | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changes b/Changes index bacb065cf..fea227573 100644 --- a/Changes +++ b/Changes @@ -50,12 +50,12 @@ Many many pages -.BR /sbin/ldconfig +.B /sbin/ldconfig - + This is not very important, it only makes the sources more tidy. To find these I used: egrep '^\.(B[RI]|R[IB]|I[RB]) ([^ ]+|\"[^\"]\+\")$' - + And if you want to make these changes, you can use: sed 's/^\(\.[BRI]\)[BRI]\( \([^ ]\+\|\"[^\"]\+\"\)\)$/\1\2/g'