Bug 486096 - conflict between docs and headers
Summary: conflict between docs and headers
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: man-pages
Version: rawhide
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On: 486095
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-18 11:26 UTC by Dan Horák
Modified: 2009-02-18 11:58 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of: 486095
Environment:
Last Closed: 2009-02-18 11:58:15 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Dan Horák 2009-02-18 11:26:55 UTC
The same conflict is between man pages and declarations in glibc

+++ This bug was initially created as a clone of Bug #486095 +++

There is a conflict between "info" documentation and declarations for str* functions

info:
Function: char * strchr (const char *STRING, int C)
...

string.h:
extern char *strchr (char *__s, int __c)

at least strchr and strrchr are affected (the "const" modifier was dropped)

versions:
glibc-devel-2.9.90-3.x86_64
man-pages-3.16-1.fc11.noarch


Note You need to log in before you can comment on or make changes to this bug.