summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSigrid <ftrvxmtrx@gmail.com>2020-11-27 10:35:57 +0100
committerSigrid <ftrvxmtrx@gmail.com>2020-11-27 10:35:57 +0100
commitc696998ec30d10043258ac91a0c9c52f80102773 (patch)
tree5ae3dbbe7b243d701c0504ceca8e85623482c7b3
parentdf18213ce319be83502a281cdbc590bcf59ab6e7 (diff)
downloadplan9front-c696998ec30d10043258ac91a0c9c52f80102773.tar.xz
fplot(1): use abs()
-rw-r--r--sys/man/1/fplot2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/man/1/fplot b/sys/man/1/fplot
index fe8e7eafe..4ab98a990 100644
--- a/sys/man/1/fplot
+++ b/sys/man/1/fplot
@@ -45,7 +45,7 @@ Plot the absolute value and x^3 functions to a 400x400 image(6) on standard outp
.IR page (1).
.IP
.EX
-fplot -c -s 400x400 'sqrt(x*x)' 'x^3' | page
+fplot -c -s 400x400 'abs(x)' 'x^3' | page
.EE
.SH SOURCE
.B /sys/src/cmd/fplot.c