diff options
Diffstat (limited to 'man3/sigqueue.3')
| -rw-r--r-- | man3/sigqueue.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3 index 4d77a37230..39b79667f8 100644 --- a/man3/sigqueue.3 +++ b/man3/sigqueue.3 @@ -59,12 +59,12 @@ argument is used to specify an accompanying item of data (either an integer or a pointer value) to be sent with the signal, and has the following type: .sp .in +4n -.nf +.EX union sigval { int sival_int; void *sival_ptr; }; -.fi +.EE .in .PP If the receiving process has installed a handler for this signal using the |
