diff --git a/bin/efa b/bin/efa index a8ee155a719db973ee90c81acf1f07afe758acdd..c59264e0d9ac68cd75719adb219c36277ae20b43 100755 --- a/bin/efa +++ b/bin/efa @@ -556,7 +556,29 @@ Print version information =back -=head1 BUGS +=head1 EXIT STATUS + +Non-Zero on grave errors, otherwise zero. Note that there are cases where +B returns zero although it didn't work properly (i.e. displays an empty +result). + +=head1 CONFIGURATION + +None. + +=head1 DEPENDENCIES + +This script requires the WWW::Mechanize module and perl 5.10 (or higher). + +=head1 BUGS AND LIMITATIONS The Unicode handling is slightly messed up. Therefore, arguments to B should always be plain ASCII (ue instead of E etc). + +=head1 AUTHOR + +Copyright (C) 2009,2010 by Daniel Friesel Ederf@derf.homelinux.orgE + +=head1 LICENSE + + 0. You just DO WHAT THE FUCK YOU WANT TO.