Introduction
Introduction Statistics Contact Development Disclaimer Help
tfix mandoc -Tlint -Wstyle errors - numtools - perform numerical operations on …
git clone git://src.adamsgaard.dk/numtools
Log
Files
Refs
README
LICENSE
---
commit 93b3822dbda7e68da8506135285f4a3b520c27c3
parent 7e56f55f66ac239bcf2628648c43b3dc450b5b7d
Author: Anders Damsgaard <[email protected]>
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(-)
---
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 [email protected]
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 [email protected]
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 [email protected]
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…
.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 [email protected]
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 [email protected]
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.