jaq.1: small typo fix - json2tsv - JSON to TSV converter
 (HTM) git clone git://git.codemadness.org/json2tsv
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit c01b7afce194e126dd9d7db3965fe6209f052e76
 (DIR) parent 7c73ed4db155770fb3c42edd396b894b209bdf41
 (HTM) Author: Hiltjo Posthuma <hiltjo@codemadness.org>
       Date:   Thu,  1 Sep 2022 01:43:13 +0200
       
       jaq.1: small typo fix
       
       Diffstat:
         M jaq.1                               |       4 ++--
       
       1 file changed, 2 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/jaq.1 b/jaq.1
       @@ -1,4 +1,4 @@
       -.Dd August 31, 2022
       +.Dd September 1, 2022
        .Dt JAQ 1
        .Os
        .Sh NAME
       @@ -18,7 +18,7 @@ in the format:
        nodename<FIELD SEPARATOR>type<FIELD SEPARATOR>value<RECORD SEPARATOR>
        .Ed
        .Pp
       -See the OUTPUT format section of
       +See the OUTPUT FORMAT section of
        .Xr json2tsv 1
        for a more detailed explanation.
        .Pp