]> rtime.felk.cvut.cz Git - sysless.git/blobdiff - libs4c/cmdproc/cmd_proc.h
Fix missing ':' in Emacs setup
[sysless.git] / libs4c / cmdproc / cmd_proc.h
index 6a95bbf3bb7ad988dcad922c3f904c86fa56a69f..a9b62d5b1ccce6245afe60538e09238e7dc27843 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)
@@ -198,4 +198,4 @@ int cmd_processor_run(cmd_io_t *cmd_io, cmd_des_t const **commands);
 
 /* Local Variables: */
 /* c-basic-offset: 2 */
-/* End */
+/* End: */