summaryrefslogtreecommitdiff
path: root/libgps.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-06-22 12:19:39 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-06-22 12:19:39 -0400
commite9897561cdca094dfce25f1fde267d84d5cd275a (patch)
tree6a63c6affb793c91795f85d70b5d2bce601f4b6e /libgps.xml
parent0346e4f99a1795a885d81e082038649b13e3d495 (diff)
downloadgpsd-e9897561cdca094dfce25f1fde267d84d5cd275a.tar.gz
Remove some excessively scary language.
Diffstat (limited to 'libgps.xml')
-rw-r--r--libgps.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/libgps.xml b/libgps.xml
index d7aecb40..d89a522d 100644
--- a/libgps.xml
+++ b/libgps.xml
@@ -151,10 +151,9 @@ error condition. This function is a convenience wrapper around a
call, and zeros <varname>errno</varname> on entry; you can test
<varname>errno</varname> after exit to get more information about
error conditions. Note that choosing a wait timeout of less than twice
-the cycle time of your device will be hazardous, as the receiver
-probably will not supply input often enough to prevent a spurious
-error indication. For the typical 1-second cycle time of GPSes this
-implies a minimum 2-second timeout.</para>
+the cycle time of your device may produce spurious error indications,
+as the receiver probably will not supply input as often as the
+select is called.</para>
<para><function>gps_unpack()</function> parses JSON from the argument
buffer into the target of the session structure pointer argument.