From ca6299ec4b90432cfa60aa9a5c12de8ed9b64eb1 Mon Sep 17 00:00:00 2001 From: Martijn Dekker Date: Tue, 9 Nov 2021 13:51:31 +0000 Subject: [PATCH] fix 3 typos: staring -> starting --- src/cmd/ksh93/RELEASE | 2 +- src/cmd/ksh93/sh.1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/cmd/ksh93/RELEASE b/src/cmd/ksh93/RELEASE index 049d2e99c..95464ce69 100644 --- a/src/cmd/ksh93/RELEASE +++ b/src/cmd/ksh93/RELEASE @@ -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 diff --git a/src/cmd/ksh93/sh.1 b/src/cmd/ksh93/sh.1 index bc279957e..de6611934 100644 --- a/src/cmd/ksh93/sh.1 +++ b/src/cmd/ksh93/sh.1 @@ -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.