numtools

perform numerical operations on vectors and matrices in unix pipes
git clone git://src.adamsgaard.dk/numtools # fast
git clone https://src.adamsgaard.dk/numtools.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit df25f3ca6a4ccaf88f31117f4285cc16c39f526d
parent bd0b15dade8e5a6309e69b834d2830b2d5832239
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon, 12 Jul 2021 14:41:29 +0200

fix grammar in man page DESCRIPTIONs

Diffstat:
Mhistpdf.1 | 1-
Mmax.1 | 1-
Mmean.1 | 1-
Mmin.1 | 1-
Msum.1 | 1-
5 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/histpdf.1 b/histpdf.1 @@ -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. diff --git a/max.1 b/max.1 @@ -8,7 +8,6 @@ .Nm .Op Ar file .Sh DESCRIPTION -The .Nm returns the maximum numerical value for each column in .Ar file diff --git a/mean.1 b/mean.1 @@ -8,7 +8,6 @@ .Nm .Op Ar file .Sh DESCRIPTION -The .Nm returns the mean numerical value for each column in .Ar file diff --git a/min.1 b/min.1 @@ -8,7 +8,6 @@ .Nm .Op Ar file .Sh DESCRIPTION -The .Nm returns the minimum numerical value for each column in .Ar file diff --git a/sum.1 b/sum.1 @@ -8,7 +8,6 @@ .Nm .Op Ar file .Sh DESCRIPTION -The .Nm returns the numerical sum for each column in .Ar file