]> rtime.felk.cvut.cz Git - pes-rpp/rpp-test-sw.git/commitdiff
doc: Minor fixes in other CAN commands
authorMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 3 Dec 2014 19:05:27 +0000 (20:05 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Wed, 3 Dec 2014 19:05:27 +0000 (20:05 +0100)
rpp-test-sw/commands/cmd_can.c

index fd2f342d05b6592f249a016673a758ddb8391b2b..c815dddaca4b05edcb4e53b562543e0ef3363f65 100644 (file)
@@ -987,12 +987,12 @@ cmd_des_t const cmd_des_can_dump = {
        "IDs are zero-filled to length 3 if a message in the standard frame\n"
        "format is received and to 8 for extended frame format messages.\n"
        "\n"
-       "caninit must be called before using this command.\n"
+       "`caninit` must be called before using this command.\n"
        "\n"
        "### Example ###\n"
        "\n"
        "    --> candump 2\n"
-       "can2  0000FADE  [2]  12 34\n",
+       "    can2  0000FADE  [2]  12 34\n",
        CMD_HANDLER(cmd_do_can_dump), (void *)&cmd_list_can
 };