From ce9c2569c2732db7d9c8940a812f2f07bb57e278 Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 19 Jun 2013 20:26:36 +0200 Subject: scripts: Use F<> for pathnames in POD markup --- scripts/Dpkg/Changelog/Parse.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Dpkg/Changelog/Parse.pm') diff --git a/scripts/Dpkg/Changelog/Parse.pm b/scripts/Dpkg/Changelog/Parse.pm index 23c2ac876..5d7f12785 100644 --- a/scripts/Dpkg/Changelog/Parse.pm +++ b/scripts/Dpkg/Changelog/Parse.pm @@ -54,7 +54,7 @@ failed, it will die. The parsing itself is done by an external program (searched in the following list of directories: $opt{libdir}, -/usr/local/lib/dpkg/parsechangelog, /usr/lib/dpkg/parsechangelog) That +F, F) That program is named according to the format that it's able to parse. By default it's either "debian" or the format name lookep up in the 40 last lines of the changelog itself (extracted with this perl regular expression @@ -62,7 +62,7 @@ lines of the changelog itself (extracted with this perl regular expression with $opt{changelogformat}. The program expects the content of the changelog file on its standard input. -The changelog file that is parsed is debian/changelog by default but it +The changelog file that is parsed is F by default but it can be overridden with $opt{file}. All the other keys in %opt are forwarded as parameter to the external -- cgit v1.2.3