]> mj.ucw.cz Git - xsv.git/blobdiff - xsv.1.txt
make release: Reorganized my directory structure
[xsv.git] / xsv.1.txt
index 921febff8bb3bee0b05cde4727b2dff079f0acc1..da380769f1e58a2a14195b411e92dcf20d37a3e8 100644 (file)
--- a/xsv.1.txt
+++ b/xsv.1.txt
@@ -1,7 +1,7 @@
 XSV(1)
 ======
 :man source: XSV
-:man version: 1.0
+:man version: {xsvversion}
 :man manual: The Swiss-Army Knife for CSV
 
 NAME
@@ -53,14 +53,14 @@ 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,
        so pre-formatted data are stored in a temporary file.
 
-FORMAT PARAMTERS
---------------
+FORMAT PARAMETERS
+-----------------
 Each format option can be followed by parameters specific to that format:
 
 *-d, --fs=*'character'::
@@ -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.