Skip to content
Snippets Groups Projects
Commit 36e0bbfc authored by Birte Kristina Friesel's avatar Birte Kristina Friesel
Browse files

efa(1): spellcheck

parent 562b6b3c
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ Module::Build->new(
'Class::Accessor' => 0,
'Exception::Class' => 0,
'Getopt::Long' => 0,
'List::Util' => 0,
'LWP::UserAgent' => 0,
'XML::LibXML' => 0,
},
......
......@@ -83,7 +83,7 @@ sub handle_efa_exception {
exit 5;
}
printf STDERR ( "Uncatched exception: %s\n%s", ref($e), $e->trace );
printf STDERR ( "Uncaught exception: %s\n%s", ref($e), $e->trace );
exit 10;
}
......@@ -377,10 +377,10 @@ version 2.07
B<efa> is a command line client for the L<http://efa.vrr.de> web interface.
It sends the specified information to the online form and displays the results.
It also supports other EFA services than L<http://efa.vrr.de>.
B<efa> has a builtin list of EFA entry points which can be used with the
B<-A> and B<-D> options. You can also specify a custom service using B<-u> I<url>
or B<-s> I<name>.
It also supports other EFA services than L<http://efa.vrr.de>. B<efa> has a
builtin list of EFA entry points which can be probed with the B<-A> and B<-D>
options and listed with B<-l>. You can also specify a custom service using
B<-u> I<url> or B<-s> I<name>.
However, the default EFA service is sufficient in most cases (even ICE
connections all over Germany).
......@@ -412,7 +412,7 @@ Journey end time (overrides --time/--depart)
Probe all known EFA entry points for the specified connection. Print the first
result which was not an error.
Note that this may take a while and will not neccessarily return the best
Note that this may take a while and will not necessarily return the best
result. Also, using this option by default is not recommended, as it puts
EFA services under considerable additional load.
......@@ -468,7 +468,7 @@ Include connections using trains of type I<type>, where I<type> may be:
=item * local (default)
only take local trains ("Verbund-/Nahverkehrslinien"). Slow, but the cheapest
method if you're not travelling long distance
method if you're not traveling long distance
=item * ic
......@@ -611,8 +611,6 @@ each other it may or may not work. Workaround: Request from -> via using the
normal four-argument efa invocation, read the time, use efa -t time via via to
to to request via -> to.
None known.
=head1 AUTHOR
Copyright (C) 2009-2014 by Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment