aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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