aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-10-25 11:11:30 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-10-25 11:12:46 +1300
commitf530a5fea7d733ef996fd6ba815d318af06094f0 (patch)
tree9a99fcc1a372a2c015d81f771295fb825b50a0a6 /man
parentRestore missing header to maybe(1df) manual (diff)
downloaddotfiles-f530a5fea7d733ef996fd6ba815d318af06094f0.tar.gz
dotfiles-f530a5fea7d733ef996fd6ba815d318af06094f0.zip
Corrections to a few of the agg scripts
Diffstat (limited to 'man')
-rw-r--r--man/man1/med.1df5
-rw-r--r--man/man1/tot.1df2
2 files changed, 3 insertions, 4 deletions
diff --git a/man/man1/med.1df b/man/man1/med.1df
index 1d9bbf7f..0cef9e42 100644
--- a/man/man1/med.1df
+++ b/man/man1/med.1df
@@ -14,8 +14,7 @@ file1 file2
.SH DESCRIPTION
.B med
collects all the newline-delimited numbers given as input, and prints the
-median. It uses the floor of the mean of the two median values if the number of
-records is even. The input must be sorted, and a warning will be issued if it
-isn't.
+median. It uses the mean of the two median values if the number of records is
+even. The input must be sorted, and a warning will be issued if it isn't.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>
diff --git a/man/man1/tot.1df b/man/man1/tot.1df
index ed2983a2..eb8dd4b7 100644
--- a/man/man1/tot.1df
+++ b/man/man1/tot.1df
@@ -1,7 +1,7 @@
.TH TOT 1df "September 2016" "Manual page for tot"
.SH NAME
.B tot
-\- print a count of entries in a directory
+\- sum a list of numbers
.SH SYNOPSIS
printf '%u\\n' 5 9 53 145 |
.B tot