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

fix 3 typos: staring -> starting

This commit is contained in:
Martijn Dekker 2021-11-09 13:51:31 +00:00
parent 7549169006
commit ca6299ec4b
2 changed files with 3 additions and 3 deletions

View file

@ -2384,7 +2384,7 @@ ____
01-09-25 Some spelling errors in the documentation were corrected.
01-09-24 +The /dev/tcp/host/port and /dev/udp/host/port now allow
the ports to be specified by service name.
01-09-24 +The change staring with ksh93g in which the appropriate
01-09-24 +The change starting with ksh93g in which the appropriate
library path variable is prepended with a corresponding library
directory has been modified. With the new method, only the
library path defined in the file named .paths in the directory

View file

@ -2004,7 +2004,7 @@ characters delimit a null field.
.SM JOBMAX
This variable defines the maximum number running background jobs
that can run at a time. When this limit is reached, the
shell will wait for a job to complete before staring a new job.
shell will wait for a job to complete before starting a new job.
.TP
.B
.SM LANG
@ -3967,7 +3967,7 @@ each preceded by \fB\s+2.\s-2\fP.
Outside of a name space, a variable or function created inside a
name space can be referenced by preceding it with the name space name.
.PP
By default, variables staring with
By default, variables starting with
\fB\s+2.\s-2sh\fP are in the
.B sh
name space.