Package: lrzip Severity: wishlist Tags: patch
The patch fixed hyphes in manual page. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.32-trunk-amd64 (SMP w/2 CPU cores) Locale: LANG=en_DK.UTF-8, LC_CTYPE=en_DK.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
>From 6ec5c5c3c0d1e297fd34b5b780ece3a0986401e7 Mon Sep 17 00:00:00 2001 From: Jari Aalto <[email protected]> Date: Mon, 4 Jan 2010 13:13:46 +0200 Subject: [PATCH] man/lrzip.1: fix hyphens Signed-off-by: Jari Aalto <[email protected]> --- man/lrzip.1 | 62 +++++++++++++++++++++++++++++----------------------------- 1 files changed, 31 insertions(+), 31 deletions(-) diff --git a/man/lrzip.1 b/man/lrzip.1 index 1f0ffac..61fa966 100644 --- a/man/lrzip.1 +++ b/man/lrzip.1 @@ -5,13 +5,13 @@ lrzip \- a large-file compression program .PP lrzip [OPTIONS] <file> .br -lrzip -d [OPTIONS] <file> +lrzip \-d [OPTIONS] <file> .br lrunzip [OPTIONS] <file> .br lrztar [lrzip options] <directory> .br -lrztar -d [lrzip options] <directory> +lrztar \-d [lrzip options] <directory> .br LRZIP=NOCONFIG [lrzip|lrunzip] [OPTIONS] <file> .PP @@ -29,29 +29,29 @@ Here is a summary of the options to lrzip\&. .nf - -w size compression window in hundreds of MB - default chosen by heuristic dependant on ram and chosen compression - -d decompress - -o filename specify the output file name and/or path - -O directory specify the output directory when -o is not used - -S suffix specify compressed suffix (default '.lrz') - -f force overwrite of any existing files - -D delete existing files - -P don't set permissions on output file - may leave it world-readable - -q don't show compression progress - -L level set lzma/bzip2/gzip compression level (1-9, default 7) - -n no backend compression - prepare for other compressor - -l lzo compression (ultra fast) - -b bzip2 compression - -g gzip compression using zlib - -z zpaq compression (best, extreme compression, extremely slow) - -M Maximum window and level - (all available ram and level 9) - -T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1) - -N value Set nice value to value (default 19) - -v[v] Increase verbosity - -V show version - -t test compressed file integrity - -i show compressed file information + \-w size compression window in hundreds of MB + default chosen by heuristic dependent on ram and chosen compression + \-d decompress + \-o filename specify the output file name and/or path + \-O directory specify the output directory when \-o is not used + \-S suffix specify compressed suffix (default '.lrz') + \-f force overwrite of any existing files + \-D delete existing files + \-P don't set permissions on output file. It may leave it world-readable + \-q don't show compression progress + \-L level set lzma/bzip2/gzip compression level (1\-9, default 7) + \-n no backend compression. Prepare for other compressor + \-l lzo compression (ultra fast) + \-b bzip2 compression + \-g gzip compression using zlib + \-z zpaq compression (best, extreme compression, extremely slow) + \-M Maximum window and level - (all available ram and level 9) + \-T value Compression threshold with LZO test. (0 (nil) - 10 (high), default 1) + \-N value Set nice value to value (default 19) + \-v[v] Increase verbosity + \-V show version + \-t test compressed file integrity + \-i show compressed file information If no filenames or "-" is specified, stdin/out will be used. @@ -68,7 +68,7 @@ Print an options summary page Print the lrzip version number .IP .IP "\fB-v[v]\fP" -Increases verbosity. -vv will print more messages than -v. +Increases verbosity. \-vv will print more messages than \-v. .IP .IP "\fB-w n\fP" Set the compression window size to n in hundreds of megabytes. This is the amount @@ -85,7 +85,7 @@ lrzip which uses the most memory that is reasonable. It is limited to 2GB on Set the compression level from 1 to 9. The default is to use level 7, which is a reasonable compromise between speed and compression. The compression level is also strongly related to how much -memory lrzip uses. See the -w option for details. +memory lrzip uses. See the \-w option for details. .IP .IP "\fB-M \fP" Maximum compression\&. If this option is set, then lrzip ignores the heuristic @@ -106,7 +106,7 @@ The default is 1. .IP "\fB-d\fP" Decompress. If this option is not used then lrzip looks at the name used to launch the program. If it contains the string -'lrunzip' then the -d option is automatically set. +"lrunzip" then the \-d option is automatically set. .IP .IP "\fB-l\fP" LZO Compression. If this option is set then lrzip will use the ultra @@ -136,12 +136,12 @@ but at the cost of being extremely slow on both compress and decompress. .IP "\fB-o\fP" Set the output file name. If this option is not set then the output file name is chosen based on the input name and the -suffix. The -o option cannot be used if more than one file name is +suffix. The \-o option cannot be used if more than one file name is specified on the command line. .IP .IP "\fB-O\fP" Set the output directory for the default filename. This option -cannot be combined with -o. +cannot be combined with \-o. .IP .IP "\fB-S\fP" Set the compression suffix. The default is '.lrz'. @@ -170,7 +170,7 @@ long periods. .IP "\fB-N value\fP" The default nice value is 19. This option can be used to set the priority scheduling for the lrzip backup or decompression. Valid nice values are -from -20 to 19. +from \-20 to 19. .IP .IP "\fB-t\fP" This tests the compressed file integrity. It does this by decompressing it -- 1.6.5

