Bug 205965

Summary: pcreapi(3) man page references the wrong include file
Product: Red Hat Enterprise Linux 4 Reporter: Landon Curt Noll <redhat-mail>
Component: pcreAssignee: Than Ngo <than>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.4   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: RHEL5 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-10-18 14:38:33 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 Landon Curt Noll 2006-09-10 23:48:05 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.0.5) Gecko/20060726 Red Hat/1.5.0.5-0.el4.1 Firefox/1.5.0.5 pango-text

Description of problem:
The pcreapi(3) man page references:

#include <pcre.h>

at the top of the man page.  It should reference:

#include <pcre/pcre.h>

instead.

Version-Release number of selected component (if applicable):
pcre-devel-4.5-3.2.RHEL4

How reproducible:
Always


Steps to Reproduce:
1.man 3 pcreapi
2.ls /usr/include/pcre.h
3.

Actual Results:
The ls /usr/include/pcre.h file is not found.

Expected Results:
The pcreapi(3) man page should reference <pcre/pcre.h> because /usr/include/pcre/pcre.h exists, not /usr/include/pcre.h.

Additional info:

Comment 1 Than Ngo 2007-10-18 14:38:33 UTC
it's already fixed in RHEL-5 release.