summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-19 11:05:00 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-19 11:05:00 +0000
commit9aadfcdd7a2d78036e775d3a2503368585be960d (patch)
treeeb10c01cde63d030644eeeb3e1692c6fafde05ae /monitor_proto.c
parentc0131591fe02d36fc46e36e96c8fe54f323e8b92 (diff)
downloadgpsd-9aadfcdd7a2d78036e775d3a2503368585be960d.tar.gz
Hack the gpscon comand set to resemble gpsctl switches.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/monitor_proto.c b/monitor_proto.c
index 439e780d..0b644923 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -119,8 +119,8 @@ const struct monitor_object_t PROTO_mmt = {
.min_y = 23, .min_x = 80, /* size of the device window */
/*
* The gpsd driver type for your device. gpsmon will use the mode_switcher
- * method for 'n', the speed_switcher for 'b', and the control_send method
- * for 's'. Additionally, the driver type name will be displayed before
+ * method for 'n', the speed_switcher for 's', and the control_send method
+ * for 'c'. Additionally, the driver type name will be displayed before
* the '>' command prompt in the top line of the display.
*/
.driver = &PROTO,