summaryrefslogtreecommitdiffstats
path: root/contrib/bc
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-09-17 08:56:03 +0000
committerphk <phk@FreeBSD.org>1998-09-17 08:56:03 +0000
commit399a16928fecfe7a1b87962aa2146351791bb090 (patch)
tree5154e5573914ef520a381b80f20d0a68f565c897 /contrib/bc
parent055b24be16bf65daf5d24e54199be71c9fd1389a (diff)
downloadFreeBSD-src-399a16928fecfe7a1b87962aa2146351791bb090.zip
FreeBSD-src-399a16928fecfe7a1b87962aa2146351791bb090.tar.gz
s/the the/to the/
PR: 7922 Reviewed by: phk Submitted by: Kaneda Hiloshi <vanitas@ma3.seikyou.ne.jp>
Diffstat (limited to 'contrib/bc')
-rw-r--r--contrib/bc/doc/bc.14
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/bc/doc/bc.1 b/contrib/bc/doc/bc.1
index cfa3cd8..b534c5f 100644
--- a/contrib/bc/doc/bc.1
+++ b/contrib/bc/doc/bc.1
@@ -329,7 +329,7 @@ precision, some numbers may not be printable on a single output line.
These long numbers will be split across lines using the "\e" as the
last character on a line. The maximum number of characters printed
per line is 70. Due to the interactive nature of \fBbc\fR printing
-a number cause the side effect of assigning the printed value the the
+a number cause the side effect of assigning the printed value to the
special variable \fBlast\fR. This allows the user to recover the
last value printed without having to retype the expression that
printed the number. Assigning to \fBlast\fR is legal and will
@@ -348,7 +348,7 @@ The print statement (an extension) provides another method of output.
The "list" is a list of strings and expressions separated by commas.
Each string or expression is printed in the order of the list. No
terminating newline is printed. Expressions are evaluated and their
-value is printed and assigned the the variable \fBlast\fR. Strings
+value is printed and assigned to the variable \fBlast\fR. Strings
in the print statement are printed to the output and may contain
special characters. Special characters start with the backslash
character (\e). The special characters recognized by \fBbc\fR are
OpenPOWER on IntegriCloud