diff options
author | hobbs <hobbs> | 1999-11-19 06:33:58 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 1999-11-19 06:33:58 (GMT) |
commit | b5a3b0736e5c9388b4979a05136aba4c833e902d (patch) | |
tree | 34190bd634f345f5fbdb9b251d0034f432ccc425 /doc/format.n | |
parent | 4085140e65b5b9b7df45ab0cd8f6981240c32693 (diff) | |
download | tcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.zip tcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.tar.gz tcl-b5a3b0736e5c9388b4979a05136aba4c833e902d.tar.bz2 |
* doc/scan.n:
* tests/scan.test:
* generic/tclScan.c: finished support for inline scan by
supporting XPG identifiers.
* doc/http.n:
* library/http2.1/http.tcl: added register and unregister
commands to http:: package (better support for tls/SSL),
as well as -type argument to http::geturl. [RFE: 2617]
* doc/glob.n: added note about ..../ glob behavior on Win9*
* doc/tcltest.n: fixed minor example errors [Bug: 3551]
Diffstat (limited to 'doc/format.n')
-rw-r--r-- | doc/format.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/format.n b/doc/format.n index 9f737e0..b22cef8 100644 --- a/doc/format.n +++ b/doc/format.n @@ -5,10 +5,10 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: format.n,v 1.3 1999/04/16 00:46:34 stanton Exp $ +'\" RCS: @(#) $Id: format.n,v 1.4 1999/11/19 06:33:58 hobbs Exp $ '\" .so man.macros -.TH format n "" Tcl "Tcl Built-In Commands" +.TH format n 8.1 Tcl "Tcl Built-In Commands" .BS '\" Note: do not modify the .SH NAME line immediately below! .SH NAME |