Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP
Posting-Version: version B 2.10.1 6/24/83 (MC840302); site haring.UUCP
Path: utzoo!watmath!clyde!burl!ulysses!allegra!mit-eddie!godot!harvard!seismo!mcvax!turing!haring!jaap
From: jaap@haring.UUCP
Newsgroups: net.text
Subject: Re: Moving the Left Margin Using .po In nroff
Message-ID: <368@haring.UUCP>
Date: Mon, 3-Dec-84 03:34:17 EST
Article-I.D.: haring.368
Posted: Mon Dec  3 03:34:17 1984
Date-Received: Sat, 8-Dec-84 05:22:23 EST
References: <233@dataio.UUCP>
Organization: CWI, Amsterdam
Lines: 7
Apparently-To: rnews@turing.LOCAL

You should read the manual again, on the last page the registers are
listed which control the defaults. So to get a page offset to 4m (or
n's in nroff) do

	.nr PO 4m

before the first .LP, .TL or whatever you use as first -ms command.