Subversion Repositories HelenOS

Rev

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

Rev 3265 Rev 3346
1
{
1
{
2
	"cd",
2
	"cd",
3
	"Change the current working directory",
3
	"Change the current working directory",
4
	&cmd_cd,
4
	&cmd_cd,
5
	&help_cmd_cd,
5
	&help_cmd_cd,
6
	-1
6
	-1
7
},
7
},
8
{
8
{
9
	"chdir",
9
	"chdir",
10
	NULL,
10
	NULL,
11
	&cmd_cd,
11
	&cmd_cd,
12
	&help_cmd_cd,
12
	&help_cmd_cd,
13
	-1
13
	-1
14
},
14
},
15
 
15