summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-19 22:38:49 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-19 22:38:49 -0500
commitfc3cca111f23bc6a8f079b4b8ffa7806b1f1fa09 (patch)
treea616893162d4dcddb1ba9abb1a2d4a83dce9dc31 /www
parent34411fd625346329489bf063d226674b3e9b30ef (diff)
downloadgpsd-fc3cca111f23bc6a8f079b4b8ffa7806b1f1fa09.tar.gz
Fix a typo in the Client HOWTO.
Diffstat (limited to 'www')
-rw-r--r--www/client-howto.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/client-howto.txt b/www/client-howto.txt
index 4e7638e8..60940724 100644
--- a/www/client-howto.txt
+++ b/www/client-howto.txt
@@ -1,6 +1,6 @@
= GPSD Client HOWTO =
Eric S. Raymond <esr@thyrsus.com>
-v1.16, July 2013
+v1.17, Mar 2015
== Introduction ==
@@ -446,7 +446,7 @@ C and C++ client libraries shipped with GPSD can read this segment.
The API for reading the segment uses the same gps_open(), gps_read()
and gps_close() entry points as the sockets interface. To enable using
shared memory instead, it is only necessary to use the macro constant
-GPSD_SHARED_MEMORY as the port argument of gps_open().
+GPSD_SHARED_MEMORY as the host argument of gps_open().
The gps_stream(), gps_send(), gps_waiting(), and gps_data() entry
points are not available with this interface. You cannot set a device