Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Path: utzoo!decvax!harpo!seismo!hao!hplabs!sri-unix!eric%UCBARPA@berkeley
From: eric%UCBARPA@berkeley@sri-unix.UUCP
Newsgroups: net.unix-wizards
Subject: Re: Diversions in Nroff
Message-ID: <1872@sri-arpa.UUCP>
Date: Tue, 7-Jun-83 19:15:00 EDT
Article-I.D.: sri-arpa.1872
Posted: Tue Jun  7 19:15:00 1983
Date-Received: Sat, 11-Jun-83 18:23:44 EDT
Lines: 19

From:  Eric Allman 

In the input:

	.di XX
	hi there
	.di

the "hi there" is still in the input buffer when the diversion is
closed.  Hence, it appears to be outside the diversion.  The input:

	.di XX
	hi there
	.br
	.di

works as expected.

eric