summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfvogel <fvogelnew1@free.fr>2023-05-28 10:37:31 (GMT)
committerfvogel <fvogelnew1@free.fr>2023-05-28 10:37:31 (GMT)
commit827a1d38021d1af428ad72efb2e673dd5c363d43 (patch)
tree46c8d031060db2270eb4281b0a32aba47396ee9e
parentb0f19e41f2c3e29950af3fb586b0f7a7f9112b2c (diff)
downloadtcl-827a1d38021d1af428ad72efb2e673dd5c363d43.zip
tcl-827a1d38021d1af428ad72efb2e673dd5c363d43.tar.gz
tcl-827a1d38021d1af428ad72efb2e673dd5c363d43.tar.bz2
Fix errors when building the html man page for configurable.n
-rw-r--r--doc/configurable.n7
1 files changed, 3 insertions, 4 deletions
diff --git a/doc/configurable.n b/doc/configurable.n
index 6477894..3b312c9 100644
--- a/doc/configurable.n
+++ b/doc/configurable.n
@@ -14,7 +14,7 @@ oo::configurable, configure, property \- class that makes configurable classes a
.nf
package require TclOO
-\fBoo::configurable create \fIclass\fR \fR?\fIdefinitionScript\fR?
+\fBoo::configurable create \fIclass\fR ?\fIdefinitionScript\fR?
\fBoo::define \fIclass\fB {\fR
\fBproperty \fIpropName\fR ?\fIoptions...\fR? ?\fIpropName\fR ?\fIoptions...\fR?...?
@@ -26,7 +26,7 @@ package require TclOO
\fIobjectName \fBconfigure\fR
\fIobjectName \fBconfigure\fR \fI\-prop\fR
-\fIobjectName \fBconfigure\fR \fI\-prop value\fR ?\fI\-prop value\fR...\fR
+\fIobjectName \fBconfigure\fR \fI\-prop value\fR ?\fI\-prop value\fR...
.fi
.SH "CLASS HIERARCHY"
.nf
@@ -157,12 +157,11 @@ class constructors under normal circumstances), as described above in
\fBPROPERTY DEFINITIONS\fR. It \fBnamespace export\fRs its \fBproperty\fR
command so that it may be used easily in user definition dialects.
.TP
-.
\fBoo::configuresupport::configurableobject\fR
.
This is a namespace that contains the definition dialect that provides the
\fBproperty\fR declaration for use in instance objects (i.e., via
-\fBoo::objdefine\fR, and the\fB self\R declaration in \fBoo::define), as
+\fBoo::objdefine\fR, and the \fBself\fR declaration in \fBoo::define\fR), as
described above in \fBPROPERTY DEFINITIONS\fR. It \fBnamespace export\fRs its
\fBproperty\fR command so that it may be used easily in user definition
dialects.