Fix typos in perlpod docs.

* lib/Autom4te/ChannelDefs.pm, lib/Autom4te/Channels.pm,
lib/Autom4te/General.pm: Fix typos and spacing in perlpod
documentation and in comments.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
This commit is contained in:
Ralf Wildenhues 2010-07-31 09:09:15 +02:00
parent 14f352e388
commit 55072aea4a
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,10 @@
2010-07-31 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
Fix typos in perlpod docs.
* lib/Autom4te/ChannelDefs.pm, lib/Autom4te/Channels.pm,
lib/Autom4te/General.pm: Fix typos and spacing in perlpod
documentation and in comments.
2010-07-29 Eric Blake <eblake@redhat.com>
docs: mention ksh file descriptor limitation

View File

@ -35,7 +35,7 @@ Autom4te::ChannelDefs - channel definitions for Automake and helper functions
verb ($MESSAGE, [%OPTIONS]);
switch_warning ($CATEGORY);
parse_WARNINGS ();
parse_warnings ($OPTION, $ARGUMENT);
parse_warnings ($OPTION, @ARGUMENT);
Autom4te::ChannelDefs::set_strictness ($STRICTNESS_NAME);
=head1 DESCRIPTION
@ -71,7 +71,7 @@ Fatal errors. Use C<&fatal> to send messages over this channel.
=item C<error>
Common errors. Use C<&error> to send messages over this channel.
Common errors. Use C<&error> to send messages over this channel.
=item C<error-gnu>
@ -112,7 +112,7 @@ Warnings about non-portable constructs.
=item C<syntax>
Warnings about weird syntax, unused variables, typos...
Warnings about weird syntax, unused variables, typos ...
=item C<unsupported>

View File

@ -503,7 +503,7 @@ sub _print_message ($$%)
my $msg = _format_message ($location, $message, %opts);
if ($opts{'partial'})
{
# Incomplete message. Store, don't print.
# Incomplete message. Store, don't print.
$partial .= $msg;
return;
}

View File

@ -95,7 +95,7 @@ $force = undef;
=item C<$help>
Set to the help message associated to the option C<--help>.
Set to the help message associated with the option C<--help>.
=cut
@ -104,7 +104,7 @@ $help = undef;
=item C<$me>
The name of this application, as should be used in diagostic messages.
The name of this application, for diagnostic messages.
=cut