Penguin
Blame: pclbanner(1)
EditPageHistoryDiffInfoLikePages
Annotated edit history of pclbanner(1) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 LPBANNER
2 !!!LPBANNER
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 OPTIONS
7 EXIT STATUS
8 SEE ALSO
9 HISTORY
10 AUTHOR
11 ----
12 !!NAME
13
14
15 lpbanner - text banner
16 pclbanner - pcl format banner
2 perry 17 psbanner - !PostScript format banner
1 perry 18 !!SYNOPSIS
19
20
21 __lpbanner__ [[ __-l__''length'' ] [[
22 __-w__''width'' ] [[ __-P__''printer'' ] [[
23 __-L__''bannername'' ] [[ __-n__''loginname'' ] [[
24 __-h__''host'' ] [[ __-J__''jobtitle'' ] [[
25 __-C__''class'' ] [[ __-?__''option'' __args__
26 ] [[ all ]
27 !!DESCRIPTION
28
29
30 The __lpbanner__ program is used to print a simple banner
31 on a fixed size font printer, the __pclbanner__ program
32 generates a PCL banner and the __psbanner__ program
2 perry 33 generates a !PostScript banner. All information to be printed
1 perry 34 is passed using command line arguements. In order to be
35 compatible with vintage line printer spoolers, reads a line
36 form standard input, but ignores the
37 information.
38 !!OPTIONS
39
40
41 __-w__ ''width''
42
43
44 Page width in characters (default 132).
45
46
47 __-l__ ''length''
48
49
50 Page length in lines (default 60).
51
52
53 __-P__ ''printer''
54
55
56 printer queue for banner information.
57
58
59 __-L__ ''bannername''
60
61
62 Name used on banner as main name.
63
64
65 __-n__ ''loginname''
66
67
68 Name used on banner as login name.
69
70
71 __-h__ ''host''
72
73
74 Name used on banner as host name.
75
76
77 __-J__ ''jobtitle''
78
79
80 String used on banner as main title.
81
82
83 __-C__ ''class''
84
85
86 String used on banner as class.
87
88
89 __-?__ ''value''
90
91
92 All other options and arguments provided by LPRng are
93 ignored.
94 !!EXIT STATUS
95
96
97 The following exit values are returned:
98
99
100 __zero (0)__
101
102
103 Successful completion.
104
105
106 __non-zero (!=0)__
107
108
109 An error occurred.
110 !!SEE ALSO
111
112
113 lpd.conf(5), lpc(8), lpd(8), checkpc(8), lpr(1), lpq(1),
114 lprm(1), printcap(5), lpd.conf(5), pr(1).
115 !!HISTORY
116
117
118 LPRng is a enhanced printer spooler system with
119 functionality similar to the Berkeley LPR software. The
120 LPRng mailing list is lprng@lprng.com; subscribe by sending
121 mail to lprng-request@lprng.com with the word subscribe in
122 the body. The software is available from
123 ftp://ftp.lprng.com/pub/LPRng.
124 !!AUTHOR
125
126
127 Patrick Powell
128 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.