Bug 185310

Summary: dbopen should refer to db_185.h, not db.h
Product: [Fedora] Fedora Reporter: Henrik Nordstrom <hno>
Component: man-pagesAssignee: Ivana Varekova <varekova>
Status: CLOSED RAWHIDE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhide   
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: 2006-03-14 12:33:55 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 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.