summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2011-06-27 23:41:48 +0200
committerDaniel Friesel <derf@finalrewind.org>2011-06-27 23:41:48 +0200
commit90404d949be047808eb389805a8a586a1a1971b0 (patch)
tree098fc80467d92999f97a239cafb4d3122c8d6b7f /lib
parentf81b605c3cd243d41b72ba647f2585370b26e5d6 (diff)
Documentation fixups
Diffstat (limited to 'lib')
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn.pm16
-rw-r--r--lib/Travel/Status/DE/DeutscheBahn/Result.pm2
2 files changed, 9 insertions, 9 deletions
diff --git a/lib/Travel/Status/DE/DeutscheBahn.pm b/lib/Travel/Status/DE/DeutscheBahn.pm
index 673f149..1e28bc6 100644
--- a/lib/Travel/Status/DE/DeutscheBahn.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn.pm
@@ -202,30 +202,30 @@ unspecified).
=item my $status = Travel::Status::DE::DeutscheBahn->new(I<%opts>)
-Returns a new Travel::Status::DE::DeutscheBahn element. Supported I<opts> are:
+Returns a new Travel::Status::DE::DeutscheBahn element. Supported I<opts> are:
=over
=item B<station> => I<station>
-The train station to report for, e.g. "Essen HBf". Mandatory.
+The train station to report for, e.g. "Essen HBf". Mandatory.
=item B<date> => I<dd>.I<mm>.I<yyyy>
-Date to report for. Defaults to the current day.
+Date to report for. Defaults to the current day.
=item B<time> => I<hh>:I<mm>
-Time to report for. Defaults to now.
+Time to report for. Defaults to now.
=item B<mode> => B<arr>|B<dep>
By default, Travel::Status::DE::DeutscheBahn reports train departures
-(B<dep>). Set this to B<arr> to get arrivals instead.
+(B<dep>). Set this to B<arr> to get arrivals instead.
=item B<mot> => I<\%hashref>
-Modes of transport to show. Accepted keys are: B<ice> (ICE trains), B<ic_ec>
+Modes of transport to show. Accepted keys are: B<ice> (ICE trains), B<ic_ec>
(IC and EC trains), B<d> (InterRegio and similarly fast trains), B<nv>
("Nahverkehr", mostly RegionalExpress trains), B<s> ("S-Bahn"), B<bus>,
B<ferry>, B<u> ("U-Bahn") and B<tram>.
@@ -239,7 +239,7 @@ By default, the following are shown: ice, ic_ec, d, nv, s.
=item $status->results()
-Returns a list of arrivals/departures. Each list element is a
+Returns a list of arrivals/departures. Each list element is a
Travel::Status::DE::DeutscheBahn::Result(3pm) object.
=back
@@ -266,7 +266,7 @@ Unknown.
=head1 SEE ALSO
-mris(1), Travel::Status::DE::DeutscheBahn::Result(3pm).
+Travel::Status::DE::DeutscheBahn::Result(3pm).
=head1 AUTHOR
diff --git a/lib/Travel/Status/DE/DeutscheBahn/Result.pm b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
index 36f2c94..3aaa0cf 100644
--- a/lib/Travel/Status/DE/DeutscheBahn/Result.pm
+++ b/lib/Travel/Status/DE/DeutscheBahn/Result.pm
@@ -76,7 +76,7 @@ version 0.0
=head1 DESCRIPTION
Travel::Status::DE::DeutscheBahn::Result describes a single arrival/departure
-as obtained by Travel::Status::DE::DeutscheBahn. It contains information about
+as obtained by Travel::Status::DE::DeutscheBahn. It contains information about
the platform, time, route and more.
=head1 METHODS