Added manual

- Added manual page for ls
- Added manual manager
- More manual pages coming soon
This commit is contained in:
netbenix 2020-08-13 15:08:21 +02:00
parent 023dcf2d3e
commit f77acacd90
6 changed files with 61 additions and 4 deletions

7
etc/man/man.h Normal file
View file

@ -0,0 +1,7 @@
#ifndef _MAN_H_
#define _MAN_H_
void manEntry_ls();
void showManEntry(char *arg[]);
#endif