From 4697f7a7ae93fefe0048d97dba1fcca49675969e Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Oct 2008 20:37:32 +0200 Subject: [PATCH] signal.7: ffix --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index b8b9df0ef..c4b305c43 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