+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
verb ($MESSAGE, [%OPTIONS]);
switch_warning ($CATEGORY);
parse_WARNINGS ();
- parse_warnings ($OPTION, $ARGUMENT);
+ parse_warnings ($OPTION, @ARGUMENT);
Autom4te::ChannelDefs::set_strictness ($STRICTNESS_NAME);
=head1 DESCRIPTION
=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>
=item C<syntax>
-Warnings about weird syntax, unused variables, typos...
+Warnings about weird syntax, unused variables, typos ...
=item C<unsupported>
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;
}
=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
=item C<$me>
-The name of this application, as should be used in diagostic messages.
+The name of this application, for diagnostic messages.
=cut