@@ -501,7 +501,7 @@ version number and exit.
501
501
502
502
.TP
503
503
.B \-\-
504
- The double dash indicates to calc that no more option follow.
504
+ The double dash indicates to calc that no more options follow.
505
505
Thus calc will ignore a later argument on the command line
506
506
even if it starts with a dash.
507
507
This is useful when entering negative values on the command line as in:
@@ -543,7 +543,7 @@ will not evaluate any
543
543
arguments but instead make them available
544
544
as strings to the argv() builtin function.
545
545
546
- Sufficiently simple commands with no no characters like
546
+ Sufficiently simple commands with no characters like
547
547
parentheses, brackets, semicolons, '*', which have special
548
548
interpretations in UNIX shells may be entered, possibly with
549
549
spaces, until the terminating newline.
@@ -804,7 +804,7 @@ the rest of the file will be processed in
804
804
Note that
805
805
.B \- s
806
806
.B \- f
807
- must at the end of the initial ``#!'' line.
807
+ must be at the end of the initial ``#!'' line.
808
808
Any other optional
809
809
.B "optional_other_flags"
810
810
must come before
@@ -973,7 +973,7 @@ Before a variable is assigned a value it has the value of zero.
973
973
.PP
974
974
The scope of a variable may be global, local to a file, or local to a
975
975
procedure.
976
- Values may be grouped together in a matrix, or into a
976
+ Values may be grouped together in a matrix, or into
977
977
a list that permits stack and queue style operations.
978
978
.PP
979
979
For more information use the following
0 commit comments