summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhobbs <hobbs@noemail.net>2004-03-03 23:58:14 (GMT)
committerhobbs <hobbs@noemail.net>2004-03-03 23:58:14 (GMT)
commit78927e25d9c0c9e812e92b7ec3976273ad996f43 (patch)
tree28864d27c2bc240eb381cb09af60e4f1a8ed5fe7
parent63247f614909785807b2f4402d931919299a0131 (diff)
downloadtcl-78927e25d9c0c9e812e92b7ec3976273ad996f43.zip
tcl-78927e25d9c0c9e812e92b7ec3976273ad996f43.tar.gz
tcl-78927e25d9c0c9e812e92b7ec3976273ad996f43.tar.bz2
minor doc fixes for html conversioncore-8-5-a1
FossilOrigin-Name: 19368459dfc5049722ffb21dadd31908a20575f4
-rw-r--r--doc/clock.n6
-rw-r--r--doc/registry.n4
-rw-r--r--doc/unload.n4
3 files changed, 7 insertions, 7 deletions
diff --git a/doc/clock.n b/doc/clock.n
index 0bdea6f..cd36b62 100644
--- a/doc/clock.n
+++ b/doc/clock.n
@@ -10,7 +10,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: clock.n,v 1.13 2004/02/06 16:48:54 dgp Exp $
+'\" RCS: @(#) $Id: clock.n,v 1.14 2004/03/03 23:58:14 hobbs Exp $
'\"
.so man.macros
.TH clock n 8.4 Tcl "Tcl Built-In Commands"
@@ -29,16 +29,16 @@ or manipulate strings or values that represent some notion of
time. The \fIoption\fR argument determines what action is carried
out by the command. The legal \fIoptions\fR (which may be
abbreviated) are:
-.TP
.VS 8.3
+.TP
\fBclock clicks\fR ?\fI\-option\fR?
If no \fIoption\fR argument is supplied, returns a high-resolution
time value as a system-dependent integer value. The unit of the value
is system-dependent but should be the highest resolution clock available
on the system such as a CPU cycle counter.
.VE 8.3
-.TP
.VS 8.5
+.TP
If the \fIoption\fR argument is \fB\-milliseconds\fR, then the value is
guaranteed to be an approximate count of milliseconds returned as
a wide integer; the rule should
diff --git a/doc/registry.n b/doc/registry.n
index e6a4902..8d1352b 100644
--- a/doc/registry.n
+++ b/doc/registry.n
@@ -5,7 +5,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: registry.n,v 1.8 2002/10/19 01:48:46 hobbs Exp $
+'\" RCS: @(#) $Id: registry.n,v 1.9 2004/03/03 23:58:14 hobbs Exp $
'\"
.so man.macros
.TH registry n 1.1 registry "Tcl Bundled Packages"
@@ -50,8 +50,8 @@ registry key names separated by backslash (\fB\e\fR) characters.
\fIOption\fR indicates what to do with the registry key name. Any
unique abbreviation for \fIoption\fR is acceptable. The valid options
are:
-.TP
.VS 8.4
+.TP
\fBregistry broadcast \fIkeyName\fR ?\fI-timeout milliseconds\fR?
.
Sends a broadcast message to the system and running programs to notify them
diff --git a/doc/unload.n b/doc/unload.n
index 4fc41dd..711e328 100644
--- a/doc/unload.n
+++ b/doc/unload.n
@@ -4,7 +4,7 @@
'\" See the file "license.terms" for information on usage and redistribution
'\" of this file, and for a DISCLAIMER OF ALL WARRANTIES.
'\"
-'\" RCS: @(#) $Id: unload.n,v 1.1 2004/02/24 22:58:45 dkf Exp $
+'\" RCS: @(#) $Id: unload.n,v 1.2 2004/03/03 23:58:14 hobbs Exp $
'\"
.so man.macros
.TH unload n 8.5 Tcl "Tcl Built-In Commands"
@@ -93,7 +93,7 @@ library is to be unloaded. The unload procedure must return
successfully; in the event of an error it should set the interpreter's result
to point to an error message. In this case, the result of the
\fBunload\fR command will be the result returned by the unload procedure.
-.CE
+.PP
The \fIflags\fR argument can be either \fBTCL_UNLOAD_DETACH_FROM_INTERPRETER\fR
or \fBTCL_UNLOAD_DETACH_FROM_PROCESS\fR. In case the library will remain
attached to the process after the unload procedure returns (i.e. because