1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

For consistency & greppability: global replace "sub-shell" => "subshell"

(cherry picked from commit 25eeb9bcdc0a23a66765fd3e5d7e36337da65051)
This commit is contained in:
Martijn Dekker 2020-06-05 20:58:41 +02:00
parent 8b07d2a011
commit 6c68b53170
5 changed files with 8 additions and 8 deletions

View file

@ -1234,7 +1234,7 @@ All recorded changes follow.
09-01-20 A bug in which the exit status specified in an exit trap was
not used when a process terminated with a signal has been fixed.
09-01-19 A bug in which a signal whose default action is to terminate
a process could be ignored when the process is running a sub-shell
a process could be ignored when the process is running a subshell
has been fixed.
09-01-19 A bug in which sending SIGWINCH to a process that reads from a pipe
could cause a memory fault has been fixed.
@ -2878,7 +2878,7 @@ All recorded changes follow.
98-04-30 +A callback function can be installed which will give
notification of file duplications and file closes.
98-04-30 When ksh is compiled on systems that do not use fork()
current option settings where not propagated to sub-shells.
current option settings where not propagated to subshells.
97-06-30 --- Release ksh93f ---
97-06-30 +Hostnames in addition to host addresses can be given in

View file

@ -2132,7 +2132,7 @@ All recorded changes follow.
09-01-20 A bug in which the exit status specified in an exit trap was
not used when a process terminated with a signal has been fixed.
09-01-19 A bug in which a signal whose default action is to terminate
a process could be ignored when the process is running a sub-shell
a process could be ignored when the process is running a subshell
has been fixed.
09-01-19 A bug in which sending SIGWINCH to a process that reads from a pipe
could cause a memory fault has been fixed.
@ -3776,7 +3776,7 @@ All recorded changes follow.
98-04-30 +A callback function can be installed which will give
notification of file duplications and file closes.
98-04-30 When ksh is compiled on systems that do not use fork()
current option settings where not propagated to sub-shells.
current option settings where not propagated to subshells.
97-06-30 --- Release ksh93f ---
97-06-30 +Hostnames in addition to host addresses can be given in

View file

@ -1138,7 +1138,7 @@
09-01-20 A bug in which the exit status specified in an exit trap was
not used when a process terminated with a signal has been fixed.
09-01-19 A bug in which a signal whose default action is to terminate
a process could be ignored when the process is running a sub-shell
a process could be ignored when the process is running a subshell
has been fixed.
09-01-19 A bug in which sending SIGWINCH to a process that reads from a pipe
could cause a memory fault has been fixed.
@ -2782,7 +2782,7 @@
98-04-30 +A callback function can be installed which will give
notification of file duplications and file closes.
98-04-30 When ksh is compiled on systems that do not use fork()
current option settings where not propagated to sub-shells.
current option settings where not propagated to subshells.
97-06-30 --- Release ksh93f ---
97-06-30 +Hostnames in addition to host addresses can be given in

View file

@ -4335,7 +4335,7 @@ If the environment variable
does not already exist it will be added to the environment
list for the specified command.
A parenthesized command is executed in
a sub-shell without removing non-exported variables.
a subshell without removing non-exported variables.
.SS Command Re-entry.
The text of the last
.B

View file

@ -440,7 +440,7 @@ void sh_subjobcheck(pid_t pid)
}
/*
* Run command tree <t> in a virtual sub-shell
* Run command tree <t> in a virtual subshell
* If comsub is not null, then output will be placed in temp file (or buffer)
* If comsub is not null, the return value will be a stream consisting of
* output of command <t>. Otherwise, NULL will be returned.