From 05b9609ce1269d7b0457187e20f47ce42af0265c Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 6 Jun 2010 17:32:12 +0200 Subject: Update documentation + fix typo in source comment --- bin/efa | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'bin') diff --git a/bin/efa b/bin/efa index 4a7f6eb..3056c81 100755 --- a/bin/efa +++ b/bin/efa @@ -73,7 +73,7 @@ sub display_connection { for my $con (@{$con_parts}) { - # Note: Idets @{$con} elements + # Note: Changes @{$con} elements foreach my $str (@{$con}) { $str =~ s/[\s\n\t]+/ /gs; $str =~ s/^ //; @@ -521,9 +521,10 @@ Print version information =head1 EXIT STATUS -Zero if everything went well (or at least if B thinks so), one if you -gave ambiguous input and need to re-run B with different arguments. 255 -on any other kind of error. + 0 Everything went well + 1 Ambiguous input, re-run efa with different arguments + 2 efa.vrr.de error + 255 Any other kind of error =head1 CONFIGURATION @@ -532,7 +533,7 @@ None. =head1 DEPENDENCIES This script requires perl 5.10 (or higher) with the modules -HTML::TreeBuilder::XPath and WWW::Mechanize. +WWW::Mechanize and XML::LibXML. =head1 BUGS AND LIMITATIONS -- cgit v1.2.3