File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ start a *semaphore tracker* process which tracks the unlinked named
135135semaphores created by processes of the program. When all processes
136136have exited the semaphore tracker unlinks any remaining semaphores.
137137Usually there should be none, but if a process was killed by a signal
138- there may some "leaked" semaphores. (Unlinking the named semaphores
138+ there may be some "leaked" semaphores. (Unlinking the named semaphores
139139is a serious matter since the system allows only a limited number, and
140140they will not be automatically unlinked until the next reboot.)
141141
@@ -179,7 +179,7 @@ program. ::
179179
180180Note that objects related to one context may not be compatible with
181181processes for a different context. In particular, locks created using
182- the *fork * context cannot be passed to a processes started using the
182+ the *fork * context cannot be passed to processes started using the
183183*spawn * or *forkserver * start methods.
184184
185185A library which wants to use a particular start method should probably
You can’t perform that action at this time.
0 commit comments