]> rtime.felk.cvut.cz Git - sysless.git/commitdiff
Fixup doc
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 08:18:19 +0000 (10:18 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 31 Jul 2013 08:18:19 +0000 (10:18 +0200)
libs4c/cmdproc/cmd_proc.h

index 6a95bbf3bb7ad988dcad922c3f904c86fa56a69f..332cd835b9626929763f908ec347a28300645673 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)