sigqueue.3: tfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2014-05-15 16:06:43 +02:00
parent 364a18ea9a
commit d2919f1ed8
1 changed files with 2 additions and 2 deletions

View File

@ -144,11 +144,11 @@ is initialized as follows:
.in +4n
.nf
uinfo.si_signo = sig; /* argument supplied to sigqueue() */
uinfo.si_signo = sig; /* Argument supplied to sigqueue() */
uinfo.si_code = SI_QUEUE;
uinfo.si_pid = getpid(); /* Process ID of sender */
uinfo.si_uid = getuid(); /* Real UID of sender */
uinfo.si_value = val; /* argument supplied to sigqueue() */
uinfo.si_value = val; /* Argument supplied to sigqueue() */
.fi
.in
.SH SEE ALSO