diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-31 15:19:35 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-08-31 15:19:35 (GMT) |
commit | 9a9b0aefb8d903006586c7445a843656fe45107f (patch) | |
tree | 1bef5c1caca0c9ba498f26d4ab155eed6ac330b9 /doc/format.n | |
parent | 2dff694c415bcb05ec35723e1d67c61c07d7bfaa (diff) | |
download | tcl-9a9b0aefb8d903006586c7445a843656fe45107f.zip tcl-9a9b0aefb8d903006586c7445a843656fe45107f.tar.gz tcl-9a9b0aefb8d903006586c7445a843656fe45107f.tar.bz2 |
Grammar and spelling fixes. [Patch 1018486]
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 54b23d7..b17d67c 100644 --- a/doc/format.n +++ b/doc/format.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: format.n,v 1.8 2004/05/07 23:29:18 dkf Exp $ +'\" RCS: @(#) $Id: format.n,v 1.9 2004/08/31 15:19:36 dkf Exp $ '\" .so man.macros .TH format n 8.1 Tcl "Tcl Built-In Commands" @@ -132,7 +132,7 @@ truncated to a 16-bit value before converting. This option is rarely useful. .VS 8.4 If it is \fBl\fR it specifies that the numeric value should be (at -least) a 64-bit value. If neither \fBh\fR or \fBl\fR are present, +least) a 64-bit value. If neither \fBh\fR nor \fBl\fR are present, numeric values are interpreted as being values of the width of the native machine word, as described by \fBtcl_platform(wordSize)\fR. .VE |