From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] error in man 2 9p From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Tue, 30 Jul 2002 14:37:33 -0400 Topicbox-Message-UUID: d62a816e-eaca-11e9-9e20-41e7f4b1d025 > it's only a little thing but then manual says > > write should attempt to write the r->ifcall.n bytes of r->ifcall.data to > offset r->ifcall.offset of the file > > it's not r->ifcall.n but r->ifcall.count and in the next half of the sentence (not quoted) it's not r->ofcall.offset but r->ofcall.count. both are fixed on sources now. thanks. russ