summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2012-05-31 10:09:18 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2012-05-31 10:09:18 (GMT)
commit39cdbfc5a3ed76e69a755678d17c8c64ee7ac886 (patch)
treed050d2c006ca9cbcb84ea91b593c2bc029d7eaa3
parent19090f685f5610f567baac9ded8a7495631ca63c (diff)
parent21dc9cfd81ea3a902c1d4934fc4966ec6b28bd39 (diff)
downloadtcl-39cdbfc5a3ed76e69a755678d17c8c64ee7ac886.zip
tcl-39cdbfc5a3ed76e69a755678d17c8c64ee7ac886.tar.gz
tcl-39cdbfc5a3ed76e69a755678d17c8c64ee7ac886.tar.bz2
[Bug 1997845]: Corrected formatting so that generated HTML can link properly.
-rw-r--r--ChangeLog3
-rw-r--r--doc/safe.n8
2 files changed, 7 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 69108c9..22fe1f3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2012-05-31 Donal K. Fellows <dkf@users.sf.net>
+ * doc/safe.n: [Bug 1997845]: Corrected formatting so that generated
+ HTML can link properly.
+
* tests/socket.test (socket*-13.1): Prevented intermittent test
failure due to race condition.
diff --git a/doc/safe.n b/doc/safe.n
index a5acb02..ebd9b4d 100644
--- a/doc/safe.n
+++ b/doc/safe.n
@@ -67,7 +67,7 @@ The following commands are provided in the master interpreter:
\fB::safe::interpCreate\fR ?\fIslave\fR? ?\fIoptions...\fR?
Creates a safe interpreter, installs the aliases described in the section
\fBALIASES\fR and initializes the auto-loading and package mechanism as
-specified by the supplied \fBoptions\fR.
+specified by the supplied \fIoptions\fR.
See the \fBOPTIONS\fR section below for a description of the
optional arguments.
If the \fIslave\fR argument is omitted, a name will be generated.
@@ -293,9 +293,9 @@ executing.
The only valid file names arguments
for the \fBsource\fR and \fBload\fR aliases provided to the slave
are path in the form of
-\fB[file join \fR\fItoken filename\fR\fB]\fR (i.e. when using the
-native file path formats: \fItoken\fR\fB/\fR\fIfilename\fR
-on Unix and \fItoken\fR\fB\e\fIfilename\fR on Windows),
+\fB[file join \fItoken filename\fB]\fR (i.e. when using the
+native file path formats: \fItoken\fB/\fIfilename\fR
+on Unix and \fItoken\fB\e\fIfilename\fR on Windows),
where \fItoken\fR is representing one of the directories
of the \fIaccessPath\fR list and \fIfilename\fR is
one file in that directory (no sub directories access are allowed).