wrong comment which identifies characters for banner pages

2016-01-27 Thread Chris Bennett
This file forms a character set for banners that should work on almost
any printer.
Differs from banner program characters, they have an extra line above
for characters like %,},etc and vertical bar is split in banner program
but full here.


Index: lpdchar.c
===
RCS file: /cvs/src/usr.sbin/lpr/lpd/lpdchar.c,v
retrieving revision 1.6
diff -u -p -r1.6 lpdchar.c
--- lpdchar.c   27 Oct 2009 23:59:52 -  1.6
+++ lpdchar.c   27 Jan 2016 21:31:49 -
@@ -1017,7 +1017,7 @@ const char scnkey[][HEIGHT] = /* this is
  c__1,
  c__1,
  c__1,
- c___11__ },   /* } */
+ c___11__ },   /* { */
 
{ c___1___,
  c___1___,



Re: wrong comment which identifies characters for banner pages

2016-01-27 Thread Theo Buehler
On Wed, Jan 27, 2016 at 03:43:55PM -0600, Chris Bennett wrote:
> This file forms a character set for banners that should work on almost
> any printer.
> Differs from banner program characters, they have an extra line above
> for characters like %,},etc and vertical bar is split in banner program
> but full here.

committed, thanks.