summaryrefslogtreecommitdiff
path: root/scripts/Dpkg/IPC.pm
diff options
context:
space:
mode:
authorRaphaël Hertzog <hertzog@debian.org>2010-02-26 11:10:08 +0100
committerRaphaël Hertzog <hertzog@debian.org>2010-02-26 14:09:02 +0100
commit0934601905ea4546a874a6558f7a2a2552cd62f1 (patch)
tree4ccd81821d61bbd71fe9257f48c07d6597f76664 /scripts/Dpkg/IPC.pm
parent99d10e43d038693d59d455ec3402857fc57da034 (diff)
downloaddpkg-0934601905ea4546a874a6558f7a2a2552cd62f1.tar.gz
Update POD documentation to indicate that it's using UTF-8 encoding
Also fix many spelling errors spotted by lintian.
Diffstat (limited to 'scripts/Dpkg/IPC.pm')
-rw-r--r--scripts/Dpkg/IPC.pm4
1 files changed, 3 insertions, 1 deletions
diff --git a/scripts/Dpkg/IPC.pm b/scripts/Dpkg/IPC.pm
index 0186d8983..f89dee130 100644
--- a/scripts/Dpkg/IPC.pm
+++ b/scripts/Dpkg/IPC.pm
@@ -27,6 +27,8 @@ use Dpkg::Gettext;
use base qw(Exporter);
our @EXPORT = qw(spawn wait_child);
+=encoding utf8
+
=head1 NAME
Dpkg::IPC - helper functions for IPC
@@ -71,7 +73,7 @@ Mandatory Option.
=item from_file, to_file, error_to_file
Filename as scalar. Standard input/output/error of the
-child process will be redirected to the file specifed.
+child process will be redirected to the file specified.
=item from_handle, to_handle, error_to_handle