aboutsummaryrefslogtreecommitdiffstats
path: root/man3/sigqueue.3
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2014-04-28 10:15:47 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2014-04-28 10:15:47 +0200
commit2b9b829d527c78dc9a27f903ed114b4d4e47fe32 (patch)
tree083b8145c7df14109410b7d333922d5c5d983a7c /man3/sigqueue.3
parente4e425b3f06cd35ba2f2e0e825344a6d7b244f5a (diff)
downloadman-pages-2b9b829d527c78dc9a27f903ed114b4d4e47fe32.tar.gz
time.1, get_kernel_syms.2, getitimer.2, open.2, perf_event_open.2, wait.2, alloca.3, bcmp.3, catopen.3, fputwc.3, iconv.3, iswalnum.3, iswalpha.3, iswblank.3, iswcntrl.3, iswctype.3, iswdigit.3, iswgraph.3, iswlower.3, iswprint.3, iswpunct.3, iswspace.3, iswupper.3, iswxdigit.3, mbsinit.3, putwchar.3, rcmd.3, rexec.3, sigqueue.3, strverscmp.3, wctrans.3, wctype.3, wcwidth.3, console_codes.4, initrd.4, st.4, elf.5, nss.5, ip.7, netdevice.7, path_resolution.7, socket.7, udp.7, ld.so.8: grfix: s/Otherwise /Otherwise, /
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man3/sigqueue.3')
-rw-r--r--man3/sigqueue.32
1 files changed, 1 insertions, 1 deletions
diff --git a/man3/sigqueue.3 b/man3/sigqueue.3
index 7e9e2b4981..4ba30c1107 100644
--- a/man3/sigqueue.3
+++ b/man3/sigqueue.3
@@ -85,7 +85,7 @@ On success,
.BR sigqueue ()
returns 0, indicating that the signal was successfully
queued to the receiving process.
-Otherwise \-1 is returned and
+Otherwise, \-1 is returned and
.I errno
is set to indicate the error.
.SH ERRORS