mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
Fix typos
This commit is contained in:
committed by
Abdelatif Guettouche
parent
b5d4f3fbc9
commit
296eff3d40
@@ -277,7 +277,7 @@ provided by NuttX:
|
||||
|
||||
If sigprocmask() fails, the signal mask of the task is not changed.
|
||||
|
||||
:param how: How the signal mast will be changed.
|
||||
:param how: How the signal mask will be changed.
|
||||
- ``SIG_BLOCK`` The resulting set is the union of the current set and the signal set pointed to by the ``set`` input parameter.
|
||||
- ``SIG_UNBLOCK`` The resulting set is the intersection of the current set and the complement of the signal set pointed to by the ``set`` input parameter.
|
||||
- ``SIG_SETMASK`` The resulting set is the signal set pointed to by the ``set`` input parameter.
|
||||
|
||||
Reference in New Issue
Block a user