; Define where the MRMan index is stored:
index = MAN:MRMan.index
;
; Define the default viewer for filenames which have no suffixes.
defaultviewer = Multiview
;
; Declare the legal suffixes for MRMan.
; The format for these entries is:
;   suffix = <suffix_name> [ <viewer_name> ]
;
; The suffix name must not include the preceding period.
; The <viewer_name> may be either the full name of the viewing program
; to be used or a name that is relative to your current search path.
;
suffix = guide  MultiView
; If you don't have MultiView, you can use this entry for AmigaGuide.
; suffix = guide SYS:Utilities/AmigaGuide
suffix = doc    More
suffix = man    More
suffix = text   More
;
