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/Control/Info.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Dpkg/Control') diff --git a/scripts/Dpkg/Control/Info.pm b/scripts/Dpkg/Control/Info.pm index 39f2ea9a6..1ca2580ee 100644 --- a/scripts/Dpkg/Control/Info.pm +++ b/scripts/Dpkg/Control/Info.pm @@ -38,7 +38,7 @@ Dpkg::Control::Info - parse files like debian/control =head1 DESCRIPTION It provides an object to access data of files that follow the same -syntax as debian/control. +syntax as F. =head1 FUNCTIONS @@ -47,7 +47,7 @@ syntax as debian/control. =item $c = Dpkg::Control::Info->new($file) Create a new Dpkg::Control::Info object for $file. If $file is omitted, it -loads debian/control. If file is "-", it parses the standard input. +loads F. If file is "-", it parses the standard input. =cut -- cgit v1.2.3