
NAME

    man - look up documentation on a command

SYNOPSIS

    man command_1 command_2 ... command_N

DESCRIPTION

    "Man" looks in the volume or directory "MAN:" for information
    about the given commands, and then displays it on the screen.

    Here is exactly how "Man" works.  If you type "Man myCommand",
    "Man" looks in the directory MAN: for a file called "myCommand".
    If it finds the file, it displays it on the screen using the
    file viewing program "more".  ("More" is on the Commodore-Amiga
    V1.2 Extras disk.)	If no such file is found, you are told.

    So... for any program that you have, put its documentation file
    in MAN:.  Name the documentation file the same as the program
    itself.  Instead of searching for that documentation next time,
    all you have to do is type "Man command-name".


FILES

    UULIB:Config  , RFilter or Filter entry sets command Man uses
		    to display a manual page.

    MAN:    Manual directory.

    More    File viewing program, must be in your search path and
	    named "MORE" but does not have to be CBM's more program.

    Assign  For "Assign MAN: some-directory-of-your-choice".

