]> git.pond.sub.org Git - empserver/blobdiff - src/lib/player/empdis.c
Update copyright notice
[empserver] / src / lib / player / empdis.c
index ce650ab7909ef12aee5dfccf191c6f38d1baaec2..f976b964c343a322b625b543a8ba0cdc1581d131 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2012, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2018, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -38,7 +38,6 @@
 #include <stdio.h>
 #include <time.h>
 #include "com.h"
-#include "file.h"
 #include "game.h"
 #include "match.h"
 #include "misc.h"
@@ -59,7 +58,7 @@ static int player_commands_index = 0;
 static void disable_coms(void);
 
 /*
- * Get a command from the current player into COMBUFP[1024], in UTF-8.
+ * Get a command from the current player into @combufp[1024], in UTF-8.
  * This may block for input, yielding the processor.  Flush buffered
  * output when blocking, to make sure player sees the prompt.
  * Return command's byte length on success, -1 on error.
@@ -114,11 +113,11 @@ explain(void)
 
     pr("\t\tCurrent EMPIRE Command List\n"
        "\t\t------- ------ ------- ----\n"
-       "Initial number is cost in B.T.U. units.\n"
+       "Initial number is cost in BTUs.\n"
        "Next 2 chars (if present) are:\n"
        "$ - must be non-broke\tc -- must have capital\n"
-       "Args in [brackets] are optional.\n"
-       "All-caps args in <angle brackets>"
+       "Arguments in [brackets] are optional.\n"
+       "All-caps arguments in <angle brackets>"
        " have the following meanings:\n"
        /* FIXME incomplete */
        "  <NUM> :: a number in unspecified units\n"