mirror of
https://github.com/lcn2/calc.git
synced 2025-08-16 01:03:29 +03:00
Fix minor man page spelling errors
This commit is contained in:
8
calc.man
8
calc.man
@@ -501,7 +501,7 @@ version number and exit.
|
|||||||
|
|
||||||
.TP
|
.TP
|
||||||
.B \-\-
|
.B \-\-
|
||||||
The double dash indicates to calc that no more option follow.
|
The double dash indicates to calc that no more options follow.
|
||||||
Thus calc will ignore a later argument on the command line
|
Thus calc will ignore a later argument on the command line
|
||||||
even if it starts with a dash.
|
even if it starts with a dash.
|
||||||
This is useful when entering negative values on the command line as in:
|
This is useful when entering negative values on the command line as in:
|
||||||
@@ -543,7 +543,7 @@ will not evaluate any
|
|||||||
arguments but instead make them available
|
arguments but instead make them available
|
||||||
as strings to the argv() builtin function.
|
as strings to the argv() builtin function.
|
||||||
|
|
||||||
Sufficiently simple commands with no no characters like
|
Sufficiently simple commands with no characters like
|
||||||
parentheses, brackets, semicolons, '*', which have special
|
parentheses, brackets, semicolons, '*', which have special
|
||||||
interpretations in UNIX shells may be entered, possibly with
|
interpretations in UNIX shells may be entered, possibly with
|
||||||
spaces, until the terminating newline.
|
spaces, until the terminating newline.
|
||||||
@@ -804,7 +804,7 @@ the rest of the file will be processed in
|
|||||||
Note that
|
Note that
|
||||||
.B \-s
|
.B \-s
|
||||||
.B \-f
|
.B \-f
|
||||||
must at the end of the initial ``#!'' line.
|
must be at the end of the initial ``#!'' line.
|
||||||
Any other optional
|
Any other optional
|
||||||
.B "optional_other_flags"
|
.B "optional_other_flags"
|
||||||
must come before
|
must come before
|
||||||
@@ -973,7 +973,7 @@ Before a variable is assigned a value it has the value of zero.
|
|||||||
.PP
|
.PP
|
||||||
The scope of a variable may be global, local to a file, or local to a
|
The scope of a variable may be global, local to a file, or local to a
|
||||||
procedure.
|
procedure.
|
||||||
Values may be grouped together in a matrix, or into a
|
Values may be grouped together in a matrix, or into
|
||||||
a list that permits stack and queue style operations.
|
a list that permits stack and queue style operations.
|
||||||
.PP
|
.PP
|
||||||
For more information use the following
|
For more information use the following
|
||||||
|
Reference in New Issue
Block a user