summaryrefslogtreecommitdiff
path: root/monitor_proto.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-02-19 23:34:40 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-02-19 23:34:40 +0000
commitda98b3eb7983c2207ca407e281d9ada6e48a6f3d (patch)
treee31e604a229b5800a352405f30d657708f5c897a /monitor_proto.c
parent50038e3acc531301ebf9372778939100fbbaae71 (diff)
downloadgpsd-da98b3eb7983c2207ca407e281d9ada6e48a6f3d.tar.gz
Reserve lower-case letters for gpsmon generic commands.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/monitor_proto.c b/monitor_proto.c
index 0b644923..3b4f40d7 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -85,6 +85,10 @@ static int PROTO_command(char line[])
*
* This method is optional. If you set the command method pointer to
* NULL, gpsmon will behave sanely, accepting no device-specific commands.
+ *
+ * It is a useful convention to use uppercase letters for
+ * driver-specfic commands and leave lowercase ones for the
+ * generic gpsmon ones.
*/
/*