From da98b3eb7983c2207ca407e281d9ada6e48a6f3d Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Thu, 19 Feb 2009 23:34:40 +0000 Subject: Reserve lower-case letters for gpsmon generic commands. --- monitor_proto.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'monitor_proto.c') 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. */ /* -- cgit v1.2.1