diff options
author | Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz> | 2025-05-31 20:03:28 +0200 |
---|---|---|
committer | Alejandro Colomar <alx@kernel.org> | 2025-05-31 22:46:29 +0200 |
commit | 3c2e9ebe2d5ea15a47c1669f75b280cea42a6f8b (patch) | |
tree | 2d3f8f02057dee06e8db104c8a19cd8ce490bc36 | |
parent | 3f727aab6e5f29e756ce9f7a89019869c7b07c61 (diff) | |
download | man-pages-3c2e9ebe2d5ea15a47c1669f75b280cea42a6f8b.tar.gz |
man/man2/: Fix broken references to proc_sys_vm(5)
Fixes: 0569afbbccd6 (2023-08-17; "proc*.5: Make sashimi")
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Message-ID: <c28f98b90ff40c3944aaa3189627d795e0c2d9f6.1748714599.git.nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
-rw-r--r-- | man/man2/memfd_create.2 | 2 | ||||
-rw-r--r-- | 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 29a110ef79..487fc03118 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 cf110dad9f..036610f9de 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 |