ref: c02d71255330297d7b9bb1abf6f4fd5825a22ce3
parent: cb5f35db1154911f410d0c0139a990055ba4bb34
author: stanley lieber <stanley.lieber@gmail.com>
date: Wed Feb 29 08:10:47 EST 2012
paint(1): update man page
--- a/sys/man/1/paint
+++ b/sys/man/1/paint
@@ -26,15 +26,14 @@
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.
--
⑨