From b7e38d0b1989225bf8e24a1b50f8db221760b57e Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Wed, 29 Feb 2012 13:10:47 -0600 Subject: [PATCH] paint(1): update man page --- sys/man/1/paint | 13 ++++++------- 1 file 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.