]> git.lizzy.rs Git - plan9front.git/blobdiff - sys/man/1/paint
merge
[plan9front.git] / sys / man / 1 / paint
index 8eb35091f5ad53c8756ce86203f337f632c86f0f..2bcbf245cf91b71add49ae7aec54ec1ec7a1e9bf 100644 (file)
@@ -26,12 +26,15 @@ A number of immediate keyboard commands are recognized:
 .B u
 Undos the previous action.
 .TP
-.B f
-Fills the canvas with the background color.
+.B c
+Clears the canvas with the background color.
 .TP
 .B 1-9
 Select brush size.
 .TP
+.B f
+Select flood fill brush.
+.TP
 .B +
 Doubles magnification.
 .TP
@@ -71,10 +74,12 @@ Quits the program.
 .SH SOURCE
 .B /sys/src/cmd/paint.c
 .SH "SEE ALSO"
-.IR resize (1),
 .IR resample (1),
 .IR rotate (1),
 .IR crop (1),
 .IR jpg (1),
 .IR page (1),
 .IR image (6)
+.SH HISTORY
+.I Paint
+first appeared in 9front (October, 2011).