summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-06-06 17:32:12 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-06-06 17:32:12 +0200
commit05b9609ce1269d7b0457187e20f47ce42af0265c (patch)
tree64d08158453b9f2629b8ed4a47a77306be515693 /bin
parenta6f76d89efaa561a587290c8a6339fd0b9ebf63d (diff)
Update documentation + fix typo in source comment
Diffstat (limited to 'bin')
-rwxr-xr-xbin/efa11
1 files changed, 6 insertions, 5 deletions
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<efa> thinks so), one if you
-gave ambiguous input and need to re-run B<efa> 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