[net.micro.amiga] slight error in ROM Kernel Manual

wutka@gitpyr.UUCP (02/16/86)

  In the section of the ROM Kernel Manual (version 1.1, volume 1) dealing
with the serial port, there is a small error on page 3-171 concerning
the io_SerFlags. In the short example for setting the parameters,
it gives examples such as  mySerReq->IOSer.io_SerFlags &= ~SERF_PARTY_ODD;

The problem with this is that the reference to io_SerFlags is NOT
preceeded by IOSer. On the above example, the call should be
  mSerReq->io_SerFlags &= ~SERF_PARTY_ODD;

This is the only place in this chapter where I have found that error. The
example program has the correct reference.


-- 
Mark Wutka
Office of Computing Services
Georgia Institute of Technology
Atlanta, Ga.

...!{akgua,allegra,amd,hplabs,ihnp4,masscomp,ut-ngp}!gatech!gitpyr!wutka
...!{rlgvax,sb1,uf-cgrl,unmvax,ut-sally}!gatech!gitpyr!wutka

Official member of NERDS (NERDS Existing in a Recursively Defined System)