From 0f55ea602287d9b57e91b5f995c64b628f25d1b1 Mon Sep 17 00:00:00 2001 From: Georg Pfuetzenreuter Date: Sun, 16 Apr 2023 17:37:13 +0200 Subject: [PATCH] Update links to man pages Link to openSUSE manpages instead of man7. Signed-off-by: Georg Pfuetzenreuter --- OOMAnalyser.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/OOMAnalyser.html b/OOMAnalyser.html index 73cd344..ca6083e 100644 --- a/OOMAnalyser.html +++ b/OOMAnalyser.html @@ -776,7 +776,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { Resident file mapping pages
Files which have been mapped into RAM (with - mmap(2).) + mmap(2).) @@ -931,8 +931,8 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { Unevictable Pages
(unevictable) Unevictable memory. It can't be swapped out because the pages are owned by ramfs or protected by - mlock(3) / - shmctl(SHM_LOCK). + mlock(2) / + shmctl(2). Unevictable pages are managed by kernels LRU framework. @@ -964,7 +964,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { [1]
Additional details are listed in - slabinfo(5) also. + slabinfo(5) also. @@ -980,7 +980,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { Files which have been mapped into memory (with - mmap(2)), such as libraries. + mmap(2)), such as libraries. [1] @@ -989,7 +989,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) { Amount of memory consumed in - tmpfs(5) + tmpfs(5) filesystems. [1] @@ -1194,7 +1194,7 @@ window.onerror = function (msg, url, lineNo, columnNo, errorObj) {

Footnotes

    -
  1. +
  2. proc(5) - process information pseudo-filesystem (Go Back)