| November 2025 | ||||||
| Mo | Tu | We | Th | Fr | Sa | Su | 
| 27 | 28 | 29 | 30 | 31 | 1 | 2 | 
| 3 | 4 | 5 | 6 | 7 | 8 | 9 | 
| 10 | 11 | 12 | 13 | 14 | 15 | 16 | 
| 17 | 18 | 19 | 20 | 21 | 22 | 23 | 
| 24 | 25 | 26 | 27 | 28 | 29 | 30 | 
| 1 | 2 | 3 | 4 | 5 | 6 | 7 | 
For further information on using xman, please read the on-line help information. Most of this manual will discuss customization of xman.
Xman supports all standard Toolkit command line arguments (see X(7)). The following additional arguments are supported.
Xman allows customization of both the directories to be searched for manual pages, and the name that each directory will map to in the Sections menu. Xman determines which directories it will search by reading the MANPATH environment variable. If no MANPATH is found then the directory is /usr/man is searched on POSIX systems. This environment is expected to be a colon-separated list of directories for xman to search.
setenv MANPATH /mit/kit/man:/usr/man
By default, xman will search each of the following directories (in each of the directories specified in the users MANPATH) for manual pages. If manual pages exist in that directory then they are added to list of manual pages for the corresponding menu item. A menu item is only displayed for those sections that actually contain manual pages.
Directory Section Name --------- ------------ man1 (1) User Commands man2 (2) System Calls man3 (3) Subroutines man4 (4) Devices man5 (5) File Formats man6 (6) Games man7 (7) Miscellaneous man8 (8) Sys. Administration manl (l) Local mann (n) New mano (o) OldFor instance, a user has three directories in her manual path and each contain a directory called man3. All these manual pages will appear alphabetically sorted when the user selects the menu item called (3) Subroutines. If there is no directory called mano in any of the directories in her MANPATH, or there are no manual pages in any of the directories called mano then no menu item will be displayed for the section called (o) Old.
In newer BSD and Linux systems, Xman will search for a file named /etc/man.conf which will contain the list of directories containing manual pages. See man.conf(5) for a complete description of the file format.
By using the mandesc file a user or system manager is able to more closely control which manual pages will appear in each of the sections represented by menu items in the Sections menu. This functionality is only available on a section by section basis, and individual manual pages may not be handled in this manner. (Although generous use of symbolic links --- see ln(1) --- will allow almost any configuration you can imagine.)
The format of the mandesc file is a character followed by a label. The character determines which of the sections will be added under this label. For instance suppose that you would like to create an extra menu item that contains all programmer subroutines. This label should contain all manual pages in both sections two and three. The mandesc file would look like this:
2Programmer Subroutines 3Programmer SubroutinesThis will add a menu item to the Sections menu that would bring up a listing of all manual pages in sections two and three of the Programmers Manual. Since the label names are exactly the same they will be added to the same section. Note, however, that the original sections still exist.
If you want to completely ignore the default sections in a manual directory then add the line:
no default sectionsanywhere in your mandesc file. This keeps xman from searching the default manual sections In that directory only. As an example, suppose you want to do the same thing as above, but you don't think that it is useful to have the System Calls or Subroutines sections any longer. You would need to duplicate the default entries, as well as adding your new one.
no default sections 1(1) User Commands 2Programmer Subroutines 3Programmer Subroutines 4(4) Devices 5(5) File Formats 6(6) Games 7(7) Miscellaneous 8(8) Sys. Administration l(l) Local n(n) New o(o) OldXman will read any section that is of the from man<character>, where <character> is an upper or lower case letter (they are treated distinctly) or a numeral (0-9). Be warned, however, that man(1) and catman(8) will not search directories that are non-standard.
Xman xman (This widget is never used)
     TopLevelShell  topBox
          Form  form
               Label  topLabel
               Command  helpButton
               Command  quitButton
               Command  manpageButton
          TransientShell  search
               DialogWidgetClass  dialog
                    Label  label
                    Text  value
                    Command  manualPage
                    Command  apropos
                    Command  cancel
          TransientShell  pleaseStandBy
               Label  label
     TopLevelShell  manualBrowser
          Paned  Manpage_Vpane
               Paned  horizPane
                    MenuButton  options
                    MenuButton  sections
                    Label  manualBrowser
               Viewport  directory
                    List  directory
                    List  directory
                    .
                    . (one for each section,
                    .  created on the fly)
                    .
               ScrollByLine  manualPage
          SimpleMenu  optionMenu
               SmeBSB  displayDirectory
               SmeBSB  displayManualPage
               SmeBSB  help
               SmeBSB  search
               SmeBSB  showBothScreens
               SmeBSB  removeThisManpage
               SmeBSB  openNewManpage
               SmeBSB  showVersion
               SmeBSB  quit
          SimpleMenu  sectionMenu
               SmeBSB  <name of section>
                    .
                    . (one for each section)
                    .
          TransientShell  search
               DialogWidgetClass  dialog
                    Label  label
                    Text  value
                    Command  manualPage
                    Command  apropos
                    Command  cancel
          TransientShell  pleaseStandBy
               Label  label
          TransientShell  likeToSave
               Dialog  dialog
                    Label  label
                    Text  value
                    Command  yes
                    Command  no
     TopLevelShell  help
          Paned  Manpage_Vpane
               Paned  horizPane
                    MenuButton  options
                    MenuButton  sections
                    Label  manualBrowser
               ScrollByLine  manualPage
          SimpleMenu  optionMenu
               SmeBSB  displayDirectory
               SmeBSB  displayManualPage
               SmeBSB  help
               SmeBSB  search
               SmeBSB  showBothScreens
               SmeBSB  removeThisManpage
               SmeBSB  openNewManpage
               SmeBSB  showVersion
               SmeBSB  quit