command.c: Trivial documentation cleanups.
[paraslash.git] / command.c
index 9d902bafbfbc64148bfaa473c63412fe1c016c57..8940a0d1b8faf931d8a2e8cea77c0593746d517b 100644 (file)
--- 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 <signal.h>
 #include <sys/time.h>
@@ -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;