diff --git a/man/man.md b/man/man.md new file mode 100644 index 0000000..11bfe88 --- /dev/null +++ b/man/man.md @@ -0,0 +1,12 @@ +This is the manual page for the man command. +============================================ + +The man command shows internal manual pages of Linspector. It uses the "less" +command to show the content. Use the following command to show the systems +less manpage: + + !man less + +Linspector manpages are written in [Markdown][markdown] + +[markdown]: http://daringfireball.net/projects/markdown/