aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Bennett <steveb@workware.net.au>2020-10-06 08:49:47 +1000
committerSteve Bennett <steveb@workware.net.au>2020-10-06 08:49:47 +1000
commit6c7c53c8f1966847f303955135bbc1c1835c3464 (patch)
tree67cd0f5610c04ea52a0ce4a1fad7f4210a5c2b1d
parentc23f18c0ab0d6bbec0e6d0c7afaeb801e2b25917 (diff)
downloadjimtcl-6c7c53c8f1966847f303955135bbc1c1835c3464.zip
jimtcl-6c7c53c8f1966847f303955135bbc1c1835c3464.tar.gz
jimtcl-6c7c53c8f1966847f303955135bbc1c1835c3464.tar.bz2
docs: Fix minor typo in docs
Signed-off-by: Steve Bennett <steveb@workware.net.au>
-rw-r--r--Tcl_shipped.html2
-rw-r--r--jim_tcl.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Tcl_shipped.html b/Tcl_shipped.html
index 7852fc1..0159e49 100644
--- a/Tcl_shipped.html
+++ b/Tcl_shipped.html
@@ -5418,7 +5418,7 @@ When the new command is invoked, the contents of <code><em>body</em></code> will
Tcl interpreter. <code><em>args</em></code> specifies the formal arguments to the procedure.
If specified, <code><em>statics</em></code>, declares static variables which are bound to the
procedure.</p></div>
-<div class="paragraph"><p>See &lt;&lt;_procedures,PROCEDURES&gt; for detailed information about Tcl procedures.</p></div>
+<div class="paragraph"><p>See <a href="#_procedures">PROCEDURES</a> for detailed information about Tcl procedures.</p></div>
<div class="paragraph"><p>The <a href="#_proc"><strong><code>proc</code></strong></a> command returns <code><em>name</em></code> (which is useful with <a href="#_local"><strong><code>local</code></strong></a>).</p></div>
<div class="paragraph"><p>When a procedure is invoked, the procedure&#8217;s return value is the
value specified in a <a href="#_return"><strong><code>return</code></strong></a> command. If the procedure doesn&#8217;t
diff --git a/jim_tcl.txt b/jim_tcl.txt
index 66987b3..f07ca14 100644
--- a/jim_tcl.txt
+++ b/jim_tcl.txt
@@ -3505,7 +3505,7 @@ Tcl interpreter. +'args'+ specifies the formal arguments to the procedure.
If specified, +'statics'+, declares static variables which are bound to the
procedure.
-See <<_procedures,PROCEDURES> for detailed information about Tcl procedures.
+See <<_procedures,PROCEDURES>> for detailed information about Tcl procedures.
The `proc` command returns +'name'+ (which is useful with `local`).