Removed trailing white space at end of lines

This commit is contained in:
Michael Kerrisk 2007-09-20 18:07:33 +00:00
parent 5dec984efe
commit 9c7e748493
1 changed files with 2 additions and 2 deletions

View File

@ -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'