git: 9front

Download patch

ref: 9e06c67c440294aef306e4ea5a6ed10d30b5412f
parent: 74578c05deade0bf962af24e919c5aac7597449a
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Mar 3 18:40:44 EST 2012

paint(1): don't explain pop-up box thirty times

--- a/sys/man/1/paint
+++ b/sys/man/1/paint
@@ -27,7 +27,6 @@
 .I n,
 where
 0 = black, 1 = white, 2 = red, 3 = green, 4 = blue and 5 = yellow.
-Type the corresponding number into the pop-up box and hit enter.
 .TP
 .B f
 Fill the screen with a color,
@@ -40,8 +39,7 @@
 from the current directory.
 .TP
 .B s
-Save the current screen as a bitmap image. Type a path and filename into
-the pop-up box and hit enter. If the path is omitted, the filename will be
+Save the current screen as a bitmap image. If the path is omitted, the filename will be
 saved in the current directory.
 .TP
 .B q
--