#445603 fix manpage instructions about file argument syntax

Package:
yelp
Source:
yelp
Description:
Help browser for GNOME
Submitter:
"J.H.M. Dassen (Ray)"
Date:
2011-11-07 10:21:03 UTC
Severity:
minor
#445603#5
Date:
2007-10-07 08:26:20 UTC
From:
To:
According to yelp(1), yelp can be called with a file argument. This does not
work though. When I run "yelp gnumeric.xml" (in a directory that indeed has
a gnumeric.xml in it), I get an error popup:
	Unable to load page
	The requested URI "gnumeric.xml" is invalid.

Yelp does accept a URI argument though: "yelp file:/$(pwd)/gnumeric.xml"
shows the documentation. Please update the manpage to reflect this.