summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-01-16 15:15:41 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-01-16 15:15:41 -0500
commite9c39d5444e7692d287bc9ac1e33578000914515 (patch)
tree6825a32825cd54ef5876a52b4b611eb4e171fc7a /libgps.xml
parent509c4367c866820286bdb7820dcf7cb5b5cd9f63 (diff)
downloadgpsd-e9c39d5444e7692d287bc9ac1e33578000914515.tar.gz
Documentation tweak.
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgps.xml b/libgps.xml
index d3e539f5..d9abebd5 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -145,8 +145,8 @@ unavailable, and 0 if no data is available.</para>
there is new data from the daemon. The second argument is the maximum
amount of time to wait (in microseconds) on input before returning.
It returns true if there is input waiting, false on timeout (no data
-waiting) or error condition. This function is a convenience wrapper
-around a
+waiting) or error condition. When using the socket export, this
+function is a convenience wrapper around a
<citerefentry><refentrytitle>select</refentrytitle><manvolnum>2</manvolnum></citerefentry>
call, and zeros <varname>errno</varname> on entry; you can test
<varname>errno</varname> after exit to get more information about