aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-04 11:43:15 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2013-05-04 11:43:15 -0700
commit451eb13e0ec4f050eb2a357271e1b90521dc8238 (patch)
tree318f57974edb99622e13661d045ea3eb5ec87f27
parentc3690b0878e027a037ad371a56ec6ec83c51f19c (diff)
Add a note about getting help through man pages
-rw-r--r--doc_src/index.hdr.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in
index def45c50..165873b4 100644
--- a/doc_src/index.hdr.in
+++ b/doc_src/index.hdr.in
@@ -369,6 +369,9 @@ a specific subject or command. For instance, writing <code>help
syntax</code> displays the <a href="#syntax">syntax section</a> of this
documentation.
+fish also has man pages for its commands. For example, <code>man set</code>
+will show the documentation for \c set as a man page.
+
Help on a specific builtin can also be obtained with the <code>-h</code>
parameter. For instance, to obtain help on the \c fg builtin, either
type <code>fg -h</code> or <code>help fg</code>.