From 24ce772b9c40e1b8d1741e15d2160cbce1f7f7e9 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 14 Nov 2020 10:12:54 +0100 Subject: [PATCH] sigaction.2: tfix Signed-off-by: Michael Kerrisk --- man2/sigaction.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/sigaction.2 b/man2/sigaction.2 index 27419f137..b8a43a08c 100644 --- a/man2/sigaction.2 +++ b/man2/sigaction.2 @@ -771,10 +771,10 @@ Process breakpoint. .B TRAP_TRACE Process trace trap. .TP -.BR TRAP_BRANCH " (since Linux 2.4, IA64 only))" +.BR TRAP_BRANCH " (since Linux 2.4, IA64 only)" Process taken branch trap. .TP -.BR TRAP_HWBKPT " (since Linux 2.4, IA64 only))" +.BR TRAP_HWBKPT " (since Linux 2.4, IA64 only)" Hardware breakpoint/watchpoint. .RE .PP