mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Fix 47 typos in user-facing help and error messages
(cherry picked from commit df9b2ea03efdf82c0eb6bb53ed9b128c1513a299)
This commit is contained in:
parent
9c75314c71
commit
53443bb981
25 changed files with 47 additions and 47 deletions
|
|
@ -206,7 +206,7 @@ const char sh_set[] =
|
|||
"invoked with a \b+\b the options will be written in a format "
|
||||
"that can be reinput to the shell to restore the settings. "
|
||||
"Options \b-o\b \aname\a can also be specified with \b--\b\aname\a "
|
||||
"and \b+o \aname\a can be specifed with \b--no\b\aname\a except that "
|
||||
"and \b+o \aname\a can be specified with \b--no\b\aname\a except that "
|
||||
"options names beginning with \bno\b are turned on by omitting \bno\b."
|
||||
"This option can be repeated to enable/disable multiple options. "
|
||||
"The value of \aoption\a must be one of the following:]{"
|
||||
|
|
@ -968,12 +968,12 @@ USAGE_LICENSE
|
|||
"[+?If \afirst\a is specified and \alast\a is omitted, then \alast\a will "
|
||||
"default to \afirst\a unless \b-l\b is specified in which case "
|
||||
"it will default to \b-1\b.]"
|
||||
"[+?If no editor is specified, then the editor specfied by the \bHISTEDIT\b "
|
||||
"[+?If no editor is specified, then the editor specified by the \bHISTEDIT\b "
|
||||
"variable will be used if set, or the \bFCEDIT\b variable will be "
|
||||
"used if set, otherwise, \bed\b will be used.]"
|
||||
"[e]:[editor?\aeditor\a specifies the editor to use to edit the history "
|
||||
"command. A value of \b-\b for \aeditor\a is equivalent to "
|
||||
"specifiying the \b-s\b option.]"
|
||||
"specifying the \b-s\b option.]"
|
||||
"[l?List the commands rather than editing and reexecuting them.]"
|
||||
"[N]#[num?Start at \anum\a commands back.]"
|
||||
"[n?Suppress the command numbers when the commands are listed.]"
|
||||
|
|
@ -1196,9 +1196,9 @@ USAGE_LICENSE
|
|||
"[+-?The escape sequence \b\\C[.\b\aname\a\b.]]\b expands to "
|
||||
"the collating element \aname\a.]"
|
||||
"[+-?The escape sequence \b\\x{\b\ahex\a\b}\b expands to the "
|
||||
"character corresponding to the hexidecimal value \ahex\a.]"
|
||||
"character corresponding to the hexadecimal value \ahex\a.]"
|
||||
"[+-?The escape sequence \b\\u{\b\ahex\a\b}\b expands to the unicode "
|
||||
"character corresponding to the hexidecimal value \ahex\a.]"
|
||||
"character corresponding to the hexadecimal value \ahex\a.]"
|
||||
"[+-?The format modifier flag \b=\b can be used to center a field to "
|
||||
"a specified width.]"
|
||||
"[+-?The format modifier flag \bL\b can be used with the \bc\b and "
|
||||
|
|
@ -1383,7 +1383,7 @@ USAGE_LICENSE
|
|||
"will be set to this value. If there is no file with this pathname, "
|
||||
"and this pathame does not contain a \b/\b, then the \bPATH\b "
|
||||
"will be searched for an executable with this name. Any remaining "
|
||||
"\aarg\as will be used to initialize the positional parmaeters.]"
|
||||
"\aarg\as will be used to initialize the positional parameters.]"
|
||||
"[+?Any option can use a \b+\b instead of a \b-\b to disable the corresponding "
|
||||
"option.]"
|
||||
"[c?Read the commands from the first \aarg\a.]"
|
||||
|
|
@ -1654,7 +1654,7 @@ USAGE_LICENSE
|
|||
"[l?Without \b-i\b, sets character mapping to \btolower\b. When used "
|
||||
"with \b-i\b, \b-E\b, or \b-F\b indicates long variant.]"
|
||||
"[m?Move. The value is the name of a variable whose value will be "
|
||||
"moved to \aname\a. The orignal variable will be unset. Cannot be "
|
||||
"moved to \aname\a. The original variable will be unset. Cannot be "
|
||||
"used with any other options.]"
|
||||
"[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 "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue