diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-20 05:02:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-20 05:02:59 +0000 |
commit | 873648f36fcb5a3ce4908a5e8d5fbf2604c7f900 (patch) | |
tree | 4e33f051d724cf0c6bdd281e0ed8b9fdc5488e1e /usr.bin/dc/dc.1 | |
parent | b32c32ddd3769b435a47367490d48e51459b05c5 (diff) |
typos from Jared Yanovich;
Diffstat (limited to 'usr.bin/dc/dc.1')
-rw-r--r-- | usr.bin/dc/dc.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/dc/dc.1 b/usr.bin/dc/dc.1 index 60e0a4347b1..c1d637e2bbd 100644 --- a/usr.bin/dc/dc.1 +++ b/usr.bin/dc/dc.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dc.1,v 1.10 2003/10/19 18:39:13 otto Exp $ +.\" $OpenBSD: dc.1,v 1.11 2003/10/20 05:02:58 jmc Exp $ .\" .\" Copyright (C) Caldera International Inc. 2001-2002. .\" All rights reserved. @@ -113,7 +113,7 @@ are the scales of the operands, and is the scale defined by the .Ic k operation. -For exponentation with a non-negative exponent, the scale of the result is +For exponentiation with a non-negative exponent, the scale of the result is .Sy min(a*b,max(scale,a)) , where .Sy a |