1 03/20/85 banner_bars
2
3 Syntax as a command: banner_bars minor_device arg
4
5
6 Function: used by printer drivers to establish how the separator bars
7 at the bottom of the head sheet are to be printed. Printers that can
8 overstrike should use "double" this is the default. Other printers
9 should use single.
10
11
12 Arguments:
13 minor_device
14 is a minor device name as shown by the status command and is
15 required if there is more than one printer minor device; arg can be
16 one of the following separator types:
17 double
18 overstrikes each separator line.
19 single
20 single strikes each separator line.
21 none
22 suppresses separator lines.
23 -print
24 if arg is not given, or if a single arg "-print", is given, the
25 current value is printed.