@@ 40,7 40,7 @@ If there is a command you want to run repeatedly, it's easy to define a rc funct
To change the function without having to search it in the window, run `whatis t`, then redefine it.
`ls /env/fn*` will show which functions are defined.
-To clear the window from any text run `echo >/dev/text`.
+To clear the window from any text run `>/dev/text`.
If you need to snarf an output of some command, instead of outputting into the window and then using mouse,
consider doing it directly instead: `command arg arg >/dev/snarf`.