Bug 19880
Summary: | Man pages from former ld.so package missing in RH 7 | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Omnifarious <hopper> |
Component: | glibc | Assignee: | Jakub Jelinek <jakub> |
Status: | CLOSED RAWHIDE | QA Contact: | Wil Harris <wil> |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 7.0 | CC: | fweimer, gregory.hosler, teg |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-10-30 09:02:31 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Omnifarious
2000-10-26 19:30:56 UTC
Also, after reading http://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=18777 I searched the info pages for documentation of dlopen There isn't any. The only place it's documented is in libtool, and what's documented is libtool's ltdl wrapper interface, not the documentation of the glibc version. I, personally, would rather have obsolete documentation than no documentation at all. Besides, every other glibc function has man page documentation. Why not the functions formerly in the ld package? There are no such manpages coming with glibc, which in general considers man pages obsolete (see bug #18777). The ones coming with libc5 is hardly accurate... as for non-existing info-documentation, that's a glibc issue: reassigning Actually, Trond, I think the man pages for dl* family should be part of man-pages package. Just stop rm -f ing them in the spec file after adding Conflicts. I'm adding (and editing) ldd and ldconfig to glibc right now. man-pages-1.31-3 has been updated with manpages covering dlopen() and friends. |