Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10 5/3/83; site utcsrgv.UUCP
Path: utzoo!utcsrgv!dave
From: dave@utcsrgv.UUCP (Dave Sherman)
Newsgroups: net.unix
Subject: Re: how to double space text?
Message-ID: <3541@utcsrgv.UUCP>
Date: Wed, 14-Mar-84 23:24:10 EST
Article-I.D.: utcsrgv.3541
Posted: Wed Mar 14 23:24:10 1984
Date-Received: Thu, 15-Mar-84 01:42:29 EST
References: <355@noscvax.UUCP>
Organization: The Law Society of Upper Canada, Toronto
Lines: 20

First way:
	ed file
	g/^/a 
	w
	q
	
Note that there is a blank after the "a" in <>. Your
editor may not have this feature, but then again it might.

Second way:
Stick
	.nf
	.pl 1
	.ls 2
at the beginning of the file and run it through nroff.

Dave Sherman
Toronto
-- 
 {allegra,cornell,decvax,ihnp4,linus,utzoo}!utcsrgv!dave