]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
Update cmdproc from sysless
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 08:36:00 +0000 (10:36 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 08:36:00 +0000 (10:36 +0200)
cmdproc/include/cmdproc.h

index b7ef4362634d485218c13a3b7d621af37eb463e8..51819168142b7273171a8e5a4f9978fb055a546d 100644 (file)
@@ -118,9 +118,9 @@ int cmd_io_read_bychar(cmd_io_t *cmd_io,void *buf,int count);
  * Command descriptor.
  *
  * Command name may contain the following wildcards:
- * - '?' stands for one arbitrary character
+ * - '?' stands for one alphanumeric character
  * - '#' stands for one digit
- * - '*' stands for any number of arbitrary characters at the end of the command
+ * - '*' stands for any number of alphanumeric characters at the end of the command
  *
  * The fnc() function is passed the following information as the param array:
  *   - param[0] points to the command (the longest sequence of alphanumeric characters)