From 6ba4b93029e13751208ea5e47c8e2a1fb21ebdec Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Tue, 23 Oct 2007 16:43:50 +0200 Subject: [PATCH] command.c: Trivial documentation cleanups. --- command.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/command.c b/command.c index 9d902baf..8940a0d1 100644 --- a/command.c +++ b/command.c @@ -4,7 +4,7 @@ * Licensed under the GPL v2. For licencing details see COPYING. */ -/** \file command.c does client authentication and executes server commands */ +/** \file command.c Client authentication and server commands. */ #include #include @@ -30,7 +30,7 @@ #include "server_command_list.h" #include "afs_command_list.h" -/** commands including options must be shorter than this */ +/** Commands including options must be shorter than this. */ #define MAX_COMMAND_LEN 32768 static RC4_KEY rc4_recv_key; @@ -445,7 +445,7 @@ static int send_list_of_commands(int fd, struct server_command *cmd, return 1; } -/* always returns string that must be freed by the caller in handler */ +/* returns string that must be freed by the caller */ static struct server_command *get_cmd_ptr(const char *name, char **handler) { struct server_command *cmd; -- 2.30.2