From 237e3a9497096ed596779c78c08497fe34dd0d3b Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Mon, 16 Sep 2013 18:38:38 +0200 Subject: doc: Write hyphen instead of dash when we mean the ‘-’ character MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/Dpkg/Conf.pm | 2 +- scripts/Dpkg/Control/FieldsCore.pm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'scripts/Dpkg') diff --git a/scripts/Dpkg/Conf.pm b/scripts/Dpkg/Conf.pm index 805f3aa7a..e30eaded8 100644 --- a/scripts/Dpkg/Conf.pm +++ b/scripts/Dpkg/Conf.pm @@ -49,7 +49,7 @@ file. It can exports an array that can then be parsed exactly like @ARGV. Create a new Dpkg::Conf object. Some options can be set through %opts: if allow_short evaluates to true (it defaults to false), then short options are allowed in the configuration file, they should be prepended -with a single dash. +with a single hyphen. =cut diff --git a/scripts/Dpkg/Control/FieldsCore.pm b/scripts/Dpkg/Control/FieldsCore.pm index 44d90d1f2..e0124fcd8 100644 --- a/scripts/Dpkg/Control/FieldsCore.pm +++ b/scripts/Dpkg/Control/FieldsCore.pm @@ -395,7 +395,7 @@ CTRL_* constants exported by Dpkg::Control. =item my $f = field_capitalize($field_name) Returns the field name properly capitalized. All characters are lowercase, -except the first of each word (words are separated by a dash in field names). +except the first of each word (words are separated by a hyphen in field names). =cut -- cgit v1.2.3