[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#289853: glibc-doc: errors in strcasestr examples



Package: glibc-doc
Version: 2.2.5-11.5
Severity: normal

Hi,

In the "Search Functions" page, the function strcasestr is documented. The
examples below it are:

     For example,
          strstr ("hello, world", "L")
              => "llo, world"
          strstr ("hello, World", "wo")
              => "World"

These are incorrect. They should read:

     For example,
          strcasestr ("hello, world", "L")
              => "llo, world"
          strcasestr ("hello, World", "wo")
              => "World"

Regards,

Matthew


--- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux rapun 2.2.19 #3 Wed Jun 19 11:25:32 BST 2002 i686
Locale: LANG=C, LC_CTYPE=C




Reply to: