diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-09-19 21:27:44 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2019-09-19 21:27:44 +0200 |
| commit | a24fc082d0c803e2c7598d37667ad833fe36c174 (patch) | |
| tree | 83e315b5ea83e2903f8cedcfbbbc761a5a639eae /man2 | |
| parent | 8637b7a635dd5ac462e369b8add4a0e13f113e73 (diff) | |
| download | man-pages-a24fc082d0c803e2c7598d37667ad833fe36c174.tar.gz | |
rt_sigqueueinfo.2: Rename 'uinfo' argument to 'info'
This is more consistent with the naming in other pages
that refer to a 'siginfo_t' structure.
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2')
| -rw-r--r-- | man2/rt_sigqueueinfo.2 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/man2/rt_sigqueueinfo.2 b/man2/rt_sigqueueinfo.2 index 21205f36ff..a643929988 100644 --- a/man2/rt_sigqueueinfo.2 +++ b/man2/rt_sigqueueinfo.2 @@ -27,10 +27,10 @@ rt_sigqueueinfo, rt_tgsigqueueinfo \- queue a signal and data .SH SYNOPSIS .nf -.BI "int rt_sigqueueinfo(pid_t " tgid ", int " sig ", siginfo_t *" uinfo ); +.BI "int rt_sigqueueinfo(pid_t " tgid ", int " sig ", siginfo_t *" info ); .PP .BI "int rt_tgsigqueueinfo(pid_t " tgid ", pid_t " tid ", int " sig , -.BI " siginfo_t *" uinfo ); +.BI " siginfo_t *" info ); .fi .PP .IR Note : @@ -67,7 +67,7 @@ The signal will be delivered to an arbitrary member of the thread group (i.e., one of the threads that is not currently blocking the signal). .PP The -.I uinfo +.I info argument specifies the data to accompany the signal. This argument is a pointer to a structure of type .IR siginfo_t , @@ -163,7 +163,7 @@ For the required permissions, see .B EPERM .I tgid specifies a process other than the caller and -.I uinfo->si_code +.I info->si_code is invalid. .TP .B ESRCH |
