From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200008111423.KAA13356@cse.psu.edu> To: 9fans@cse.psu.edu Subject: Re: [9fans] prof From: "Russ Cox" Date: Fri, 11 Aug 2000 10:23:01 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: f9e082d6-eac8-11e9-9e20-41e7f4b1d025 the problem is likely that rio uses 4-space tabs, while prof assumes 8-space. try prof | pr -t -e8 and the output will probably make more sense. the extra . on the lock line as compared with the vprintf line shows that they're not actually lined up as they seem to be.