From 413ad3071fd488f1081aff1790501da9d8ac3a51 Mon Sep 17 00:00:00 2001 From: kib Date: Tue, 27 Jun 2017 09:42:56 +0000 Subject: [PATCH] MFC r320313: Fix typo. Approved by: re (marius) --- lib/libc/sys/mmap.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libc/sys/mmap.2 b/lib/libc/sys/mmap.2 index 070b4565c30..80be418710f 100644 --- a/lib/libc/sys/mmap.2 +++ b/lib/libc/sys/mmap.2 @@ -69,7 +69,7 @@ current) offsets in the object. In particular, the .Fa offset value cannot be negative. -If the object is truncated and the process later accesses a pages that +If the object is truncated and the process later accesses a page that is wholly within the truncated region, the access is aborted and a .Dv SIGBUS signal is delivered to the process. -- 2.45.0