You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Man page library for commonly used commands and functions
Display and formatting for the pages
Functionality for scrolling and searching within the man pages
Implementation: The man command would first take in the user’s command line argument to find the requested man page. It would look for and read that page within the library. It displays the page and waits for further commands.
Files added
Man.c: main implementation, including finding, reading, displaying, searching, etc
Man: directory to store and retrieve the man pages
Makefile: modify to recognize added files
The text was updated successfully, but these errors were encountered:
I think this is a good idea. Last semester, we created a 'docs' directory with markdown files for commands, so perhaps you could read from those. The terminal functionality we have is quite limited so you may need to work around the limitations for this.
Proposal: Adding the man command to xv6
Scope:
Implementation: The man command would first take in the user’s command line argument to find the requested man page. It would look for and read that page within the library. It displays the page and waits for further commands.
Files added
The text was updated successfully, but these errors were encountered: