paint(1): english

This commit is contained in:
stanley lieber 2012-07-19 09:13:33 -05:00
parent 72d4a35942
commit 57616d1455

View file

@ -9,9 +9,9 @@ paint \- create image files by drawing with a mouse or other pointing device
] ]
.SH DESCRIPTION .SH DESCRIPTION
.I Paint .I Paint
shows a canvas upon which can be drawn lines using the mouse holding displays a canvas upon which can be drawn lines using the mouse holding
down buttons 1 or 2 for foreground or background color. The canvas down buttons 1 or 2 for foreground or background color. The canvas
can be moved with button 3. Colors and brush sizes can be selected by may be moved with button 3. Colors and brush sizes may be selected by
clicking on the palette at the bottom of the screen with buttons 1 or 2. clicking on the palette at the bottom of the screen with buttons 1 or 2.
.PP .PP
If the optional If the optional
@ -21,7 +21,7 @@ argument is specified, then it is read and used as the canvas.
only recognizes Plan 9 bitmap format (see only recognizes Plan 9 bitmap format (see
.IR image (6)). .IR image (6)).
.PP .PP
A number of immidiate keyboard commands are recognized: A number of immediate keyboard commands are recognized:
.TP .TP
.B u .B u
Undos the previous action. Undos the previous action.
@ -42,7 +42,7 @@ Halves magnification.
Centers the canvas and resets magnification. Centers the canvas and resets magnification.
.PP .PP
Hitting any other key on the keyboard shows a command prompt Hitting any other key on the keyboard shows a command prompt
where the following commands can be entered: where the following commands may be entered:
.TP .TP
.BI r file .BI r file
Reads the canvas from Reads the canvas from
@ -55,15 +55,15 @@ Writes the canvas to
.BI < command .BI < command
Executes Executes
.I command .I command
and read the canvas from its standard output. and reads the canvas from its standard output.
.TP .TP
.BI > command .BI > command
Executes Executes
.I command .I command
and write the canvas to its standard input. and writes the canvas to its standard input.
.TP .TP
.BI | command .BI | command
Transforms the canvas by running it thru Transforms the canvas by piping it thru
.I command. .I command.
.TP .TP
.B q .B q