From: Martin Mares Date: Wed, 25 Jul 2012 17:19:24 +0000 (+0200) Subject: Man page: Fixed a couple of formatting typos X-Git-Tag: v1.0.1~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=aa30205e8933e981fab14a9ea284b3b7d9a2a12c;p=xsv.git Man page: Fixed a couple of formatting typos --- diff --git a/xsv.1.txt b/xsv.1.txt index e392528..70cf873 100644 --- a/xsv.1.txt +++ b/xsv.1.txt @@ -53,7 +53,7 @@ output. If no format is given, *--tsv* is assumed. number of hashes. Leading or trailing separators are interpreted as empty fields (this can be overridden by *--sloppy*). This format can be used only for input. -*--table*: +*--table*:: An output-only format, which displays the data in form of a table. Data in each column are justified to the width of the longest item. With *--grid*, an ASCII-art grid is added. Please note that this requires two passes over the data, @@ -98,7 +98,7 @@ specify how the data should be transformed between the input and the output. *--trim*:: Delete leading and trailing spaces in each field. -*--equalize*":: +*--equalize*:: When different lines contain a different number of fields, pad the short ones with empty fields. Please note that this requires two passes over the data, possibly storing the data to a temporary file in between.