From 59fc0ad145693ecf26e91e80edef372fc64b7942 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 04:24:56 +1000 Subject: [PATCH] sigaction.2: Fix order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 5bbed0740..7dbc5266c 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -947,8 +947,8 @@ See .BR signal (2), .BR signalfd (2), .BR sigpending (2), -.BR sigreturn (2), .BR sigprocmask (2), +.BR sigreturn (2), .BR sigsuspend (2), .BR wait (2), .BR raise (3),