aboutsummaryrefslogtreecommitdiff
path: root/man/man1/tot.1df
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-08 22:49:28 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-08 22:49:28 +1200
commit677d0e5fdc76620253af865ca03fd602c0419047 (patch)
treea47d3e848aace0f9f2d7b7d2443f1e0588fab70a /man/man1/tot.1df
parentAdd more color-setting attempts to rgl(1df) (diff)
downloaddotfiles-677d0e5fdc76620253af865ca03fd602c0419047.tar.gz
dotfiles-677d0e5fdc76620253af865ca03fd602c0419047.zip
Generalise mean,med,mode,tot(1df) to numbers
Not just integers
Diffstat (limited to 'man/man1/tot.1df')
-rw-r--r--man/man1/tot.1df2
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/tot.1df b/man/man1/tot.1df
index c098cbe1..ed2983a2 100644
--- a/man/man1/tot.1df
+++ b/man/man1/tot.1df
@@ -13,7 +13,7 @@ file
file1 file2
.SH DESCRIPTION
.B tot
-adds up all the newline-delimited integers given as input, and prints the
+adds up all the newline-delimited numbers given as input, and prints the
total.
.SH AUTHOR
Tom Ryder <tom@sanctum.geek.nz>