blob: a7498c2387af7d461bba0279fdc03a7f75eb0c89 (
plain) (
blame)
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
|
.help hdbexamine Feb86 softools
.ih
NAME
hdbexamine -- examine a help database
.ih
USAGE
hdbexamine
.ih
PARAMETERS
.ls helpdb = "helpdb"
The filename of the help database to be examined. The reserved name "helpdb"
causes the actual filename to be taken from the environment variable of
the same name.
.le
.ls verbose = no
If this switch is enabled, \fIhdbexamine\fR will print a detailed description
of the help database listing the modules in each package, the date the entry
for the package was last modified, and other information. A more concise
summary listing only the packages and the number of help modules in each
package is printed by default.
.le
.ih
DESCRIPTION
The \fIhdbexamine\fR task is used to examine the contents of a help
database. By default the standard IRAF help database is examined.
Examining the help database with \fIhdbexamine\fR verifies that it can
be read by \fIhelp\fR, and may be useful as a diagnostic in the event
that an invalid help directory file (".hd") somewhere in the help
directory tree, causes the database to be compiled incorrectly.
.ih
EXAMPLES
1. Print a concise summary of the contents and structure of the standard
help database.
.nf
cl> hdbexamine
Help database dev$help.db created Feb 14 21:34 by tody
Database contains 794 modules in 43 packages, file size 105460 bytes
_clpackage Nov 4 1984 tody clpackage$_clpackage.hd
clpackage May 29 17:44 rooke clpackage$clpackage.hd
os Feb 13 11:06 tody host$os/doc/os.hd
root Nov 4 1984 tody lib$root.hd
_math Apr 1 13:38 tody math$_math.hd
curfit Jan 6 16:23 tody math$curfit/doc/curfit.hd
gsurfit Jan 2 14:46 davis math$gsurfit/doc/gsurfit.hd
iminterp Aug 6 16:31 davis math$iminterp/doc/iminterp.hd
bias Dec 17 8:53 valdes pkg$imred/bias/bias.hd
coude Dec 31 14:38 valdes pkg$imred/coude/coude.hd
vtel Jan 22 8:36 lytle pkg$imred/vtel/vtel.hd
plot Jan 28 14:04 hammond pkg$plot/plot.hd
.fi
.ih
SEE ALSO
mkhelpdb, help
|