Bug 185310 - dbopen should refer to db_185.h, not db.h
Summary: dbopen should refer to db_185.h, not db.h
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: man-pages
Version: rawhide
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ivana Varekova
QA Contact: Ben Levenson
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-03-13 16:29 UTC by Henrik Nordstrom
Modified: 2007-11-30 22:11 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-03-14 12:33:55 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Henrik Nordstrom 2006-03-13 16:29:46 UTC
Description of problem:

man dbopen

refers to db.h when it should refer do db_185.h which is the db 1.85
compatibility layer provided by DB4. Fedora Core does not ship DB 1.85 which is
what the man page documents..

Maybe a blurb should be added that this man page documents the old legacy db
1.85 interface, and not the actual DB4 interface which documentation can be
found in /usr/share/doc/db4-devel-x.x.x/ (no man pages available, only HTML)

Version-Release number of selected component (if applicable):

man-pages-2.21-1

How reproducible:

always.

Steps to Reproduce:
1. man dbopen
2.
3.
  
Actual results:

       #include <db.h>

Expected results:

       #include <db_185.h>

Additional info:

Comment 1 Ivana Varekova 2006-03-14 12:33:55 UTC
Thank you for your bug report.
This problem is fixed in man-pages-2.25-1.



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