File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1734,7 +1734,7 @@ USAGE_LICENSE
17341734 "moved to \aname\a. The original variable will be unset. Cannot be "
17351735 "used with any other options.]"
17361736"[n?Name reference. The value is the name of a variable that \aname\a "
1737- "references. \aname\a cannot contain a \b.\b. Cannot be use with "
1737+ "references. \aname\a cannot contain a \b.\b. Cannot be used with "
17381738 "any other options.]"
17391739"[p?Causes the output to be in a format that can be used as input to the "
17401740 "shell to recreate the attributes for variables.]"
Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ struct slnod /* struct for link list of stacks */
6666};
6767
6868/*
69- * This struct is use to hold $* lists and arrays
69+ * This struct is used to hold $* lists and arrays
7070 */
7171
7272struct dolnod
Original file line number Diff line number Diff line change @@ -2895,7 +2895,7 @@ The floating point constants
28952895.B Nan
28962896and
28972897.B Inf
2898- can be use to represent "not a number" and infinity respectively.
2898+ can be used to represent "not a number" and infinity respectively.
28992899Integer constants follow the ANSI-C programming language
29002900integer constant conventions although only single byte
29012901character constants are recognized and character casts
@@ -6525,7 +6525,7 @@ format file.
65256525.BI %( date-format )T
65266526A
65276527.BI %( date-format )T
6528- format can be use to treat an argument as a date/time string
6528+ format can be used to treat an argument as a date/time string
65296529and to format the date/time according to the
65306530.I date-format\^
65316531as defined for the
You can’t perform that action at this time.
0 commit comments