Added man entries for man and cd
This commit is contained in:
parent
2dc69c670b
commit
bea164468b
2 changed files with 32 additions and 1 deletions
|
|
@ -2,6 +2,8 @@
|
|||
#define _MAN_H_
|
||||
|
||||
void manEntry_ls();
|
||||
void manEntry_cd();
|
||||
void manEntry_man();
|
||||
void showManEntry(char *arg[]);
|
||||
|
||||
#endif
|
||||
Reference in a new issue