From 3c2e9ebe2d5ea15a47c1669f75b280cea42a6f8b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ahelenia=20Ziemia=C5=84ska?= Date: Sat, 31 May 2025 20:03:28 +0200 Subject: [PATCH] man/man2/: Fix broken references to proc_sys_vm(5) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes: 0569afbbccd6 (2023-08-17; "proc*.5: Make sashimi") Signed-off-by: Ahelenia Ziemiańska Message-ID: Signed-off-by: Alejandro Colomar --- man/man2/memfd_create.2 | 2 +- man/man2/mmap.2 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/man2/memfd_create.2 b/man/man2/memfd_create.2 index 29a110ef7..487fc0311 100644 --- a/man/man2/memfd_create.2 +++ b/man/man2/memfd_create.2 @@ -199,7 +199,7 @@ and is not a member of the group; see the description of .I /proc/sys/vm/hugetlb_shm_group in -.BR proc (5). +.BR proc_sys_vm (5). .SH STANDARDS Linux. .SH HISTORY diff --git a/man/man2/mmap.2 b/man/man2/mmap.2 index cf110dad9..036610f9d 100644 --- a/man/man2/mmap.2 +++ b/man/man2/mmap.2 @@ -365,7 +365,7 @@ if no physical memory is available. See also the discussion of the file .I /proc/sys/vm/overcommit_memory in -.BR proc (5). +.BR proc_sys_vm (5). Before Linux 2.6, this flag had effect only for private writable mappings. .TP @@ -618,7 +618,7 @@ and is not a member of the group; see the description of .I /proc/sys/vm/hugetlb_shm_group in -.BR proc_sys (5). +.BR proc_sys_vm (5). .TP .B ETXTBSY .B MAP_DENYWRITE -- 2.47.2