NAME
	man -	display reference manual pages,
		find reference manual pages by keyword

SYNOPSIS
	man -c
	man [chapter] keyword
	man -k [chapter] keyword
	man -u

DESCRIPTION
	man displays information from the different chapters of the 
	reference manual section of the documentation library. A
	chapter, when given, applies to the keyword that follows it.
	For most efficient use of this command, a chapter should
	always be specified. 

OPTIONS	
	[chapter] keyword
		Display the manual entry of the first command found that 
		matches the given keyword. Keywords may contain wildcards.

	-c
		List all available chapters.
	
	-k [chapter] keyword
		Display all matches of 'keyword'. Keyword may contain
                wildcards.

	man -u
		Update the manual after a chapter was added.

SEE ALSO
	sman
