Changeset 099aa78 in mainline


Ignore:
Timestamp:
2009-03-12T17:49:03Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7efdec
Parents:
a02e383
Message:

remove the confusing "exit" from the list of commands
(the exit command still works in last resort and debug consoles)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/console/cmd.c

    ra02e383 r099aa78  
    8080};
    8181
    82 static cmd_info_t exit_info = {
    83         .name = "exit",
    84         .description = "Exit kconsole.",
    85         .argc = 0
    86 };
    87 
    8882static int cmd_reboot(cmd_arg_t *argv);
    8983static cmd_info_t reboot_info = {
     
    458452        &cpus_info,
    459453        &desc_info,
    460         &exit_info,
    461454        &reboot_info,
    462455        &uptime_info,
Note: See TracChangeset for help on using the changeset viewer.