From 22c54bb46c410fea28f423f32373174a42ac83c4 Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Oct 2013 15:21:34 +0200 Subject: [PATCH] added man manpage...;) --- man/man.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 man/man.md 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/