git: 9front

Download patch

ref: 4edb243a56524eb3ed2fd641d14f98f269bda58c
parent: 793efcee28211f3670a70e42efd7fa3d9a3ec92d
parent: 9e06c67c440294aef306e4ea5a6ed10d30b5412f
author: cinap_lenrek <cinap_lenrek@rei2.9hal>
date: Sun Mar 4 02:03:26 EST 2012

merge

--- a/sys/man/1/paint
+++ b/sys/man/1/paint
@@ -27,10 +27,11 @@
 .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 the current color. Any unsaved work will be lost.
+Fill the screen with a color,
+.I n.
+Any unsaved work will be lost.
 .TP
 .B o
 Open a bitmap image file for editing. Type a path and filename into the
@@ -38,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
--