tadd awk(1) reference in man pages - 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 4b6992d475b32117ef12d031122b28a97cc02978
 (DIR) parent 9f8fb00ec36b31bce8d00e7c757ac292ecbdeff6
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Wed, 25 Nov 2020 14:37:54 +0100
       
       add awk(1) reference in man pages
       
       Diffstat:
         M max.1                               |       1 +
         M min.1                               |       1 +
       
       2 files changed, 2 insertions(+), 0 deletions(-)
       ---
 (DIR) diff --git a/max.1 b/max.1
       t@@ -15,6 +15,7 @@ returns the maximum numerical value for each column in
        or in standard input, if no file is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       +.Xr awk 1
        .Xr mean 1
        .Xr min 1
        .Sh AUTHORS
 (DIR) diff --git a/min.1 b/min.1
       t@@ -15,6 +15,7 @@ returns the minimum numerical value for each column in
        or in standard input, if no file is given.
        Input fields must be tab-separated.
        .Sh SEE ALSO
       +.Xr awk 1
        .Xr mean 1
        .Xr min 1
        .Sh AUTHORS