Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.2 9/18/84; site sdcrdcf.UUCP
Path: utzoo!watmath!clyde!bonnie!akgua!sdcsvax!sdcrdcf!glenn
From: glenn@sdcrdcf.UUCP (Glenn C. Scott)
Newsgroups: net.bugs.4bsd
Subject: Vgrind doesn't format page numbers correctly. (With Fix)
Message-ID: <1352@sdcrdcf.UUCP>
Date: Fri, 28-Sep-84 17:29:30 EDT
Article-I.D.: sdcrdcf.1352
Posted: Fri Sep 28 17:29:30 1984
Date-Received: Sun, 30-Sep-84 03:22:37 EDT
Reply-To: glenn@sdcrdcf.UUCP (Glenn C. Scott)
Organization: System Development Corp. R+D, Santa Monica
Lines: 38
Keywords: page numbers, vgrind, tmac.vgrind

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