If the [-i] argument is given the path to a single file, that file is displayed.
If the [-i] argument is given as a directory, the help widget will have a set of buttons at the top, where one button will appear, labelled with name of the file, for each file in the directory. Clicking on one of these buttons will cause the contents of the file labeled to appear in the text widget.
Any help files must have a suffix of '.doc' for on-line help and '.hlp' for on-line man pages. If the file has either suffix, the file $DESIGN/repos/config/doc_config/manual.cf is parsed for the roff formatter to use. The file or files are then processed by the roff formatter specifed and displayed in the help widget. If a file does not have either suffix, then it is displayed as a regular text file and is not processed by the roff formatter.
The help widget will be displayed until the user clicks on the "Quit" button. This utility will not grab X Events.
% khelp -i help/guiseThis will format all the online help files in the directory help/guise and display them.