1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 11:07:46 +00:00

Documentation: Add less(1) man page, and link to it in others

This commit is contained in:
Peter Elliott 2021-07-06 19:47:00 -06:00 committed by Ali Mohammad Pur
parent a11658737a
commit 9b40208e3b
3 changed files with 88 additions and 1 deletions

View file

@ -50,3 +50,7 @@ $ man 2 mkdir
`man` looks for man pages under `/usr/share/man`. For example,
this man page should be located at `/usr/share/man/man1/man.md`.
## See Also
* [less(1)](less.md) For the terminal pager that `man` uses by default