summaryrefslogtreecommitdiffstats
path: root/doc/RegConfig.3
diff options
context:
space:
mode:
Diffstat (limited to 'doc/RegConfig.3')
-rw-r--r--doc/RegConfig.39
1 files changed, 6 insertions, 3 deletions
diff --git a/doc/RegConfig.3 b/doc/RegConfig.3
index ef46ba5..46be360 100644
--- a/doc/RegConfig.3
+++ b/doc/RegConfig.3
@@ -87,20 +87,23 @@ their associated values can be retrieved through calls to
The command \fBpkgconfig\fR will provide two subcommands, \fBlist\fR
and \fBget\fR:
.RS
+.\" METHOD: list
.TP
::\fIpkgName\fR::\fBpkgconfig\fR list
+.
Returns a list containing the names of all defined keys.
+.\" METHOD: get
.TP
::\fIpkgName\fR::\fBpkgconfig\fR get \fIkey\fR
-Returns the configuration value associated with the specified
-\fIkey\fR.
+.
+Returns the configuration value associated with the specified \fIkey\fR.
.RE
.SH TCL_CONFIG
.PP
The \fBTcl_Config\fR structure contains the following fields:
.PP
.CS
-typedef struct Tcl_Config {
+typedef struct {
const char *\fIkey\fR;
const char *\fIvalue\fR;
} \fBTcl_Config\fR;