sigprocmask.2: 'set' and 'oldset' can both be NULL

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-04-16 20:56:20 +02:00
parent 59e6b4c6be
commit b9ad845d01
1 changed files with 6 additions and 0 deletions

View File

@ -158,6 +158,12 @@ or
See
.BR sigsetops (3)
for details on manipulating signal sets.
Note that it is permissible (although not very useful) to specify both
.I set
and
.I oldset
as NULL.
.\"
.SS C library/kernel differences