mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
4 typo fixes: be use => be used
This commit is contained in:
parent
1ca9286ab8
commit
2624b297fc
3 changed files with 4 additions and 4 deletions
|
@ -1734,7 +1734,7 @@ USAGE_LICENSE
|
||||||
"moved to \aname\a. The original variable will be unset. Cannot be "
|
"moved to \aname\a. The original variable will be unset. Cannot be "
|
||||||
"used with any other options.]"
|
"used with any other options.]"
|
||||||
"[n?Name reference. The value is the name of a variable that \aname\a "
|
"[n?Name reference. The value is the name of a variable that \aname\a "
|
||||||
"references. \aname\a cannot contain a \b.\b. Cannot be use with "
|
"references. \aname\a cannot contain a \b.\b. Cannot be used with "
|
||||||
"any other options.]"
|
"any other options.]"
|
||||||
"[p?Causes the output to be in a format that can be used as input to the "
|
"[p?Causes the output to be in a format that can be used as input to the "
|
||||||
"shell to recreate the attributes for variables.]"
|
"shell to recreate the attributes for variables.]"
|
||||||
|
|
|
@ -66,7 +66,7 @@ struct slnod /* struct for link list of stacks */
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* This struct is use to hold $* lists and arrays
|
* This struct is used to hold $* lists and arrays
|
||||||
*/
|
*/
|
||||||
|
|
||||||
struct dolnod
|
struct dolnod
|
||||||
|
|
|
@ -2895,7 +2895,7 @@ The floating point constants
|
||||||
.B Nan
|
.B Nan
|
||||||
and
|
and
|
||||||
.B Inf
|
.B Inf
|
||||||
can be use to represent "not a number" and infinity respectively.
|
can be used to represent "not a number" and infinity respectively.
|
||||||
Integer constants follow the ANSI-C programming language
|
Integer constants follow the ANSI-C programming language
|
||||||
integer constant conventions although only single byte
|
integer constant conventions although only single byte
|
||||||
character constants are recognized and character casts
|
character constants are recognized and character casts
|
||||||
|
@ -6525,7 +6525,7 @@ format file.
|
||||||
.BI %( date-format )T
|
.BI %( date-format )T
|
||||||
A
|
A
|
||||||
.BI %( date-format )T
|
.BI %( date-format )T
|
||||||
format can be use to treat an argument as a date/time string
|
format can be used to treat an argument as a date/time string
|
||||||
and to format the date/time according to the
|
and to format the date/time according to the
|
||||||
.I date-format\^
|
.I date-format\^
|
||||||
as defined for the
|
as defined for the
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue