From fa080de7afc95aa1c19a6e6fc0e0708ced2eadc4 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 8 Jul 2015 20:46:52 -0400 Subject: Initial commit --- pkg/system/help/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 pkg/system/help/README (limited to 'pkg/system/help/README') 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. -- cgit