summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-03-29 23:32:27 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-03-29 23:32:27 +0000
commitda5f51128282d3850070904c5649c351a2c902d0 (patch)
tree4274bb3d88c59abab3afc315e9bc620055008afc
parente1dd93780456d94f62c876f2a87dc3ca2dd862ab (diff)
downloadgpsd-da5f51128282d3850070904c5649c351a2c902d0.tar.gz
gpsprof -r option is gone.
-rwxr-xr-xgpsprobe2
-rwxr-xr-xgpsprof4
-rw-r--r--gpsprof.xml6
3 files changed, 4 insertions, 8 deletions
diff --git a/gpsprobe b/gpsprobe
index d7bebe60..00e65ed1 100755
--- a/gpsprobe
+++ b/gpsprobe
@@ -4,7 +4,7 @@
from math import *
import time, os
-import gps, gpsd, curses.ascii
+import gps, curses.ascii
class Baton:
"Ship progress indication to stderr."
diff --git a/gpsprof b/gpsprof
index fd4abbbc..d6bca867 100755
--- a/gpsprof
+++ b/gpsprof
@@ -356,7 +356,7 @@ def plotframe(await, fname, speed, threshold, title):
if __name__ == '__main__':
try:
- (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:rs:t:")
+ (options, arguments) = getopt.getopt(sys.argv[1:], "f:hm:n:s:t:")
formatter = "space"
raw = False
speed = 0
@@ -370,8 +370,6 @@ if __name__ == '__main__':
threshold = int(val)
elif (switch == '-n'):
await = int(val)
- elif (switch == '-r'):
- raw = True
elif (switch == '-s'):
speed = int(val)
elif (switch == '-t'):
diff --git a/gpsprof.xml b/gpsprof.xml
index acffdcdf..8cc5bec6 100644
--- a/gpsprof.xml
+++ b/gpsprof.xml
@@ -19,10 +19,8 @@
<arg choice='opt'>-f <replaceable>plot_type</replaceable></arg>
<arg choice='opt'>-m <replaceable>threshold</replaceable></arg>
<arg choice='opt'>-n <replaceable>packetcount</replaceable></arg>
- <arg choice='opt'>-r </arg>
<arg choice='opt'>-s <replaceable>speed</replaceable></arg>
<arg choice='opt'>-t <replaceable>title</replaceable></arg>
- <arg choice='opt'>-T <replaceable>terminal type</replaceable></arg>
<arg choice='opt'>-h</arg>
</cmdsynopsis>
</refsynopsisdiv>
@@ -87,7 +85,7 @@ from sentences without fixes is lumped in.</para>
</varlistentry>
</variablelist>
-<para>Each of the time plots conveys the following information:</para>
+<para>The instrumented time plots conveys the following information:</para>
<variablelist>
<varlistentry>
@@ -140,7 +138,7 @@ the chipset accepts a speed-change command (SiRF-II supports this
feature).</para>
<para>The -t option sets a text string to be included in the plot
-title..</para>
+title.</para>
<para>The -h option makes <application>gpsprof</application> print
a usage message and exit.</para>