diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2011-12-10 11:43:20 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2011-12-10 11:43:20 -0600 |
commit | a01a9fc447e81495419de09234b7bb18faa6a932 (patch) | |
tree | 94c2f42b7ed6f25c2592333fbe36ea9d03e09da4 /sys | |
parent | 69c3808e586e79e901703ef500607da1eee59c14 (diff) |
paint(1): fix man page description of the b command
Diffstat (limited to 'sys')
-rw-r--r-- | sys/man/1/paint | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/sys/man/1/paint b/sys/man/1/paint index c08a5823b..54959cb53 100644 --- a/sys/man/1/paint +++ b/sys/man/1/paint @@ -12,11 +12,13 @@ holding down mouse button 1 or its equivalent. 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 |