Opened 8 years ago

Closed 7 years ago

Last modified 7 years ago

#141 closed defect (fixed)

window_.info text formatting error.

Reported by: Charles Anthony <charles.unix.pro@…> Owned by: Eric Swenson
Priority: minor Milestone: MR12.7
Component: Documentation Version: MR12.6f
Keywords: Cc:

Description

Lines 598-600 have incorrect layout; currently

iocb_ptr
   is a pointer to an IOCB for a switch attached with window_io_.
   (Input) line is the line number.  (Input)

but should be:

iocb_ptr
   is a pointer to an IOCB for a switch attached with window_io_.
   (Input)
line
   is the line number.  (Input)

Change History (4)

comment:2 by Eric Swenson, 7 years ago

Milestone: MR12.6g
Version: MR12.6f

comment:3 by Eric Swenson, 7 years ago

Resolution: fixed
Status: acceptedclosed

comment:4 by Eric Swenson, 7 years ago

Milestone: MR12.6gMR12.7

Milestone renamed

Note: See TracTickets for help on using tickets.