Help on 'help'							Feta 1.4.6
--------------------------------------------------------------------------

The 'help' command displays usage information about Feta's different
commands. Used without command names, 'help' brings up Feta's manual page
(the same one you see from typing 'man 1 feta'). With command names, it
opens appropriate help files in your favorite pager.

If you set your LANG variable on the command line, Feta will try to open
a help file appropriate for your language, if one is available.

Feta help files are organized into three sections. First, a description
of the command and what it does.

Second, a set of examples showing how you would use the command, and an
explanation of what each one does specifically. In the examples, if a shell
command starts with $, it means you should run it as a normal user, and #
means you should run it as a root user. If you try to run those commands as
a normal user, Feta will ask you for your root password.

Third, a more in-depth description of what Feta actually does when the
command is run, in case you want to do the same thing without using Feta
some time in the future. This section will often refer to UNIX manual pages
using the commandname(#) notation, such as ls(1). This means read the
man page for 'ls', which is in section 1. This can be done with the
command 'man 1 ls'.

EXAMPLES
--------
To read Feta's manual page, which has a short overview of Feta's commands:
 $ feta help

To get help regarding the 'suggests' and 'recommends' commands:
 $ feta help suggests recommends

To get help about the 'help' command, but in Spanish if possible:
 $ LANG=es feta help help

OTHER REFERENCES
----------------
The 'help' command starts up your preferred text file viewer (by using the
command 'sensible-pager'). If you do not know how to use this program, you
might want to try the command 'man sensible-pager', or 'H' from within the
program. Feta has another command, called 'apropos', that can search the
help files.

--------------------------------------------------------------------------
Help on 'help'							Feta 1.4.6
