From fc635dd8ae72659aabe3453cb7f13f8c13174c4a Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Mon, 2 Jan 2017 19:41:49 +0100 Subject: [PATCH] pkeys.7, signal.7: tfix Signed-off-by: Michael Kerrisk --- man7/pkeys.7 | 2 +- man7/signal.7 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/pkeys.7 b/man7/pkeys.7 index c01ee2567..33beff998 100644 --- a/man7/pkeys.7 +++ b/man7/pkeys.7 @@ -149,7 +149,7 @@ handler returns. This signal behavior is unusual and is due to the fact that the x86 PKRU register (which stores protection key access rights) is managed with the same hardware mechanism (XSAVE) that manages floating-point registers. -The signal behavior is the same as that of floating point registers. +The signal behavior is the same as that of floating-point registers. .\" .SS Protection Keys system calls The Linux kernel implements the following pkey-related system calls: diff --git a/man7/signal.7 b/man7/signal.7 index 068bbd3ef..cdd5648a6 100644 --- a/man7/signal.7 +++ b/man7/signal.7 @@ -244,7 +244,7 @@ SIGINT \02 Term Interrupt from keyboard SIGQUIT \03 Core Quit from keyboard SIGILL \04 Core Illegal Instruction SIGABRT \06 Core Abort signal from \fBabort\fP(3) -SIGFPE \08 Core Floating point exception +SIGFPE \08 Core Floating-point exception SIGKILL \09 Term Kill signal SIGSEGV 11 Core Invalid memory reference SIGPIPE 13 Term Broken pipe: write to pipe with no