Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2003 17:26:55 +0930
From:      Malcolm Kay <malcolm.kay@internode.on.net>
To:        freebsd-questions@freebsd.org
Subject:   vinum(4) and groff
Message-ID:  <200305181726.55633.malcolm.kay@internode.on.net>

next in thread | raw e-mail | index | archive | help
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:
<quote>
abracadabra
=2Eps -3
abracadabra
=2Eps
abracadabra
</quote>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200305181726.55633.malcolm.kay>