Added manual
- Added manual page for ls - Added manual manager - More manual pages coming soon
This commit is contained in:
parent
023dcf2d3e
commit
f77acacd90
6 changed files with 61 additions and 4 deletions
7
etc/man/man.h
Normal file
7
etc/man/man.h
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
#ifndef _MAN_H_
|
||||
#define _MAN_H_
|
||||
|
||||
void manEntry_ls();
|
||||
void showManEntry(char *arg[]);
|
||||
|
||||
#endif
|
||||
Reference in a new issue