diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2006-03-02 12:35:47 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2006-03-02 12:35:47 +0000 |
commit | b79d4bf392327e9be464a1350ab8177f391176b9 (patch) | |
tree | a825bde5c4f2549b115f8bfafcae457201505d23 /gpxlogger.1 | |
parent | e4f574e499d6cee05fda1c4ca2f3eb5f24fb1c7a (diff) | |
download | gpsd-b79d4bf392327e9be464a1350ab8177f391176b9.tar.gz |
Parse NMEA-violating data from Antaris ublox correctly.
Merge cgpxlogger and gpxlogger man pages onto xgps.1.
Fix two minor compiler warnings.
Diffstat (limited to 'gpxlogger.1')
-rw-r--r-- | gpxlogger.1 | 62 |
1 files changed, 1 insertions, 61 deletions
diff --git a/gpxlogger.1 b/gpxlogger.1 index a6b7e97d..74ddb35e 100644 --- a/gpxlogger.1 +++ b/gpxlogger.1 @@ -1,61 +1 @@ -.\"Generated by db2man.xsl. Don't modify this, modify the source. -.de Sh \" Subsection -.br -.if t .Sp -.ne 5 -.PP -\fB\\$1\fR -.PP -.. -.de Sp \" Vertical space (when we can't use .PP) -.if t .sp .5v -.if n .sp -.. -.de Ip \" List item -.br -.ie \\n(.$>=3 .ne \\$3 -.el .ne 3 -.IP "\\$1" \\$2 -.. -.TH "GPXLOGGER" 1 "3 Aug 2005" "" "" -.SH NAME -gpxlogger \- logs GPS tracks to GPX files -.SH "SYNTAX" - -.PP -gpxlogger <filename> - -.SH "DESCRIPTION" - -.PP -This program listens to DBUS broadcasts from gpsd (org\&.gpsd\&.fix) and logs each fix to a GPX file as they arrive in an XML format\&. - -.PP -The logfile may be composed of multiple tracks, a new track is created if there's no fix for 5 seconds\&. - -.PP -The program also writes start and end messages to syslog\&. - -.SH "FILES" - -.PP -\fI/var/log\fR - -.SH "EXAMPLES" - -.PP -To run this program the standard way type: - -.PP -gpxlogger /gpslogs/2005\-08\-03\&.12:21:00\&.gpx - -.SH "AUTHORS" - -.PP -Amaury Jacquot <sxpert@esitcom\&.org>, Petter Reinholdtsen <pere@hungry\&.com> - -.SH "SEE ALSO" - -.PP -\fBgpsd\fR(1) - +.so man1/xgps.1 |