X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=man%2Fscan.man1;h=e4c357ac06f501c10f8c52fa225103275ab82342;hp=2b9c0f6b407ad2ce90008b6563daaff530811fe7;hb=4b5944268ea0da7bb30598a27857304758ea9b44;hpb=f51956be123db66b00138f80464d06f030dbb88d diff --git a/man/scan.man1 b/man/scan.man1 index 2b9c0f6..e4c357a 100644 --- a/man/scan.man1 +++ b/man/scan.man1 @@ -10,7 +10,6 @@ scan \- produce a one line per message scan listing .B scan .RI [ +folder ] .RI [ msgs ] -.RB [ \-clear " | " \-noclear ] .RB [ \-form .IR formatfile ] .RB [ \-width @@ -84,38 +83,16 @@ The switch may be used to specify the width of the scan line. The default is to use the width of the terminal. .PP -If the -.B \-clear -switch is used and -.BR scan 's -output is directed -to a terminal, then -.B scan -will consult the environment variables -.B $TERM -and -.B $TERMCAP -to determine your terminal type in order -to find out how to clear the screen prior to exiting. If the -.B \-clear -switch is used and -.BR scan 's -output is not directed to a terminal -(e.g., a pipe or a file), then -.B scan -will send a formfeed prior -to exiting. -.PP -For example, the command: +The command: .PP .RS 5 -(scan \-clear ; show all \-show pr \-f) | lpr +(scan | pr ; show a \-showproc pr) | lpr .RE .PP -produces a scan listing of the current folder, followed by a formfeed, +produces a scan listing of the current folder, followed by a formatted listing of all messages in the folder, one per page. Omitting -.RB \*(lq "\-show\ pr\ \-f" \*(rq +.RB \*(lq "\-showproc\ pr" \*(rq will cause the messages to be concatenated, separated by a one\-line header and two blank lines. .PP