mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 13:27:01 +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.
|
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_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_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.
|
- ``SIG_SETMASK`` The resulting set is the signal set pointed to by the ``set`` input parameter.
|
||||||
|
|||||||
@@ -1689,7 +1689,7 @@ No support for the following pthread interfaces is provided by NuttX:
|
|||||||
|
|
||||||
**Input Parameters:**
|
**Input Parameters:**
|
||||||
|
|
||||||
- ``how``. How the signal mast will be changed:
|
- ``how``. How the signal mask will be changed:
|
||||||
|
|
||||||
- ``SIG_BLOCK``: The resulting set is the union of the current set
|
- ``SIG_BLOCK``: The resulting set is the union of the current set
|
||||||
and the signal set pointed to by ``set``.
|
and the signal set pointed to by ``set``.
|
||||||
|
|||||||
@@ -205,7 +205,7 @@ int nxsig_delset(FAR sigset_t *set, int signo);
|
|||||||
* sigprocmask() except that it does not modify the errno value.
|
* sigprocmask() except that it does not modify the errno value.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* how - How the signal mast will be changed:
|
* how - How the signal mask will be changed:
|
||||||
* SIG_BLOCK - The resulting set is the union of the current set
|
* SIG_BLOCK - The resulting set is the union of the current set
|
||||||
* and the signal set pointed to by 'set'.
|
* and the signal set pointed to by 'set'.
|
||||||
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
||||||
|
|||||||
@@ -59,7 +59,7 @@
|
|||||||
* information.
|
* information.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* how - How the signal mast will be changed:
|
* how - How the signal mask will be changed:
|
||||||
* SIG_BLOCK - The resulting set is the union of
|
* SIG_BLOCK - The resulting set is the union of
|
||||||
* the current set and the signal set
|
* the current set and the signal set
|
||||||
* pointed to by 'set'.
|
* pointed to by 'set'.
|
||||||
|
|||||||
@@ -81,7 +81,7 @@
|
|||||||
* sigprocmask() except that it does not modify the errno value.
|
* sigprocmask() except that it does not modify the errno value.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* how - How the signal mast will be changed:
|
* how - How the signal mask will be changed:
|
||||||
* SIG_BLOCK - The resulting set is the union of the current set
|
* SIG_BLOCK - The resulting set is the union of the current set
|
||||||
* and the signal set pointed to by 'set'.
|
* and the signal set pointed to by 'set'.
|
||||||
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
||||||
@@ -186,7 +186,7 @@ int nxsig_procmask(int how, FAR const sigset_t *set, FAR sigset_t *oset)
|
|||||||
* by this function call.
|
* by this function call.
|
||||||
*
|
*
|
||||||
* Input Parameters:
|
* Input Parameters:
|
||||||
* how - How the signal mast will be changed:
|
* how - How the signal mask will be changed:
|
||||||
* SIG_BLOCK - The resulting set is the union of the current set
|
* SIG_BLOCK - The resulting set is the union of the current set
|
||||||
* and the signal set pointed to by 'set'.
|
* and the signal set pointed to by 'set'.
|
||||||
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
* SIG_UNBLOCK - The resulting set is the intersection of the current
|
||||||
|
|||||||
Reference in New Issue
Block a user