Sendmx documentation

I believe there is an error in the example given at the end of the Sendmx man
page in the helpviewer. In function wrdata, shouldn’t the line:

if (Sendmx( pid, 2, 1, &mx, &mx) == -1)

read

if (Sendmx( pid, 2, 2, mx, mx) == -1)

Dean Douthat <ddouthat@faac.com> wrote:
: I believe there is an error in the example given at the end of the Sendmx man
: page in the helpviewer. In function wrdata, shouldn’t the line:

: if (Sendmx( pid, 2, 1, &mx, &mx) == -1)

: read

: if (Sendmx( pid, 2, 2, mx, mx) == -1)

It looks like it, so I’ll fix the docs. Thanks.

\

Steve Reid stever@qnx.com
TechPubs (Technical Publications)
QNX Software Systems