diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-15 16:06:43 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2014-05-15 16:06:43 +0200 |
| commit | d2919f1ed89c9488b2764373dc0c24244ccaa1d0 (patch) | |
| tree | ad28d22cff088f1ff8ea4b178a0344d39197cdf7 /man3/sigqueue.3 | |
| parent | 364a18ea9a5a2b39a76852e5a85ddd0d4fb451c8 (diff) | |
| download | man-pages-d2919f1ed89c9488b2764373dc0c24244ccaa1d0.tar.gz | |
sigqueue.3: tfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
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 4ba30c1107..5f3422fe16 100644 --- a/man3/sigqueue.3 +++ b/man3/sigqueue.3 @@ -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 |
