diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 14:15:28 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-20 14:15:28 (GMT) |
commit | 44690695232e710466448fb028a037136342bbdf (patch) | |
tree | d0cd0cc89a1a6944dc81a789b21e61384d469b26 /doc/ParseArgv.3 | |
parent | 8cf3e7964b95b65ef9cca59cda9e0f7430669fc2 (diff) | |
download | tk-44690695232e710466448fb028a037136342bbdf.zip tk-44690695232e710466448fb028a037136342bbdf.tar.gz tk-44690695232e710466448fb028a037136342bbdf.tar.bz2 |
More doc fixes. [Patch 1012837]
Diffstat (limited to 'doc/ParseArgv.3')
-rw-r--r-- | doc/ParseArgv.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/ParseArgv.3 b/doc/ParseArgv.3 index 10152c1..90ecff7 100644 --- a/doc/ParseArgv.3 +++ b/doc/ParseArgv.3 @@ -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: ParseArgv.3,v 1.3 2002/01/25 21:09:36 dgp Exp $ +'\" RCS: @(#) $Id: ParseArgv.3,v 1.4 2004/08/20 14:15:29 dkf Exp $ '\" .so man.macros .TH Tk_ParseArgv 3 "" Tk "Tk Library Procedures" @@ -132,7 +132,7 @@ and following arguments are discarded from \fIargv\fR. \fBTK_ARGV_FLOAT\fR The following argument must contain a floating-point number in the format accepted by \fBstrtol\fR. -\fIDst\fR is treated as the address of an double-precision +\fIDst\fR is treated as the address of a double-precision floating point value; the following argument is converted to a double-precision value and stored at \fI*dst\fR. The matching and following arguments are discarded from \fIargv\fR. |