From 850f7400428dc9c5fd08a2f35a5bd2c9e45aede2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 19 Jan 2009 21:37:16 +0100 Subject: remove trailing blanks from all but .xz files --- src/liblzma/check/crc32_tablegen.c | 2 +- src/liblzma/check/crc64_tablegen.c | 2 +- src/scripts/lzdiff.1 | 4 ++-- src/scripts/lzmore.1 | 6 +++--- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'src') diff --git a/src/liblzma/check/crc32_tablegen.c b/src/liblzma/check/crc32_tablegen.c index d0c41caa..fbcbf474 100644 --- a/src/liblzma/check/crc32_tablegen.c +++ b/src/liblzma/check/crc32_tablegen.c @@ -70,7 +70,7 @@ print_crc32_table(void) printf("0x%08" PRIX32, crc32_table[s][b]); if (b != 255) - printf(", "); + printf(",%s", (b+1) % 4 == 0 ? "" : " "); } if (s == 7) diff --git a/src/liblzma/check/crc64_tablegen.c b/src/liblzma/check/crc64_tablegen.c index b20086f8..a0fa4ab2 100644 --- a/src/liblzma/check/crc64_tablegen.c +++ b/src/liblzma/check/crc64_tablegen.c @@ -71,7 +71,7 @@ print_crc64_table(void) crc64_table[s][b]); if (b != 255) - printf(", "); + printf(",%s", (b+1) % 2 == 0 ? "" : " "); } if (s == 3) diff --git a/src/scripts/lzdiff.1 b/src/scripts/lzdiff.1 index 7d15f8b8..17bb855a 100644 --- a/src/scripts/lzdiff.1 +++ b/src/scripts/lzdiff.1 @@ -9,7 +9,7 @@ lzcmp, lzdiff \- compare LZMA compressed files .RI [ diff_options "] " file1 " [" file2 ] .SH DESCRIPTION .B lzcmp -and +and .B zdiff are used to invoke the .BR cmp (1) @@ -27,7 +27,7 @@ If two files are specified, then they are uncompressed if necessary and fed to .B cmp or .BR diff "." -The exit status from +The exit status from .B cmp or .B diff diff --git a/src/scripts/lzmore.1 b/src/scripts/lzmore.1 index 77207261..d92f95d3 100644 --- a/src/scripts/lzmore.1 +++ b/src/scripts/lzmore.1 @@ -28,12 +28,12 @@ is used as the .BR PAGER . .TP .BR e " or " q -When the prompt --More--(Next file: +When the prompt --More--(Next file: .IR file ) is printed, this command causes lzmore to exit. .TP .B s -When the prompt --More--(Next file: +When the prompt --More--(Next file: .IR file ) is printed, this command causes zmore to skip the next file and continue. .PP @@ -41,7 +41,7 @@ For list of keyboard commands supported while actually viewing the content of a file, refer to manual of the pager you use, usually .BR more (1) or -.BR less (1). +.BR less (1). .SH AUTHORS This manual page was ripped from .BR zmore (1) -- cgit v1.2.3