Skip to content

Commit af8ffb3

Browse files
authored
Merge pull request #128 from gromit1811/master
2 parents 0bba80c + 8ca96a8 commit af8ffb3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

calc.man

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ version number and exit.
501501

502502
.TP
503503
.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.
505505
Thus calc will ignore a later argument on the command line
506506
even if it starts with a dash.
507507
This is useful when entering negative values on the command line as in:
@@ -543,7 +543,7 @@ will not evaluate any
543543
arguments but instead make them available
544544
as strings to the argv() builtin function.
545545

546-
Sufficiently simple commands with no no characters like
546+
Sufficiently simple commands with no characters like
547547
parentheses, brackets, semicolons, '*', which have special
548548
interpretations in UNIX shells may be entered, possibly with
549549
spaces, until the terminating newline.
@@ -804,7 +804,7 @@ the rest of the file will be processed in
804804
Note that
805805
.B \-s
806806
.B \-f
807-
must at the end of the initial ``#!'' line.
807+
must be at the end of the initial ``#!'' line.
808808
Any other optional
809809
.B "optional_other_flags"
810810
must come before
@@ -973,7 +973,7 @@ Before a variable is assigned a value it has the value of zero.
973973
.PP
974974
The scope of a variable may be global, local to a file, or local to a
975975
procedure.
976-
Values may be grouped together in a matrix, or into a
976+
Values may be grouped together in a matrix, or into
977977
a list that permits stack and queue style operations.
978978
.PP
979979
For more information use the following

0 commit comments

Comments
 (0)