diff --git a/embedded/md/tcllib/files/modules/base64/uuencode.md b/embedded/md/tcllib/files/modules/base64/uuencode.md
index 8ceb761c65..3ba4728d98 100644
--- a/embedded/md/tcllib/files/modules/base64/uuencode.md
+++ b/embedded/md/tcllib/files/modules/base64/uuencode.md
@@ -2,7 +2,7 @@
[//000000001]: # (uuencode \- Text encoding & decoding binary data)
[//000000002]: # (Generated from file 'uuencode\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright © 2002, Pat Thoyts)
-[//000000004]: # (uuencode\(n\) 1\.1\.4 tcllib "Text encoding & decoding binary data")
+[//000000004]: # (uuencode\(n\) 1\.1\.6 tcllib "Text encoding & decoding binary data")
[ Main Table Of Contents | Table Of Contents | SYNOPSIS
package require Tcl 8\.5 9
-package require uuencode ?1\.1\.4?
+package require uuencode ?1\.1\.6?
[__::uuencode::encode__ *string*](#1)
[__::uuencode::decode__ *string*](#2)
diff --git a/embedded/md/tcllib/files/modules/base64/yencode.md b/embedded/md/tcllib/files/modules/base64/yencode.md
index d35f8f95a4..67956730d4 100644
--- a/embedded/md/tcllib/files/modules/base64/yencode.md
+++ b/embedded/md/tcllib/files/modules/base64/yencode.md
@@ -2,7 +2,7 @@
[//000000001]: # (yencode \- Text encoding & decoding binary data)
[//000000002]: # (Generated from file 'yencode\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright © 2002, Pat Thoyts)
-[//000000004]: # (yencode\(n\) 1\.1\.2 tcllib "Text encoding & decoding binary data")
+[//000000004]: # (yencode\(n\) 1\.1\.4 tcllib "Text encoding & decoding binary data")
[ Main Table Of Contents | Table Of Contents | SYNOPSIS
package require Tcl 8\.5 9
-package require yencode ?1\.1\.2?
+package require yencode ?1\.1\.4?
[__::yencode::encode__ *string*](#1)
[__::yencode::decode__ *string*](#2)
diff --git a/embedded/md/tcllib/files/modules/dicttool/dicttool.md b/embedded/md/tcllib/files/modules/dicttool/dicttool.md
index f0bc41e49f..4ce4748347 100644
--- a/embedded/md/tcllib/files/modules/dicttool/dicttool.md
+++ b/embedded/md/tcllib/files/modules/dicttool/dicttool.md
@@ -2,7 +2,7 @@
[//000000001]: # (dicttool \- Extensions to the standard "dict" command)
[//000000002]: # (Generated from file 'dicttool\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright © 2017 Sean Woods )
-[//000000004]: # (dicttool\(n\) 1\.0 tcllib "Extensions to the standard "dict" command")
+[//000000004]: # (dicttool\(n\) 1\.2 tcllib "Extensions to the standard "dict" command")
[ Main Table Of Contents | Table Of Contents | SYNOPSIS
package require Tcl 8\.5 9
-package require dicttool ?1\.0?
+package require dicttool ?1\.2?
[__ladd__ *varname* *args*](#1)
[__ldelete__ *varname* *args*](#2)
diff --git a/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md b/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md
index 0ec9ff7855..0098f48ee9 100644
--- a/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md
+++ b/embedded/md/tcllib/files/modules/doctools2base/tcl_parse.md
@@ -2,7 +2,7 @@
[//000000001]: # (doctools::tcl::parse \- Documentation tools)
[//000000002]: # (Generated from file 'tcl\_parse\.man' by tcllib/doctools with format 'markdown')
[//000000003]: # (Copyright © 2009 Andreas Kupries )
-[//000000004]: # (doctools::tcl::parse\(n\) 1 tcllib "Documentation tools")
+[//000000004]: # (doctools::tcl::parse\(n\) 0\.2 tcllib "Documentation tools")
[ Main Table Of Contents | Table Of Contents | )
-[//000000004]: # (doctools::idx\(n\) 2 tcllib "Documentation tools")
+[//000000004]: # (doctools::idx\(n\) 2\.1 tcllib "Documentation tools")
[ Main Table Of Contents | Table Of Contents | SYNOPSIS
-package require doctools::idx ?2?
+package require doctools::idx ?2\.1?
package require Tcl 8\.5 9
package require doctools::idx::structure
package require snit
diff --git a/idoc/man/files/modules/base64/uuencode.n b/idoc/man/files/modules/base64/uuencode.n
index c4636268ab..65b8357b86 100644
--- a/idoc/man/files/modules/base64/uuencode.n
+++ b/idoc/man/files/modules/base64/uuencode.n
@@ -2,7 +2,7 @@
'\" Generated from file 'uuencode\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2002, Pat Thoyts
'\"
-.TH "uuencode" n 1\&.1\&.4 tcllib "Text encoding & decoding binary data"
+.TH "uuencode" n 1\&.1\&.6 tcllib "Text encoding & decoding binary data"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
@@ -276,7 +276,7 @@ uuencode \- UU-encode/decode binary data
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
-package require \fBuuencode ?1\&.1\&.4?\fR
+package require \fBuuencode ?1\&.1\&.6?\fR
.sp
\fB::uuencode::encode\fR \fIstring\fR
.sp
diff --git a/idoc/man/files/modules/base64/yencode.n b/idoc/man/files/modules/base64/yencode.n
index ad222defc3..6760cbc56b 100644
--- a/idoc/man/files/modules/base64/yencode.n
+++ b/idoc/man/files/modules/base64/yencode.n
@@ -2,7 +2,7 @@
'\" Generated from file 'yencode\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2002, Pat Thoyts
'\"
-.TH "yencode" n 1\&.1\&.2 tcllib "Text encoding & decoding binary data"
+.TH "yencode" n 1\&.1\&.4 tcllib "Text encoding & decoding binary data"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
@@ -276,7 +276,7 @@ yencode \- Y-encode/decode binary data
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
-package require \fByencode ?1\&.1\&.2?\fR
+package require \fByencode ?1\&.1\&.4?\fR
.sp
\fB::yencode::encode\fR \fIstring\fR
.sp
diff --git a/idoc/man/files/modules/dicttool/dicttool.n b/idoc/man/files/modules/dicttool/dicttool.n
index a1d913e44b..dc733b8af9 100644
--- a/idoc/man/files/modules/dicttool/dicttool.n
+++ b/idoc/man/files/modules/dicttool/dicttool.n
@@ -2,7 +2,7 @@
'\" Generated from file 'dicttool\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2017 Sean Woods
'\"
-.TH "dicttool" n 1\&.0 tcllib "Extensions to the standard "dict" command"
+.TH "dicttool" n 1\&.2 tcllib "Extensions to the standard "dict" command"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
@@ -276,7 +276,7 @@ dicttool \- Dictionary Tools
.SH SYNOPSIS
package require \fBTcl 8\&.5 9\fR
.sp
-package require \fBdicttool ?1\&.0?\fR
+package require \fBdicttool ?1\&.2?\fR
.sp
\fBladd\fR \fIvarname\fR \fIargs\fR
.sp
diff --git a/idoc/man/files/modules/doctools2base/tcl_parse.n b/idoc/man/files/modules/doctools2base/tcl_parse.n
index f7683eb846..fa61b32ee0 100644
--- a/idoc/man/files/modules/doctools2base/tcl_parse.n
+++ b/idoc/man/files/modules/doctools2base/tcl_parse.n
@@ -2,7 +2,7 @@
'\" Generated from file 'tcl_parse\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2009 Andreas Kupries
'\"
-.TH "doctools::tcl::parse" n 1 tcllib "Documentation tools"
+.TH "doctools::tcl::parse" n 0\&.2 tcllib "Documentation tools"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
@@ -290,7 +290,7 @@ package require \fBstruct::set\fR
.sp
package require \fBtreeql\fR
.sp
-package require \fBdoctools::tcl::parse\fR
+package require \fBdoctools::tcl::parse ?0\&.2?\fR
.sp
\fB::doctools::tcl::parse\fR \fBtext\fR \fItree\fR \fItext\fR ?\fIroot\fR?
.sp
diff --git a/idoc/man/files/modules/doctools2idx/idx_container.n b/idoc/man/files/modules/doctools2idx/idx_container.n
index d7e1f82400..52658215c9 100644
--- a/idoc/man/files/modules/doctools2idx/idx_container.n
+++ b/idoc/man/files/modules/doctools2idx/idx_container.n
@@ -2,7 +2,7 @@
'\" Generated from file 'idx_container\&.man' by tcllib/doctools with format 'nroff'
'\" Copyright (c) 2009 Andreas Kupries
'\"
-.TH "doctools::idx" n 2 tcllib "Documentation tools"
+.TH "doctools::idx" n 2\&.1 tcllib "Documentation tools"
.\" The -*- nroff -*- definitions below are for supplemental macros used
.\" in Tcl/Tk manual entries.
.\"
@@ -274,7 +274,7 @@ Database Class: \\fB\\$3\\fR
.SH NAME
doctools::idx \- Holding keyword indices
.SH SYNOPSIS
-package require \fBdoctools::idx ?2?\fR
+package require \fBdoctools::idx ?2\&.1?\fR
.sp
package require \fBTcl 8\&.5 9\fR
.sp
diff --git a/idoc/www/tcllib/files/modules/base64/uuencode.html b/idoc/www/tcllib/files/modules/base64/uuencode.html
index 45a2324617..16fc46f05c 100644
--- a/idoc/www/tcllib/files/modules/base64/uuencode.html
+++ b/idoc/www/tcllib/files/modules/base64/uuencode.html
@@ -109,7 +109,7 @@
| Applications
]