From 2419e9345920e96b760790ff56b9d4c38779a68b Mon Sep 17 00:00:00 2001 From: Michal Sojka Date: Wed, 31 Jul 2013 10:18:19 +0200 Subject: [PATCH] Fixup doc --- libs4c/cmdproc/cmd_proc.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libs4c/cmdproc/cmd_proc.h b/libs4c/cmdproc/cmd_proc.h index 6a95bbf..332cd83 100644 --- a/libs4c/cmdproc/cmd_proc.h +++ b/libs4c/cmdproc/cmd_proc.h @@ -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) -- 2.39.2