=================================================================== RCS file: /cvs/djgpp/djgpp/src/libc/debug.txh,v retrieving revision 1.2 retrieving revision 1.3 diff -p -u -r1.2 -r1.3 --- djgpp/src/libc/debug.txh 1999/10/10 11:52:33 1.2 +++ /cvs/djgpp/djgpp/src/libc/debug.txh 1999/11/28 11:23:37 1.3 @@ -338,7 +338,7 @@ the limits of the debuggee's code segmen @example #include -void read_child (unsigned offset, void *buf, unsigned len, unsigned sel); +void read_sel_addr (unsigned offset, void *buf, unsigned len, unsigned sel); @end example @subheading Description @@ -351,7 +351,7 @@ buffer pointed to by @var{buf}. @xref{w The function return zero if it has successfully transferred the data, non-zero otherwise (e.g., if the address in @var{offset} is outside -the limits of the segment whose selector is @var{sel}. +the limits of the segment whose selector is @var{sel}). @subheading Portability @@ -381,7 +381,7 @@ to save the original contents, if needed The function return zero if it has successfully transferred the data, non-zero otherwise (e.g., if the address in @var{offset} is outside -the limits of the @var{sel}s segment. +the limits of the @var{sel}s segment). @subheading Portability