From b4cb896f5be8c7c8175d61b51113e973aea704c8 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 8 Aug 2016 04:46:15 +1000 Subject: [PATCH] signal.7: Fix order of SEE ALSO entries Signed-off-by: Michael Kerrisk --- man7/signal.7 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man7/signal.7 b/man7/signal.7 index cfc029c73..977af8d2f 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -945,8 +945,8 @@ POSIX.1, except as noted. .BR abort (3), .BR bsd_signal (3), .BR longjmp (3), -.BR raise (3), .BR pthread_sigqueue (3), +.BR raise (3), .BR sigqueue (3), .BR sigset (3), .BR sigsetops (3),