aboutsummaryrefslogtreecommitdiffstats
path: root/man7/signal.7
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2008-10-16 20:37:32 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-10-29 14:54:10 -0500
commit4697f7a7ae93fefe0048d97dba1fcca49675969e (patch)
tree56c60fa127a457e0f7a0291cee4ab69e289c9eae /man7/signal.7
parent4f6d71a1fc90b1efb40bb095526a428d94d4956f (diff)
downloadman-pages-4697f7a7ae93fefe0048d97dba1fcca49675969e.tar.gz
signal.7: ffix
Diffstat (limited to 'man7/signal.7')
-rw-r--r--man7/signal.72
1 files changed, 1 insertions, 1 deletions
diff --git a/man7/signal.7 b/man7/signal.7
index b8b9df0efc..c4b305c43c 100644
--- a/man7/signal.7
+++ b/man7/signal.7
@@ -140,7 +140,7 @@ to block execution until the signal is delivered,
at which point the kernel returns information about the
signal to the caller.
There are two general ways to do this:
-.IP * 3
+.IP * 2
.BR sigwaitinfo (2),
.BR sigtimedwait (2),
and