File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ start a *semaphore tracker* process which tracks the unlinked named
135
135
semaphores created by processes of the program. When all processes
136
136
have exited the semaphore tracker unlinks any remaining semaphores.
137
137
Usually 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
139
139
is a serious matter since the system allows only a limited number, and
140
140
they will not be automatically unlinked until the next reboot.)
141
141
@@ -179,7 +179,7 @@ program. ::
179
179
180
180
Note that objects related to one context may not be compatible with
181
181
processes 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
183
183
*spawn * or *forkserver * start methods.
184
184
185
185
A library which wants to use a particular start method should probably
You can’t perform that action at this time.
0 commit comments