diff options
author | hobbs <hobbs> | 2003-07-14 18:26:29 (GMT) |
---|---|---|
committer | hobbs <hobbs> | 2003-07-14 18:26:29 (GMT) |
commit | 9f325af2dabd1771fee7195f85a9b8fbc78a42e9 (patch) | |
tree | 0ae54d28d8231a7c1e7d2a849ca69c2f607a4f25 /doc | |
parent | 779dbbd3efd459db30fa317e777dccd3f631e549 (diff) | |
download | tcl-9f325af2dabd1771fee7195f85a9b8fbc78a42e9.zip tcl-9f325af2dabd1771fee7195f85a9b8fbc78a42e9.tar.gz tcl-9f325af2dabd1771fee7195f85a9b8fbc78a42e9.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 7e7e025..320d94f 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.11.2.4 2003/07/14 08:01:47 das Exp $ +'\" RCS: @(#) $Id: binary.n,v 1.11.2.5 2003/07/14 18:26:29 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 |