Search Docs view

The Search Docs view is intended to help a user quickly find documentation for a specific function/system call. Users can search for documentation in man pages, info and html.

Launching a search for Documentation


Search Docs Settings

Various search settings can be changed from the Search Docs settings dialog. which can be opened from the toolbar icon

LookUp Mode

A search for documentation could proceed in 3 modes:

  1. Exact -- Only report matches that match exactly the 'key' entered (case insensitive)
  2. Substring -- Report all matches that include the 'key' entered as a substring (case insensitive)
  3. Regular Expression(Perl compatible)

Scope

A search for documentation could be limited in scope:

  1. Man Pages -- only report matches in the man pages
  2. Info Pages -- only report matches in the info pages
  3. Html -- only report matches from the Html index (created by the user -- see below)
Notes:

Browsing

To view the actual documentation, you will need either one of the following external browsers:

  1. konqueror -- It is part of the KDE desktop
  2. gnome-help-browser -- It is part of the GNOME desktop

Indexing Html Documentation

To index html documentation, the user needs to specify a list of directories that contain html files. Use the Browse button to navigate the filesystem and then add it to the list with the Add button. Then use the Create index button to index all html files in the list of directories.

Since the contents of files are indexed as words, you can only do a search in the html documentation in Exact mode(no substring, no regular expressions). You can only create an index if you have "Html" selected in the Scope.

Limitations

Contact Us