Document "DUMP -c ..."

This commit is contained in:
Dianne Skoll
2025-05-22 09:45:04 -04:00
parent b33a3191f5
commit 8a3db4cba1

View File

@@ -5307,7 +5307,7 @@ For example, you could use this sequence to debug a complicated expression:
The command \fBDUMPVARS\fR displays the values of variables in memory. Its
format is:
.PP
\fBDUMPVARS\fR [\fIvar\fR...]
\fBDUMPVARS\fR [\fB\-c\fR] [\fIvar\fR...]
.PP
If you supply a space-separated list of variable names, the corresponding
variables are displayed. If you do not supply a list of variables, then
@@ -5316,6 +5316,9 @@ put its name in the list of variables to dump. If you put a lone
dollar sign in the list of variables to dump, then all system variables
will be dumped.
.PP
If you supply the \fB\-c\fR flag, then any variable determined to be
constant will have its value followed by "<const>"
.PP
.B THE ERRMSG COMMAND
.PP
The \fBERRMSG\fR command has the following format: