Introduction
Introduction Statistics Contact Development Disclaimer Help
tadd disclaimer on field numbers in man pages - numtools - perform numerical op…
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 5ef38a38146fe0d02f11b47687ea034699307c6f
parent 2ba857f14c62d612af8f64ecde11891d804a858c
Author: Anders Damsgaard <[email protected]>
Date: Tue, 31 Aug 2021 11:56:52 +0200
add disclaimer on field numbers in man pages
Diffstat:
M max.1 | 4 ++--
M mean.1 | 4 ++--
M min.1 | 4 ++--
M sum.1 | 4 ++--
4 files changed, 8 insertions(+), 8 deletions(-)
---
diff --git a/max.1 b/max.1
t@@ -14,9 +14,9 @@ returns the maximum numerical value for each column in
or in standard input, if no
.Ar file
is given.
-Input fields must be tab-separated.
+Input fields must be tab-separated and each line must contain the same
+number of fields.
.Sh SEE ALSO
-.Xr awk 1 ,
.Xr mean 1 ,
.Xr min 1 ,
.Xr sum 1
diff --git a/mean.1 b/mean.1
t@@ -14,9 +14,9 @@ returns the mean numerical value for each column in
or in standard input, if no
.Ar file
is given.
-Input fields must be tab-separated.
+Input fields must be tab-separated and each line must contain the same
+number of fields.
.Sh SEE ALSO
-.Xr awk 1 ,
.Xr max 1 ,
.Xr min 1 ,
.Xr sum 1
diff --git a/min.1 b/min.1
t@@ -14,9 +14,9 @@ returns the minimum numerical value for each column in
or in standard input, if no
.Ar file
is given.
-Input fields must be tab-separated.
+Input fields must be tab-separated and each line must contain the same
+number of fields.
.Sh SEE ALSO
-.Xr awk 1 ,
.Xr max 1 ,
.Xr mean 1 ,
.Xr sum 1
diff --git a/sum.1 b/sum.1
t@@ -14,9 +14,9 @@ returns the numerical sum for each column in
or in standard input, if no
.Ar file
is given.
-Input fields must be tab-separated.
+Input fields must be tab-separated and each line must contain the same
+number of fields.
.Sh SEE ALSO
-.Xr awk 1 ,
.Xr max 1 ,
.Xr mean 1 ,
.Xr min 1
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.