Skip to content

Commit 9f41420

Browse files
committed
one more fix
1 parent b6c0093 commit 9f41420

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/System.Threading/Semaphore.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ Because named semaphores are visible throughout the operating system, they can b
444444
445445
If you want to find out whether a named system semaphore exists, use the <xref:System.Threading.Semaphore.OpenExisting%2A> method. The <xref:System.Threading.Semaphore.OpenExisting%2A> method attempts to open an existing named semaphore, and throws an exception if the system semaphore does not exist.
446446
447-
On Windows, `options` can be provided to specify whether the named semaphore is accessible to the current user only or to all users. It also allows to specify whether the named semaphore is accessible to processes in the current session only or to all sessions. For more information, see <xref:System.Threading.NamedWaitHandleOptions>.
447+
On Windows, `options` can be provided to specify whether the named semaphore is accessible to the current user only or to all users. It also allows you to specify whether the named semaphore is accessible to processes in the current session only or to all sessions. For more information, see <xref:System.Threading.NamedWaitHandleOptions>.
448448
449449
> [!CAUTION]
450450
> On Unix-based operating systems, the `options` parameter has no effect as named semaphores are not supported.
@@ -621,7 +621,7 @@ If you specify `null` or an empty string for `name`, a local semaphore is create
621621
622622
Because named semaphores are visible throughout the operating system, they can be used to coordinate resource use across process boundaries.
623623
624-
On Windows, `options` can be provided to specify whether the named semaphore is accessible to the current user only or to all users. It also allows to specify whether the named semaphore is accessible to processes in the current session only or to all sessions. For more information, see <xref:System.Threading.NamedWaitHandleOptions>.
624+
On Windows, `options` can be provided to specify whether the named semaphore is accessible to the current user only or to all users. It also allows you to specify whether the named semaphore is accessible to processes in the current session only or to all sessions. For more information, see <xref:System.Threading.NamedWaitHandleOptions>.
625625
626626
> [!CAUTION]
627627
> On Unix-based operating systems, the `options` parameter has no effect as named semaphores are not supported.

0 commit comments

Comments
 (0)