Subject: None
To: <>
From: None <genesis!dgy@mcs.com>
List: netbsd-bugs
Date: 01/17/1994 21:53:00
Greetings, Earthlings!
   Itsy-bitsy changes in printcap(5) man page.....
   Also, lpr (from 0.9 distribuition) seems to get upset if an optional
filter (graph, ditroff, troff, etc.) is specified and the printcap
entry does not have a corresponding defining field (gf, nf, tf, etc.).
Appears daemon dies... wouldn't a less drastic consequence be more
desirable (or, default filters for all options?)?
   Lastly, what to do about fonts (/usr/libdata/vfont/{B, I, R, S}) ???
          Thx!
-------snip-----------snip-------------snip--------------snip-----------
*** /usr/src/share/man/man5/printcap.5	Fri Dec 17 00:43:00 1993
--- printcap.new	Mon Jan 17 20:33:00 1994
***************
*** 83,84 ****
--- 83,85 ----
  format)
+ .It "du	num	1	uid of daemon"
  .It "fc	num	0	if lp is a tty, clear flag bits"
***************
*** 90,92 ****
  .Pf ( Xr plot 3
! format
  .It "hl	bool	false	print the burst header page last"
--- 91,93 ----
  .Pf ( Xr plot 3
! format)
  .It "hl	bool	false	print the burst header page last"
***************
*** 95,98 ****
  .It "lf	str" Ta Pa /dev/console Ta No "error logging file name"
! .It "lo	str" Ta Pa lock Ta No "name of lock file"
  .It "lp	str" Ta Pa /dev/lp Ta No "device name to open for output"
  .It "mx	num	1000	maximum file size (in"
--- 96,100 ----
  .It "lf	str" Ta Pa /dev/console Ta No "error logging file name"
! .It "lo	str" Ta Pa lock Ta No "name of lock file (in spool directory)"
  .It "lp	str" Ta Pa /dev/lp Ta No "device name to open for output"
+ .It "mc	num	0	maximum number of copies, zero = unlimited"
  .It "mx	num	1000	maximum file size (in"
***************
*** 121,123 ****
  .It "sh	bool	false	suppress printing of burst page header"
! .It "st	str" Ta Pa status Ta No "status file name"
  .It "tf	str" Ta Dv NULL Ta No "troff data filter (cat phototypesetter)"
--- 123,125 ----
  .It "sh	bool	false	suppress printing of burst page header"
! .It "st	str" Ta Pa status Ta No "status file name (in spool directory)"
  .It "tf	str" Ta Dv NULL Ta No "troff data filter (cat phototypesetter)"
***************
*** 174,176 ****
  The
! .Ar Width
  function
--- 176,178 ----
  The
! .Ar width
  function
***************
*** 191,193 ****
  The
! .Ar Acct-file
  function
--- 193,195 ----
  The
! .Ar acct-file
  function

------------------------------------------------------------------------------