From bce2d9267b15961f194379fdd2c750f343548381 Mon Sep 17 00:00:00 2001 From: Charles Curley Date: Wed, 9 Mar 2011 08:57:57 -0700 Subject: Minor tweaks for the libgps man page. Signed-off-by: Eric S. Raymond --- libgps.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libgps.xml') diff --git a/libgps.xml b/libgps.xml index 2b7fb63d..c3cef16f 100644 --- a/libgps.xml +++ b/libgps.xml @@ -126,9 +126,9 @@ error, -1 with errno not set if the socket to the daemon has closed, and 0 if no data is available. gps_waiting() can be used to check whether -there is data from the daemon. The argument is the maximum amount of -time to wait on input before returning. It returns true if there -inmput waiting, false on timeout (no data waiting) or error +there is 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 +input waiting, false on timeout (no data waiting) or error condition. This function is a convenience wrapper around a select2 call, and zeros errno on entry; you can test -- cgit v1.2.1