This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Typo in manual/libm-err-tab.pl?


I got

Unrecognized escape \R passed through at libm-err-tab.pl line 113.

    112     if (/^Function: /) {
    113       if (/\Real part of/) {
    114         s/Real part of //;
    115         $type = 'real';
    116       } elsif (/Imaginary part of/) {

Is that a typo?


H.J.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]