From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Russ Cox" To: 9fans@cse.psu.edu Subject: Re: [9fans] weird print(2) problems... MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Message-Id: <20010905184545.BA2EF19A3F@mail.cse.psu.edu> Date: Wed, 5 Sep 2001 14:40:56 -0400 Topicbox-Message-UUID: ea14fd5e-eac9-11e9-9e20-41e7f4b1d025 > But isn't this also a special case I now need to remember? Worse I Kind of, but there's a special case either way. If you're generating morse code I'd use bio anyway, and then you don't have to worry about 0-length writes. Russ