diff options
author | stanley lieber <stanley.lieber@gmail.com> | 2012-02-29 13:10:47 -0600 |
---|---|---|
committer | stanley lieber <stanley.lieber@gmail.com> | 2012-02-29 13:10:47 -0600 |
commit | b7e38d0b1989225bf8e24a1b50f8db221760b57e (patch) | |
tree | c8e65c38aa10fa500c323f5d474cefacbff84796 /sys/man/1/paint | |
parent | 670ed275916fc921d8b5b73f41eb1019854842f3 (diff) |
paint(1): update man page
Diffstat (limited to 'sys/man/1/paint')
-rw-r--r-- | sys/man/1/paint | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/sys/man/1/paint b/sys/man/1/paint index 27bc0bc7e..66d3c3860 100644 --- a/sys/man/1/paint +++ b/sys/man/1/paint @@ -26,15 +26,14 @@ in the pop-up box and hit enter. Clear the screen. Any unsaved work will be lost. .TP .B o -Open a bitmap image file for editing. +Open a bitmap image file for editing. Type a path and filename into the +pop-up box and hit enter. If the path is omitted, the filename will be opened +from the current directory. .TP .B s -Save the current screen as a bitmap image. A pop-up box appears -suggesting a default filename of -.I out.bit. -Hit enter to accept the default, or backspace over the suggested name and -type an alternative path and filename. If the path is omitted, a file will be -created in the current directory. +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 +saved in the current directory. .TP .B q Quit. |