From 191dd3b2383780bb721738f93ba764e7dfa8a056 Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Thu, 16 Apr 2020 08:23:09 +0200 Subject: [PATCH] mremap.2: Remove mention of "Segmentation fault" in EFAULT text "Segmentation fault" (SIGSEGV) is not exactly the same thing as EFAULT. Signed-off-by: Michael Kerrisk --- man2/mremap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/mremap.2 b/man2/mremap.2 index f32f2d467..da700a5db 100644 --- a/man2/mremap.2 +++ b/man2/mremap.2 @@ -175,7 +175,7 @@ but this was not possible without exceeding the resource limit. .TP .B EFAULT -"Segmentation fault." Some address in the range +Some address in the range \fIold_address\fP to \fIold_address\fP+\fIold_size\fP is an invalid virtual memory address for this process. You can also get