Bug#263756: patch

2005-07-25 Thread Michael Kerrisk
tag 263756 fixed-upstream thanks > > > I propose to replace the text of the relevent paragraph (CONFORMING > > > TO) with: > > > > > >outb and friends are hardware specific. The value argument is > > >passed secand and the port argument is passed first, which > > >is the

Bug#263756: patch

2005-07-24 Thread Justin Pryzby
On Fri, Jul 22, 2005 at 12:57:58PM +0200, Michael Kerrisk wrote: > > tag 263756 patch > > thanks > > > > I propose to replace the text of the relevent paragraph (CONFORMING > > TO) with: > > > >outb and friends are hardware specific. The value argument is > >passed secand and the

Bug#263756: patch

2005-07-22 Thread Michael Kerrisk
> tag 263756 patch > thanks > > I propose to replace the text of the relevent paragraph (CONFORMING > TO) with: > >outb and friends are hardware specific. The value argument is >passed secand and the port argument is passed first, which >is the opposite order from most DO

Bug#263756: patch

2005-07-21 Thread Justin Pryzby
tag 263756 patch thanks I propose to replace the text of the relevent paragraph (CONFORMING TO) with: outb and friends are hardware specific. The value argument is passed secand and the port argument is passed first, which is the opposite order from most DOS implementations.