diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 21:38:06 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2007-10-30 21:38:06 (GMT) |
commit | 9ba02fd68a62a09d814b9a34225fcdebf48d3c32 (patch) | |
tree | 1a443c453d819bb53b4ce728b3ec6b5d009cba4a /doc | |
parent | 5733f072a75d7092e1949257d3556cd3ad50d7fd (diff) | |
download | tcl-9ba02fd68a62a09d814b9a34225fcdebf48d3c32.zip tcl-9ba02fd68a62a09d814b9a34225fcdebf48d3c32.tar.gz tcl-9ba02fd68a62a09d814b9a34225fcdebf48d3c32.tar.bz2 |
typos
Diffstat (limited to 'doc')
-rw-r--r-- | doc/expr.n | 4 | ||||
-rw-r--r-- | doc/mathfunc.n | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: expr.n,v 1.31 2007/10/30 14:49:23 dkf Exp $ +'\" RCS: @(#) $Id: expr.n,v 1.32 2007/10/30 21:38:06 dkf Exp $ '\" .so man.macros .TH expr n 8.5 Tcl "Tcl Built-In Commands" @@ -399,7 +399,7 @@ string(n), Tcl(n), while(n) .SH KEYWORDS arithmetic, boolean, compare, expression, fuzzy comparison .SH COPYRIGHT -.ni +.nf Copyright (c) 1993 The Regents of the University of California. Copyright (c) 1994-2000 Sun Microsystems Incorporated. Copyright (c) 2005 by Kevin B. Kenny <kennykb@acm.org>. All rights reserved. diff --git a/doc/mathfunc.n b/doc/mathfunc.n index bdda837..9c60bd9 100644 --- a/doc/mathfunc.n +++ b/doc/mathfunc.n @@ -6,7 +6,7 @@ '\" See the file "license.terms" for information on usage and redistribution '\" of this file, and for a DISCLAIMER OF ALL WARRANTIES. '\" -'\" RCS: @(#) $Id: mathfunc.n,v 1.18 2007/10/30 14:49:23 dkf Exp $ +'\" RCS: @(#) $Id: mathfunc.n,v 1.19 2007/10/30 21:38:06 dkf Exp $ '\" .so man.macros .TH mathfunc n 8.5 Tcl "Tcl Mathematical Functions" @@ -128,7 +128,7 @@ radians. Returns the arc tangent of \fIy\fR/\fIx\fR, in the range [\fI\-pi\fR,\fIpi\fR] radians. \fIx\fR and \fIy\fR cannot both be 0. If \fIx\fR is greater than \fI0\fR, this is equivalent to -.QW "\fBatan \fR[\fBexpr\fR {\fIy\fB/\fIx\fR}]\fR" . +.QW "\fBatan \fR[\fBexpr\fR {\fIy\fB/\fIx\fR}]" . .TP \fBbool \fIarg\fR Accepts any numeric value, or any string acceptable to |