summaryrefslogtreecommitdiffstats
path: root/doc/safe.n
diff options
context:
space:
mode:
authoroehhar <harald.oehlmann@elmicron.de>2022-10-28 14:58:52 (GMT)
committeroehhar <harald.oehlmann@elmicron.de>2022-10-28 14:58:52 (GMT)
commita333cf0f8e86a36b3c58dbff9936baffd90ac68b (patch)
tree6d62eeeb6079db0eb6d5387ca58f04d622415507 /doc/safe.n
parent1f207f9a0d45f5de980a8058e79c38a618e2e874 (diff)
downloadtcl-a333cf0f8e86a36b3c58dbff9936baffd90ac68b.zip
tcl-a333cf0f8e86a36b3c58dbff9936baffd90ac68b.tar.gz
tcl-a333cf0f8e86a36b3c58dbff9936baffd90ac68b.tar.bz2
Correct issues in safe.n reported by tcltk-man2html.tcl
Diffstat (limited to 'doc/safe.n')
-rw-r--r--doc/safe.n5
1 files changed, 2 insertions, 3 deletions
diff --git a/doc/safe.n b/doc/safe.n
index 6dd4033..6e0d948 100644
--- a/doc/safe.n
+++ b/doc/safe.n
@@ -468,7 +468,7 @@ Examples of use with "Sync Mode" off: any of these commands will set the
safe::interpConfigure foo -accessPath {}
.CE
.RE
-.TP
+.PP
Example of use with "Sync Mode" off: when initializing a safe interpreter
with a non-empty access path, the ::auto_path will be set to {} unless its
own value is also specified:
@@ -506,7 +506,7 @@ own value is also specified:
}
.CE
.RE
-.TP
+.PP
Example of use with "Sync Mode" off: the command
\fBsafe::interpAddToAccessPath\fR does not change the safe interpreter's
::auto_path, and so any necessary change must be made by the script:
@@ -520,7 +520,6 @@ Example of use with "Sync Mode" off: the command
safe::interpConfigure foo -autoPath $childAutoPath
.CE
.RE
-.TP
.SH "SEE ALSO"
interp(n), library(n), load(n), package(n), pkg_mkIndex(n), source(n),
tm(n), unknown(n)