docs: tweak both of those newly created man docs a tad

An important fact was omitted in the DEBUGGING section
for the two newest man documents. Users must utilize a
macro in the header files before verification happens.

So, this commit will sneak in such mention and in that
way reduce future liability if the feature won't work.

Signed-off-by: Jim Warner <james.warner@comcast.net>
This commit is contained in:
Jim Warner
2020-06-23 17:29:14 -05:00
committed by Craig Small
parent d64755ea5f
commit 9b3436e0e4
2 changed files with 10 additions and 3 deletions

View File

@ -151,6 +151,9 @@ Success is indicated by a pointer to the named structure.
To aid in program development, there is a provision that can
help ensure `result' member references agree with library
expectations.
It assumes that a supplied macro in the header file is
used to access the `result' value.
This feature can be activated through either of the following
methods and any discrepancies will be wrtten to \fBstderr\fR.