diff options
author | Guillem Jover <guillem@debian.org> | 2013-06-19 20:26:36 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2013-06-22 05:25:19 +0200 |
commit | ce9c2569c2732db7d9c8940a812f2f07bb57e278 (patch) | |
tree | 01ee7e161240c60b27591c3300198a37fb5c47c0 /scripts/Dpkg/Control/Info.pm | |
parent | dd707185da94c321bb9ad470f45fc304a00837a8 (diff) | |
download | dpkg-ce9c2569c2732db7d9c8940a812f2f07bb57e278.tar.gz |
scripts: Use F<> for pathnames in POD markup
Diffstat (limited to 'scripts/Dpkg/Control/Info.pm')
-rw-r--r-- | scripts/Dpkg/Control/Info.pm | 4 |
1 files changed, 2 insertions, 2 deletions
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<debian/control>. =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<debian/control>. If file is "-", it parses the standard input. =cut |