diff options
author | hobbs <hobbs> | 2003-07-14 18:25:42 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-14 18:25:42 (GMT) |
commit | 8f981747aa43d9f631a6ba9ef076f7cf90095ce9 (patch) | |
tree | ce0478a9512476b3d7881a46a122ad9b9975608e /doc | |
parent | dbfc8ce7b5a4db32aedf5c39433b235513327f82 (diff) | |
download | tcl-8f981747aa43d9f631a6ba9ef076f7cf90095ce9.zip tcl-8f981747aa43d9f631a6ba9ef076f7cf90095ce9.tar.gz tcl-8f981747aa43d9f631a6ba9ef076f7cf90095ce9.tar.bz2 |
missing .
Diffstat (limited to 'doc')
-rw-r--r-- | doc/binary.n | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/binary.n b/doc/binary.n index c416378..1bb5f68 100644 --- a/doc/binary.n +++ b/doc/binary.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: binary.n,v 1.15 2003/07/11 22:01:48 dgp Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.16 2003/07/14 18:25:42 hobbs Exp $ '\" .so man.macros .TH binary n 8.0 Tcl "Tcl Built-In Commands" @@ -55,7 +55,7 @@ specifiers and the arguments: The first argument is a list of four numbers, but because of the count of 3 for the associated field specifier, only the first three will be used. The second argument is associated with the second field -specifier. The resulting binary string contains the four numbers 10, +specifier. The resulting binary string contains the four numbers 1.0, 2.0, 3.0 and 0.1. .PP Each type-count pair moves an imaginary cursor through the binary |