diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2015-07-08 20:46:52 -0400 |
commit | fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 (patch) | |
tree | bdda434976bc09c864f2e4fa6f16ba1952b1e555 /pkg/system/help/README | |
download | iraf-linux-fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4.tar.gz |
Initial commit
Diffstat (limited to 'pkg/system/help/README')
-rw-r--r-- | pkg/system/help/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/pkg/system/help/README b/pkg/system/help/README new file mode 100644 index 00000000..a448779b --- /dev/null +++ b/pkg/system/help/README @@ -0,0 +1,12 @@ +The HELP package -- online documentation utilties. This directory contains +the source and documtation for the HELP utility. The subdirectory lroff +contains the source for the Lroff text formatter, called by HELP to format +help blocks. + +Jul84 Added the help database facility, i.e., pre-compilation of the help + directories to produce a binary database. Numerous other improvements. + See the revs file for additional details. + +Note: The TASK declaration for HELP is in pkg$system/system.cl. + The TASK declarations for MKHELPDB and HDBEXAMINE are in the softools + package, file pkg$softools/softools.cl. |