tfix mandoc -Tlint -Wstyle errors - numtools - perform numerical operations on vectors and matrices in unix pipes
 (HTM) git clone git://src.adamsgaard.dk/numtools
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 93b3822dbda7e68da8506135285f4a3b520c27c3
 (DIR) parent 7e56f55f66ac239bcf2628648c43b3dc450b5b7d
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Sun, 24 Jan 2021 15:14:16 +0100
       
       fix mandoc -Tlint -Wstyle errors
       
       Diffstat:
         M max.1                               |       6 +++---
         M mean.1                              |       6 +++---
         M min.1                               |       6 +++---
         M rangetest.1                         |       8 ++++----
         M sum.1                               |       8 ++++----
       
       5 files changed, 17 insertions(+), 17 deletions(-)
       ---
 (DIR) diff --git a/max.1 b/max.1
       t@@ -17,9 +17,9 @@ or in standard input, if no
        is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       -.Xr awk 1
       -.Xr mean 1
       -.Xr min 1
       +.Xr awk 1 ,
       +.Xr mean 1 ,
       +.Xr min 1 ,
        .Xr sum 1
        .Sh AUTHORS
        .An Anders Damsgaard Aq Mt anders@adamsgaard.dk
 (DIR) diff --git a/mean.1 b/mean.1
       t@@ -17,9 +17,9 @@ or in standard input, if no
        is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       -.Xr awk 1
       -.Xr max 1
       -.Xr min 1
       +.Xr awk 1 ,
       +.Xr max 1 ,
       +.Xr min 1 ,
        .Xr sum 1
        .Sh AUTHORS
        .An Anders Damsgaard Aq Mt anders@adamsgaard.dk
 (DIR) diff --git a/min.1 b/min.1
       t@@ -17,9 +17,9 @@ or in standard input, if no
        is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       -.Xr awk 1
       -.Xr mean 1
       -.Xr min 1
       +.Xr awk 1 ,
       +.Xr max 1 ,
       +.Xr mean 1 ,
        .Xr sum 1
        .Sh AUTHORS
        .An Anders Damsgaard Aq Mt anders@adamsgaard.dk
 (DIR) diff --git a/rangetest.1 b/rangetest.1
       t@@ -19,8 +19,8 @@ floating-point values in the search range from
        to
        .Ar max_val .
        The search range is iteratively narrowed down to find a close
       -approximation of the threshold value where the 
       -.Ar cmd 
       +approximation of the threshold value where the
       +.Ar cmd
        transitions between succes to failure, as judged by its exit status.
        .Pp
        The behavior of
       t@@ -61,7 +61,7 @@ While the above values all result in a successful invocation of
        .Nm
        progressively steps closer to the failure threshold.
        .Pp
       -Find the minimum acceptable length 
       +Find the minimum acceptable length
        .Op Fl L
        for the program
        .Xr cngf-pf 1 ,
       t@@ -78,7 +78,7 @@ while surpressing its output:
        .Dl 0.100781
        .Dl 0.100391
        .Sh SEE ALSO
       -.Xr awk 1
       +.Xr awk 1 ,
        .Xr cngf-pf 1
        .Sh AUTHORS
        .An Anders Damsgaard Aq Mt anders@adamsgaard.dk
 (DIR) diff --git a/sum.1 b/sum.1
       t@@ -12,14 +12,14 @@ The
        .Nm
        returns the numerical sum for each column in
        .Ar file
       -or in standard input, if no 
       +or in standard input, if no
        .Ar file
        is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       -.Xr awk 1
       -.Xr max 1
       -.Xr mean 1
       +.Xr awk 1 ,
       +.Xr max 1 ,
       +.Xr mean 1 ,
        .Xr min 1
        .Sh AUTHORS
        .An Anders Damsgaard Aq Mt anders@adamsgaard.dk