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.