summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcinap_lenrek <cinap_lenrek@gmx.de>2012-08-19 09:07:59 +0200
committercinap_lenrek <cinap_lenrek@gmx.de>2012-08-19 09:07:59 +0200
commitfeb58cce49491a980012c42b9a2decc671e32f6c (patch)
treec95467d07ac67d71541d91e3d1d97ecc2662d93c
parent62f5a7e2b785fd2832234aec76933ef0c14f5e27 (diff)
downloadplan9front-feb58cce49491a980012c42b9a2decc671e32f6c.tar.xz
plot(1) manpage corrections
-rw-r--r--sys/man/1/plot12
1 files changed, 2 insertions, 10 deletions
diff --git a/sys/man/1/plot b/sys/man/1/plot
index cd1a1b816..3b8ede183 100644
--- a/sys/man/1/plot
+++ b/sys/man/1/plot
@@ -13,10 +13,8 @@ interprets plotting instructions (see
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 @@ Pause until a newline is typed on standard input.
.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)