summaryrefslogtreecommitdiff
path: root/libgps.3
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-03-02 13:15:41 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-03-02 13:15:41 +0000
commit2bd66da47ff3d34be77422fd432915bdacac609d (patch)
tree87f0c54c8a349b376116f551432a03bab1ec1a78 /libgps.3
parent52654c4f02b7150b34eb5133b0ea07683711b65e (diff)
downloadgpsd-2bd66da47ff3d34be77422fd432915bdacac609d.tar.gz
Change gpxlogger so it writes to standard output.
Diffstat (limited to 'libgps.3')
-rw-r--r--libgps.36
1 files changed, 3 insertions, 3 deletions
diff --git a/libgps.3 b/libgps.3
index 687eacf6..d153cd38 100644
--- a/libgps.3
+++ b/libgps.3
@@ -73,7 +73,7 @@ del session
.SH "DESCRIPTION"
.PP
-libgps is a service library which supports querying GPS devices; link it with the linker option \-lgps\&. There are two interfaces supported in it; one high\-level interface that goes through \fBgpsd\fR(1) and is intended for concurrent use by several applications, and one low\-level interface that speaks directly with the serial or USB device to which the GPS is attached\&. This page describes the high\-level interface that is safe for multiple applications to use simultaneously; it is probably the one you want\&. The low\-level interface is documented at \fBlibgps\fR(3)\&.
+\fIlibgps\fR is a service library which supports querying GPS devices; link it with the linker option \-lgps\&. There are two interfaces supported in it; one high\-level interface that goes through \fBgpsd\fR(1) and is intended for concurrent use by several applications, and one low\-level interface that speaks directly with the serial or USB device to which the GPS is attached\&. This page describes the high\-level interface that is safe for multiple applications to use simultaneously; it is probably the one you want\&. The low\-level interface is documented at \fBlibgps\fR(3)\&.
.PP
Calling \fBgpsd_open()\fR initializes a GPS\-data structure to hold the data collected by the GPS, and returns a socket attached to \fBgpsd\fR(1)\&. \fBgpsd_open()\fR returns NULL on errors\&. errno is set depending on the error returned from the the socket layer; see \fIgps\&.h\fR for values and explanations\&.
@@ -108,7 +108,7 @@ The Python implementation supports the same facilities as the C library\&. \fBgp
.SH "CODE EXAMPLE"
.PP
-The following is an excerpted and simplified version of the libgps interface code from \fBxgps\fR(1)\&. The function \fBhandle_input()\fR is a trivial pies of code that calls gps_poll(gpsdata)\&.
+The following is an excerpted and simplified version of the libgps interface code from \fBgps\fR(1)\&. The function \fBhandle_input()\fR is a trivial pies of code that calls gps_poll(gpsdata)\&.
.nf
@@ -131,7 +131,7 @@ The following is an excerpted and simplified version of the libgps interface cod
.SH "SEE ALSO"
.PP
- \fBgpsd\fR(8), \fBxgps\fR(1), \fBlibgps\fR(3)\&. \fBlibgpsmm\fR(3)\&.
+ \fBgpsd\fR(8), \fBgps\fR(1), \fBlibgps\fR(3)\&. \fBlibgpsmm\fR(3)\&.
.SH "AUTHOR"