[PATCH] manual: adjust reference to man-pages following proc(5) split-up
Collin Funk <[email protected]>
| Newsgroups | gmane.comp.lib.glibc.alpha |
|---|---|
| Message-ID | <88663b83ac0f03f785690662ae3ed054892be9e7.1787889433.git.collin.funk1@gmail.com> |
The reference to MAP_NORESERVE and /proc/sys/vm/overcommit_memory was
moved from proc(5) to proc_sys(5) in man-pages commit bfc1299e7 (proc.5,
proc_sys.5: Split /proc/sys/ from proc(5), 2023-08-15). It was
subsequently moved to proc_sys_vm(5) in man-pages commit
b06cd070f (proc_sys.5, proc_sys_vm.5: Split /proc/sys/vm/ from
proc_sys(5), 2023-09-30).
---
manual/llio.texi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/manual/llio.texi b/manual/llio.texi
index 405174839f..aa8f3b82b5 100644
--- a/manual/llio.texi
+++ b/manual/llio.texi
@@ -1887,8 +1887,8 @@ @node Memory-mapped I/O
unable to map a page due to lack of resources.
On Linux, this flag's behavior may be overridden by
-@file{/proc/sys/vm/overcommit_memory} as documented in the proc(5) man
-page.
+@file{/proc/sys/vm/overcommit_memory} as documented in the
+proc_sys_vm(5) man page.
@item MAP_STACK
Ensures that the resulting mapping is suitable for use as a program
--
2.55.0