ref: f4afb03d15eb266e0e47cd97a514a68e69a674d4
parent: f29feffcfef9daf99b503d2effcc7f458d5d2151
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Aug 19 05:07:59 EDT 2012
plot(1) manpage corrections
--- a/sys/man/1/plot
+++ b/sys/man/1/plot
@@ -13,10 +13,8 @@
from the
.I files
or standard input,
-drawing the results in a newly created
-.IR rio (1)
-window.
-Plot persists until a newline is typed in the window.
+drawing the results on the screen.
+Plot persists until a newline is typed.
Various options may be interspersed with the
.I file
arguments; they take effect at the given point in processing.
@@ -49,13 +47,7 @@
.TP
.B -C
Close the current plot.
-.TP
-.B -W " x0,y0,x1,y1"
-Specify the bounding rectangle of plot's window.
-By default it uses a 512×512 window in the
-middle of the screen.
.SH SOURCE
.B /sys/src/cmd/plot
.SH "SEE ALSO"
-.IR rio (1),
.IR plot (6)
--
⑨