~ubuntu-branches/ubuntu/karmic/mtkbabel/karmic

« back to all changes in this revision

Viewing changes to mtkbabel.1

  • Committer: Bazaar Package Importer
  • Author(s): Uwe Hermann
  • Date: 2009-02-07 07:25:40 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090207072540-bqzdgdanqx51l1nd
Tags: 0.8-1
* New upstream release.
* debian/copyright: Fix copy-paste errors. Update copyright years.
* debian/watch: Add file.
* debian/patches/10_manpage_fixes.patch: Drop, merged upstream.
* debian/patches/10_manpage_hyphen_fix.patch: Add file. Fix lintian warning.
* debian/patches/20_help_fix.patch: Add file. Minor -h option fixes.
* debian/mtkbabel.lintian-overrides: Add file. Silence bogus lintian warning.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
.TH MTKBABEL 1 "June 12, 2008"
 
1
.TH MTKBABEL 1 "January 20, 2009"
2
2
.SH NAME
3
3
mtkbabel \- Tool for managing GPS data loggers based on the MTK chip
4
4
.SH SYNOPSIS
5
 
.B mtkbabel \fR[\fB\-abdEfhlmopRrstvw\fR]
 
5
.B mtkbabel \fR[\fB\-abcdEfhilmopRrstvw\fR]
6
6
.SH DESCRIPTION
7
7
.B mtkbabel
8
8
is a command line program to operate GPS data loggers based on the MediaTek MTK chip.
78
78
Read all the log memory (overlapped data).
79
79
.TP
80
80
.BR "\-b" " filename.bin"
81
 
Do not read device, read a previously saved .bin file.
 
81
Do not read data from a GPS device, but rather read a previously
 
82
saved .bin file. Ignore -f option.
 
83
.TP
 
84
.B "\-c"
 
85
Create a GPX file with both tracks and waypoints.
82
86
.TP
83
87
.BR "\-d" " debug_level"
84
88
Debug level: 0..7.
87
91
Erase data log memory.
88
92
.TP
89
93
.B "\-f"
90
 
Base name for saved files (.bin and .gpx).
 
94
Base name for saved files (.bin and .gpx). If you, for example, use
 
95
.BR "-f gpslog" ,
 
96
mtkbabel will create files which are called 
 
97
.BR gpslog.gpx ,
 
98
.BR gpslog_trk.gpx ,
 
99
.BR gpslog_wpt.gpx " and"
 
100
.BR gpslog.bin .
91
101
.TP
92
102
.B "\-h"
93
103
Show a help text and exit.
94
104
.TP
 
105
.B "\-i"
 
106
Ignore some error conditions and try to extract as much data as possible from GPS.
 
107
.TP
95
108
.BR "\-l" " {on|off}"
96
 
Turn loggin ON/OFF.
 
109
Turn logging ON/OFF.
97
110
.TP
98
111
.BR "\-m" " {stop|overlap}"
99
112
Set STOP/OVERLAP recording method on memory full.
119
132
.BR 115200 " baud."
120
133
.TP
121
134
.B "\-t"
122
 
Create a gpx file with tracks.
 
135
Create a GPX file with tracks.
123
136
.TP
124
137
.B "\-v"
125
138
Show version information and exit.
126
139
.TP
127
140
.B "\-w"
128
 
Create a gpx file with waypoints.
 
141
Create a GPX file with waypoints.
129
142
.SH BUGS
130
143
Please report any bugs to
131
144
Niccolo Rigacci <niccolo@rigacci.org>.