summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorBernd Zeimetz <bernd@bzed.de>2010-03-30 11:07:46 +0200
committerBernd Zeimetz <bernd@bzed.de>2010-03-30 11:07:46 +0200
commitbc633c9b2b9a5993c7d561615bf44775f0423cb3 (patch)
tree41c9ee6a292e0a32e985e7662151e1f4cabb4dbe /libgps.xml
parente57075ab0fbcfe4cee10aec337efb4b636d7dc68 (diff)
parentb6745e1d1878d305a71ef6eb6b78be47a2254f23 (diff)
downloadgpsd-bc633c9b2b9a5993c7d561615bf44775f0423cb3.tar.gz
Merge branch 'master' of git.berlios.de:/gitroot/gpsd
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgps.xml b/libgps.xml
index 861493d9..5a2d5b68 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -147,8 +147,9 @@ of responses, from the daemon and interprets it as though it were a
query response (the return value is as for a query).
<function>gps_poll()</function> returns the validity mask of the
received structure. This function does a blocking read waiting for
-data from the daemon; it returns 0 for success, or -1 on a Unix-level
-read error. </para>
+data from the daemon; it returns 0 for success, -1 with errno set on a
+Unix-level read error, -1 with errno not set if the socket to
+the daemon has closed. </para>
<para><function>gps_waiting()</function> can be used to check
whether there is data from the daemon. It returns true if there is,