1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

Various minor capitalization and typo fixes (#371)

This commit fixes various minor typos, punctuation errors and
corrects the capitalization of many names.
This commit is contained in:
Johnothan King 2021-12-12 13:40:38 -08:00 committed by Martijn Dekker
parent cd562b16e2
commit e54001d58b
204 changed files with 779 additions and 784 deletions

View file

@ -922,11 +922,11 @@ const char sh_optjobs[] =
"shell removes the jobs from the list of known jobs in "
"the current shell environment.]"
_JOB_
"[l?\bjobs\b displays process id's after the job number in addition "
"[l?\bjobs\b displays process ids after the job number in addition "
"to the usual information]"
"[n?Only the jobs whose status has changed since the last prompt "
"is displayed.]"
"[p?The process group leader id's for the specified jobs are displayed.]"
"[p?The process group leader ids for the specified jobs are displayed.]"
"\n"
"\n[job ...]\n"
"\n"
@ -1322,7 +1322,7 @@ const char sh_optprintf[] =
"appropriate for that format specifier, an error will occur, "
"but remaining \astring\a operands will continue to be processed.]"
"[+?In addition to the format specifier extensions, the following "
"extensions of ANSI-C are permitted in format specifiers:]{"
"extensions of ANSI C are permitted in format specifiers:]{"
"[+-?The escape sequences \b\\E\b and \b\\e\b expand to the escape "
"character which is octal \b033\b in ASCII.]"
"[+-?The escape sequence \b\\c\b\ax\a expands to Control-\ax\a.]"
@ -1589,7 +1589,7 @@ const char sh_optksh[] =
"[P?Invoke the shell as a profile shell. See \bpfexec\b(1).]"
#endif
#if SHOPT_KIA
"[R]:[file?Do not execute the script, but create a cross reference database "
"[R]:[file?Do not execute the script, but create a cross-reference database "
"in \afile\a that can be used in a separate shell script browser. The "
"-R option requires a script to be specified as the first operand.]"
#endif /* SHOPT_KIA */
@ -1766,7 +1766,7 @@ const char sh_opttrap[] =
"[+>0?An error occurred.]"
"}"
"[+SEE ALSO?\bkill\b(1), \beval\b(1), \bsignal\b(3)]"
"[+SEE ALSO?\bkill\b(1), \beval\b(1), \bsignal\b(2)]"
;
const char sh_opttypeset[] =
@ -2034,7 +2034,7 @@ const char sh_optwait[] =
"\ajob\a operands are specified, \bwait\b waits until all of them "
"have completed.]"
_JOB_
"[+?If one ore more \ajob\a operands is a process id or process group id "
"[+?If one or more \ajob\a operands is a process id or process group id "
"not known by the current shell environment, \bwait\b treats each "
"of them as if it were a process that exited with status 127.]"
"\n"