]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - command.c
command.c: Trivial documentation cleanups.
[paraslash.git] / command.c
index 7dba2f90b8e4ff1e6fca0352d31b79d24b41e9af..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>
@@ -15,7 +15,6 @@
 #include "para.h"
 #include "error.h"
 #include "server.cmdline.h"
-#include "afs_common.h"
 #include "string.h"
 #include "afh.h"
 #include "afs.h"
@@ -31,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;
@@ -446,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;