diff --git a/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm b/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm index ae552372..3caed048 100644 --- a/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm +++ b/alliance/src/genlib/doc/man_dpgen_adsb2f.sgm @@ -42,8 +42,8 @@ Operation can be either signed or unsigned. In unsigned - mode &c32; is the overflow, in unsigned mode you have to compute - overflow by XORing &c32; and &c31;. + mode &c31; is the overflow, in unsigned mode you have to compute + overflow by XORing &c31; and &c30;. @@ -59,12 +59,12 @@ - &c32; : carry out. In unsigned mode, this is the + &c31; : carry out. In unsigned mode, this is the overflow (output, 1 bits). - &c31; : used to compute overflow in signed mode : - overflow := c32 xor c31 (output, 1 bits). + &c30; : used to compute overflow in signed mode : + overflow := c31 xor c30 (output, 1 bits).