diff options
author | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
---|---|---|
committer | Joe Hunkeler <jhunkeler@gmail.com> | 2015-08-11 16:51:37 -0400 |
commit | 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 (patch) | |
tree | 4464880c571602d54f6ae114729bf62a89518057 /pkg/system/help/README | |
download | iraf-osx-40e5a5811c6ffce9b0974e93cdd927cbcf60c157.tar.gz |
Repatch (from linux) of OSX IRAF
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. |