git: 9front

Download patch

ref: 9b7d91503450819f00d8cd7b45e98fb164c13f66
parent: df359b99d1313b0f8ccc93583e4ad70ff0d83ec0
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Dec 10 06:43:20 EST 2011

paint(1): fix man page description of the b command

--- a/sys/man/1/paint
+++ b/sys/man/1/paint
@@ -12,11 +12,13 @@
 A number of keyboard commands are recognized:
 .TP
 .B b
-Set the brush size to an ellipse of
+Set the brush size to an ellipse with a horizontal semiaxis of
 .I n
-x
+and a vertical semiaxis of
 .I n
-pixels. Type a number,
+(see
+.IR graphics (2)).
+Type a number,
 .I n,
 in the pop-up box and hit enter.
 .TP
--