From cec0ddc8ec4ce81685a51998b978e22167e461f9 Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Mon, 27 Sep 2010 23:29:34 +0300 Subject: Major man page updates. Lots of content was updated on the xz man page. Technical improvements: - Start a new sentence on a new line. - Use fairly short lines. - Use constant-width font for examples (where supported). - Some minor cleanups. Thanks to Jonathan Nieder for some language fixes. --- src/scripts/xzmore.1 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/scripts/xzmore.1') diff --git a/src/scripts/xzmore.1 b/src/scripts/xzmore.1 index 42542bfe..30dad687 100644 --- a/src/scripts/xzmore.1 +++ b/src/scripts/xzmore.1 @@ -4,22 +4,23 @@ .\" .\" License: GNU GPLv2+ .\" -.TH XZMORE 1 "2009-07-05" "Tukaani" "XZ Utils" +.TH XZMORE 1 "2010-09-27" "Tukaani" "XZ Utils" .SH NAME xzmore, lzmore \- view xz or lzma compressed (text) files .SH SYNOPSIS .B xzmore -.RI [ "filename ..." ] +.RI [ "filename ..." ] .br .B lzmore -.RI [ "filename ..." ] +.RI [ "filename ..." ] .SH DESCRIPTION .B xzmore is a filter which allows examination of .BR xz (1) or .BR lzma (1) -compressed text files one screenful at a time on a soft-copy terminal. +compressed text files one screenful at a time +on a soft-copy terminal. .PP To use a pager other than the default .B more, -- cgit v1.2.3