Skip to content

Commit 11f931e

Browse files
Regenerated documentation
1 parent 81aaf0f commit 11f931e

File tree

166 files changed

+682
-644
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

166 files changed

+682
-644
lines changed

embedded/md/tcllib/files/modules/amazon-s3/S3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (S3 \- Amazon S3 Web Service Utilities)
33
[//000000002]: # (Generated from file 'S3\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (2006,2008 Darren New\. All Rights Reserved\. See LICENSE\.TXT for terms\.)
5-
[//000000004]: # (S3\(n\) 1\.0\.4 tcllib "Amazon S3 Web Service Utilities")
5+
[//000000004]: # (S3\(n\) 1\.0\.5 tcllib "Amazon S3 Web Service Utilities")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -50,7 +50,7 @@ S3 \- Amazon S3 Web Service Interface
5050
# <a name='synopsis'></a>SYNOPSIS
5151

5252
package require Tcl 8\.5 9
53-
package require S3 ?1\.0\.4?
53+
package require S3 ?1\.0\.5?
5454
package require sha1 1\.1
5555
package require md5 2\.1
5656
package require base64 2\.4

embedded/md/tcllib/files/modules/base64/ascii85.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (ascii85 \- Text encoding & decoding binary data)
33
[//000000002]: # (Generated from file 'ascii85\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2010, Emiliano Gavilán)
5-
[//000000004]: # (ascii85\(n\) 1\.1 tcllib "Text encoding & decoding binary data")
5+
[//000000004]: # (ascii85\(n\) 1\.1\.1 tcllib "Text encoding & decoding binary data")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a

embedded/md/tcllib/files/modules/base64/base64.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[//000000002]: # (Generated from file 'base64\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2000, Eric Melski)
55
[//000000004]: # (Copyright &copy; 2001, Miguel Sofer)
6-
[//000000005]: # (base64\(n\) 2\.6 tcllib "Text encoding & decoding binary data")
6+
[//000000005]: # (base64\(n\) 2\.6\.1 tcllib "Text encoding & decoding binary data")
77

88
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
99
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -43,7 +43,7 @@ base64 \- base64\-encode/decode binary data
4343
# <a name='synopsis'></a>SYNOPSIS
4444

4545
package require Tcl 8\.5 9
46-
package require base64 ?2\.6?
46+
package require base64 ?2\.6\.1?
4747

4848
[__::base64::encode__ ?__\-maxlen__ *maxlen*? ?__\-wrapchar__ *wrapchar*? *string*](#1)
4949
[__::base64::decode__ *string*](#2)

embedded/md/tcllib/files/modules/bee/bee.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (bee \- BitTorrent)
33
[//000000002]: # (Generated from file 'bee\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2004 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
5-
[//000000004]: # (bee\(n\) 0\.1 tcllib "BitTorrent")
5+
[//000000004]: # (bee\(n\) 0\.3 tcllib "BitTorrent")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -44,7 +44,7 @@ bee \- BitTorrent Serialization Format Encoder/Decoder
4444
# <a name='synopsis'></a>SYNOPSIS
4545

4646
package require Tcl 8\.5 9
47-
package require bee ?0\.1?
47+
package require bee ?0\.3?
4848

4949
[__::bee::encodeString__ *string*](#1)
5050
[__::bee::encodeNumber__ *integer*](#2)

embedded/md/tcllib/files/modules/bench/bench.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (bench \- Benchmarking/Performance tools)
33
[//000000002]: # (Generated from file 'bench\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2007\-2008 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
5-
[//000000004]: # (bench\(n\) 0\.5 tcllib "Benchmarking/Performance tools")
5+
[//000000004]: # (bench\(n\) 0\.6 tcllib "Benchmarking/Performance tools")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -44,7 +44,7 @@ bench \- bench \- Processing benchmark suites
4444
# <a name='synopsis'></a>SYNOPSIS
4545

4646
package require Tcl 8\.5 9
47-
package require bench ?0\.5?
47+
package require bench ?0\.6?
4848

4949
[__::bench::locate__ *pattern* *paths*](#1)
5050
[__::bench::run__ ?*option value*\.\.\.? *interp\_list* *file*\.\.\.](#2)

embedded/md/tcllib/files/modules/clay/clay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (clay \- Clay Framework)
33
[//000000002]: # (Generated from file 'clay\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2018 Sean Woods <yoda@etoyoc\.com>)
5-
[//000000004]: # (clay\(n\) 0\.8\.7 tcllib "Clay Framework")
5+
[//000000004]: # (clay\(n\) 0\.8\.8 tcllib "Clay Framework")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a

embedded/md/tcllib/files/modules/comm/comm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[//000000003]: # (Copyright &copy; 1995\-1998 The Open Group\. All Rights Reserved\.)
55
[//000000004]: # (Copyright &copy; 2003\-2004 ActiveState Corporation\.)
66
[//000000005]: # (Copyright &copy; 2006\-2009 Andreas Kupries <andreas\_kupries@users\.sourceforge\.net>)
7-
[//000000006]: # (comm\(n\) 4\.7\.2 tcllib "Remote communication")
7+
[//000000006]: # (comm\(n\) 4\.7\.3 tcllib "Remote communication")
88

99
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
1010
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -78,7 +78,7 @@ comm \- A remote communication facility for Tcl \(8\.5 and later\)
7878
# <a name='synopsis'></a>SYNOPSIS
7979

8080
package require Tcl 8\.5 9
81-
package require comm ?4\.7\.2?
81+
package require comm ?4\.7\.3?
8282

8383
[__::comm::comm send__ ?\-async? ?\-command *callback*? *id* *cmd* ?*arg arg \.\.\.*?](#1)
8484
[__::comm::comm self__](#2)

embedded/md/tcllib/files/modules/counter/counter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[//000000001]: # (counter \- Counters and Histograms)
33
[//000000002]: # (Generated from file 'counter\.man' by tcllib/doctools with format 'markdown')
4-
[//000000003]: # (counter\(n\) 2\.0\.5 tcllib "Counters and Histograms")
4+
[//000000003]: # (counter\(n\) 2\.0\.6 tcllib "Counters and Histograms")
55

66
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
77
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -31,7 +31,7 @@ counter \- Procedures for counters and histograms
3131
# <a name='synopsis'></a>SYNOPSIS
3232

3333
package require Tcl 8\.5 9
34-
package require counter ?2\.0\.5?
34+
package require counter ?2\.0\.6?
3535

3636
[__::counter::init__ *tag args*](#1)
3737
[__::counter::count__ *tag* ?*delta*? ?*instance*?](#2)

embedded/md/tcllib/files/modules/dns/tcllib_dns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[//000000001]: # (dns \- Domain Name Service)
33
[//000000002]: # (Generated from file 'tcllib\_dns\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2002, Pat Thoyts)
5-
[//000000004]: # (dns\(n\) 1\.6 tcllib "Domain Name Service")
5+
[//000000004]: # (dns\(n\) 1\.6\.1 tcllib "Domain Name Service")
66

77
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
88
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -44,7 +44,7 @@ dns \- Tcl Domain Name Service Client
4444
# <a name='synopsis'></a>SYNOPSIS
4545

4646
package require Tcl 8\.5 9
47-
package require dns ?1\.6?
47+
package require dns ?1\.6\.1?
4848

4949
[__::dns::resolve__ *query* ?*options*?](#1)
5050
[__::dns::configure__ ?*options*?](#2)

embedded/md/tcllib/files/modules/dns/tcllib_ip.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[//000000002]: # (Generated from file 'tcllib\_ip\.man' by tcllib/doctools with format 'markdown')
44
[//000000003]: # (Copyright &copy; 2004, Pat Thoyts)
55
[//000000004]: # (Copyright &copy; 2005 Aamer Akhter <aakhter@cisco\.com>)
6-
[//000000005]: # (tcllib\_ip\(n\) 1\.5 tcllib "Domain Name Service")
6+
[//000000005]: # (tcllib\_ip\(n\) 1\.5\.1 tcllib "Domain Name Service")
77

88
<hr> [ <a href="../../../../toc.md">Main Table Of Contents</a> &#124; <a
99
href="../../../toc.md">Table Of Contents</a> &#124; <a
@@ -45,7 +45,7 @@ tcllib\_ip \- IPv4 and IPv6 address manipulation
4545
# <a name='synopsis'></a>SYNOPSIS
4646

4747
package require Tcl 8\.5 9
48-
package require ip ?1\.5?
48+
package require ip ?1\.5\.1?
4949

5050
[__::ip::version__ *address*](#1)
5151
[__::ip::is__ *class* *address*](#2)

0 commit comments

Comments
 (0)