tfix grammar in man page DESCRIPTIONs - 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 df25f3ca6a4ccaf88f31117f4285cc16c39f526d
 (DIR) parent bd0b15dade8e5a6309e69b834d2830b2d5832239
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Mon, 12 Jul 2021 14:41:29 +0200
       
       fix grammar in man page DESCRIPTIONs
       
       Diffstat:
         M histpdf.1                           |       1 -
         M max.1                               |       1 -
         M mean.1                              |       1 -
         M min.1                               |       1 -
         M sum.1                               |       1 -
       
       5 files changed, 0 insertions(+), 5 deletions(-)
       ---
 (DIR) diff --git a/histpdf.1 b/histpdf.1
       t@@ -7,7 +7,6 @@
        .Sh SYNOPSIS
        .Nm
        .Sh DESCRIPTION
       -The
        .Nm
        outputs a PDF plot, so make sure to redirect the standard output to
        another program or to a file.
 (DIR) diff --git a/max.1 b/max.1
       t@@ -8,7 +8,6 @@
        .Nm
        .Op Ar file
        .Sh DESCRIPTION
       -The
        .Nm
        returns the maximum numerical value for each column in
        .Ar file
 (DIR) diff --git a/mean.1 b/mean.1
       t@@ -8,7 +8,6 @@
        .Nm
        .Op Ar file
        .Sh DESCRIPTION
       -The
        .Nm
        returns the mean numerical value for each column in
        .Ar file
 (DIR) diff --git a/min.1 b/min.1
       t@@ -8,7 +8,6 @@
        .Nm
        .Op Ar file
        .Sh DESCRIPTION
       -The
        .Nm
        returns the minimum numerical value for each column in
        .Ar file
 (DIR) diff --git a/sum.1 b/sum.1
       t@@ -8,7 +8,6 @@
        .Nm
        .Op Ar file
        .Sh DESCRIPTION
       -The
        .Nm
        returns the numerical sum for each column in
        .Ar file