sigprocmask.2: ffix

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

View File

@ -38,7 +38,7 @@ sigprocmask, rt_sigprocmask \- examine and change blocked signals
/* Prototype for the underlying system call */
.BI "int rt_sigprocmask(int " how ", const kernel_sigset_t *" set ,
.BI " kernel_sigset_t *" oldset, " size_t " sigsetsize );
.BI " kernel_sigset_t *" oldset ", size_t " sigsetsize );
/* Prototype for the legacy system call (deprecated) */
.BI "int sigprocmask(int " how ", const old_kernel_sigset_t *" set ,