Bug 680418

Summary: missing man page for xpath
Product: [Fedora] Fedora Reporter: Miroslav Suchý <msuchy>
Component: perl-XML-XPathAssignee: Marcela Mašláňová <mmaslano>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: unspecified    
Version: 14CC: mmaslano, perl-devel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-03-16 16:38:12 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 Miroslav Suchý 2011-02-25 13:41:33 UTC
Description of problem:
xpath does not have man page, which is pain, expecially when xpath --help or -h does not work neither.

Version-Release number of selected component (if applicable):
perl-XML-XPath-1.13-12.fc14.noarch

How reproducible:
always

Steps to Reproduce:
1. man xpath
  
Actual results:
No manual entry for xpath

Expected results:
Nice man page for xpath

Comment 1 Marcela Mašláňová 2011-03-17 15:18:45 UTC
I suppose xpath is used quite often. It would be better to have --help.

Comment 2 Marcela Mašláňová 2012-03-16 16:38:12 UTC
I applied debian patch, which added the pod part into xpath file. Also patch fixes the erroneous handling of filenames containing a '-' was applied (debian: Bug#185292).