From 451eb13e0ec4f050eb2a357271e1b90521dc8238 Mon Sep 17 00:00:00 2001 From: ridiculousfish Date: Sat, 4 May 2013 11:43:15 -0700 Subject: [PATCH] Add a note about getting help through man pages --- doc_src/index.hdr.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc_src/index.hdr.in b/doc_src/index.hdr.in index def45c504..165873b40 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 help syntax displays the syntax section of this documentation. +fish also has man pages for its commands. For example, man set +will show the documentation for \c set as a man page. + Help on a specific builtin can also be obtained with the -h parameter. For instance, to obtain help on the \c fg builtin, either type fg -h or help fg.