From: Pekka Riikonen Date: Wed, 6 Nov 2002 15:31:26 +0000 (+0000) Subject: Comment fix. X-Git-Tag: 1.2.beta1~926 X-Git-Url: http://git.silcnet.org/gitweb/?a=commitdiff_plain;h=a57b2acee83cc09d13d843d795bc320ebca1e97e;p=crypto.git Comment fix. --- diff --git a/lib/silcclient/silcclient.h b/lib/silcclient/silcclient.h index 3a5a4e37..fe44045f 100644 --- a/lib/silcclient/silcclient.h +++ b/lib/silcclient/silcclient.h @@ -1423,8 +1423,9 @@ SilcChannelUser silc_client_on_channel(SilcChannelEntry channel, * is non-NULL then all variable arguments are ignored by default. * * If `command_line' is NULL, then the variable arguments define the - * command's nameand its arguments. The variable argument list must - * be terminated with NULL. + * command's name and its arguments. The first variable argument must + * be the command name. The variable argument list must be terminated + * with NULL. * * Returns FALSE if the command is not known and TRUE after command. * execution. The "command" client operation is called when the