Subversion Repositories HelenOS

Rev

Rev 3346 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3346 Rev 3373
1
{
1
{
2
    "quit",
2
    "quit",
3
    "Exit the console",
3
    "Exit the console",
4
    &cmd_quit,
4
    &cmd_quit,
5
    &help_cmd_quit,
5
    &help_cmd_quit,
6
    -1
6
    -1
7
},
7
},
8
{
8
{
9
    "exit",
9
    "exit",
10
    NULL,
10
    NULL,
11
    &cmd_quit,
11
    &cmd_quit,
12
    &help_cmd_quit,
12
    &help_cmd_quit,
13
    -1
13
    -1
14
},
14
},
15
 
15