[net.bugs.4bsd] Vgrind doesn't format page numbers correctly.

glenn@sdcrdcf.UUCP (Glenn C. Scott) (09/29/84)

Subject: Vgrind(1) always puts the page number on the left side of the page.

Index:	/usr/src/ucb/vgrind/tmac.vgrind	4.2BSD

Description:
	Vgrind (actually /usr/lib/tmac/tmac.vgrind) doesn't understand the
	convention to place even numbered page numbers on the left side of
	the page and the odd numbers on the right side of the page.

Repeat-By:
	Vgrind a program source that would use more than one page of
	output. Look at the page numbers.

Fix:
	Change the file tmac.vgrind to print even numbers on the left
	and odd numbers on the right.

*** /usr/lib/tmac/tmac.vgrind	(old) Tue Aug 21 15:58:29 1984
--- /usr/lib/tmac/tmac.vgrind	(new) Fri Sep 28 14:13:57 1984
***************
*** 25,31
  'de vF
  'ev 2
  'sp .35i
! 'tl '\f2\\*(=M''Page % of \\*(=G\fP'
  'bp
  'ev
  'ft 1

--- 25,32 -----
  'de vF
  'ev 2
  'sp .35i
! 'ie o 'tl '\f2\\*(=M''Page % of \\*(=G\fP'
! 'el 'tl '\f2Page % of \\*(=G''\\*(=M\fP'
  'bp
  'ev
  'ft 1