summaryrefslogtreecommitdiff
path: root/scripts/acronyms.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2016-10-01 13:19:41 +0200
committerDaniel Friesel <derf@finalrewind.org>2016-10-01 13:19:41 +0200
commit98f1625af2a75243d45cfc03040036d4ef67116e (patch)
treec176d66d97def5255ef3e3f6b4050b049e16e944 /scripts/acronyms.pl
parent3aca6a1486cba4a154f77afa4ef18bfb14ffc3a3 (diff)
Stations: Update get_station documentation
Diffstat (limited to 'scripts/acronyms.pl')
-rwxr-xr-xscripts/acronyms.pl8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/acronyms.pl b/scripts/acronyms.pl
index 097090e..fd78b88 100755
--- a/scripts/acronyms.pl
+++ b/scripts/acronyms.pl
@@ -1988,11 +1988,11 @@ Returns a list of all known stations, lexically sorted by station name.
Returns a list of stations matching I<$in>.
-If a I<$in> is a valid station code, only one element ([I<$in>, related name])
-is returned. Otherwise, it is passed to get_station_by_name(I<$in>) (see
-below).
+If a I<$in> is a valid station (either DS100 code or UIC/EVA number),
+a single array reference describing the station is returned. Otherwise,
+I<$in> is passed to get_station_by_name(I<$in>) (see below).
-Note that station codes matching is case sensitive and must be exact.
+Note that DS100 code matching is case sensitive.
=item Travel::Status::DE::IRIS::Stations::get_station_by_location(I<$lon>, I<$lat>, I<$num_matches>)