From 1c32ee471ce0e95e504578aa747dfad99d37b95d Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Tue, 4 Nov 2008 09:03:49 -0500 Subject: [PATCH] eventfd.2, mprotect.2, signalfd.2: ffix Signed-off-by: Michael Kerrisk --- man2/eventfd.2 | 2 +- man2/mprotect.2 | 2 +- man2/signalfd.2 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man2/eventfd.2 b/man2/eventfd.2 index 0eae018d4..883cfc590 100644 --- a/man2/eventfd.2 +++ b/man2/eventfd.2 @@ -324,9 +324,9 @@ Child completed write loop Parent about to read Parent read 28 (0x1c) from efd .fi +.in .SS Program source .R " " -.in .nf #include #include diff --git a/man2/mprotect.2 b/man2/mprotect.2 index a8379e300..eb5620f39 100644 --- a/man2/mprotect.2 +++ b/man2/mprotect.2 @@ -155,9 +155,9 @@ following: Start of region: 0x804c000 Got SIGSEGV at address: 0x804e000 .fi +.in .SS Program source .R " " -.in .nf #include #include diff --git a/man2/signalfd.2 b/man2/signalfd.2 index ceebf5868..9bd847c8f 100644 --- a/man2/signalfd.2 +++ b/man2/signalfd.2 @@ -381,9 +381,9 @@ Got SIGINT Got SIGQUIT $ .fi +.in .SS Program source .R " " -.in .nf #include #include