From af5267b2f489eea2353b46cb31602998b6da1f47 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Fri, 25 May 2007 18:42:55 +0000 Subject: [PATCH] Add EXAMPLE section with a pointer to example in mprotect.2. --- man2/sigaction.2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 830a7d8ac..ab4dade72 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -497,6 +497,9 @@ preventing not only the delivered signal from being masked during execution of the handler, but also the signals specified in .IR sa_mask . This bug is was fixed in kernel 2.6.14. +.SH EXAMPLE +See +.BR mprotect (2). .SH "SEE ALSO" .BR kill (1), .BR kill (2),