Skip to content

Commit 2624b29

Browse files
committed
4 typo fixes: be use => be used
1 parent 1ca9286 commit 2624b29

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/cmd/ksh93/data/builtins.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.]"

src/cmd/ksh93/include/argnod.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

7272
struct dolnod

src/cmd/ksh93/sh.1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2895,7 +2895,7 @@ The floating point constants
28952895
.B Nan
28962896
and
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.
28992899
Integer constants follow the ANSI-C programming language
29002900
integer constant conventions although only single byte
29012901
character constants are recognized and character casts
@@ -6525,7 +6525,7 @@ format file.
65256525
.BI %( date-format )T
65266526
A
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
65296529
and to format the date/time according to the
65306530
.I date-format\^
65316531
as defined for the

0 commit comments

Comments
 (0)