From owner-freebsd-questions@FreeBSD.ORG Sun May 18 00:56:58 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA14537B407 for ; Sun, 18 May 2003 00:56:58 -0700 (PDT) Received: from smtp0.adl1.internode.on.net (smtp0.adl1.internode.on.net [203.16.214.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id F33DF43F3F for ; Sun, 18 May 2003 00:56:57 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp364.sa.padsl.internode.on.net [150.101.245.107]) h4I7uuMO085906 for ; Sun, 18 May 2003 17:26:56 +0930 (CST) Content-Type: text/plain; charset="us-ascii" From: Malcolm Kay Organization: At home To: freebsd-questions@freebsd.org Date: Sun, 18 May 2003 17:26:55 +0930 User-Agent: KMail/1.4.3 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200305181726.55633.malcolm.kay@internode.on.net> Subject: vinum(4) and groff X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 18 May 2003 07:56:59 -0000 When I ask for printer output from man page vinum(4) the font size in the last few pages is ever decreasing=20 until at the end I get only a row of dots. Command used: # man -t 4 vinum > vinum4.ps The man page is dated October 5, 1999. The OS is FreeBSD 4.7 Stable from about mid February. Exploring the man page after decompressing with zcat I find entries: =2Eif t .ps -3 followed some time later by: =2Eif t .ps which I understand should reduce the font size and later return to the previous size. If I substitute: =2Eif t .ps +3 for the lines using .ps without arguments the results look correct. So it seems the previous size is not being restored as it should be. However a simple test of a minimal file: abracadabra =2Eps -3 abracadabra =2Eps abracadabra seems to produce the expected result when processed with groff. It would seem that intervening commands in the vinum page is upsetting the process. Am I doing something foolish or do I have a bug which should=20 be reported somewhere? Malcolm