From fde39195fa8bfb02440e46c7c58613d7fc869cff Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Sat, 30 Oct 2010 07:33:57 +0200 Subject: [PATCH] proc.5: Add reference to mlock(2) for further info on /proc/PID/status VmLck Signed-off-by: Michael Kerrisk --- man5/proc.5 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/man5/proc.5 b/man5/proc.5 index 83a896e88..7e6566263 100644 --- a/man5/proc.5 +++ b/man5/proc.5 @@ -58,7 +58,7 @@ .\" to see what information could be imported from that file .\" into this file. .\" -.TH PROC 5 2010-06-19 "Linux" "Linux Programmer's Manual" +.TH PROC 5 2010-10-30 "Linux" "Linux Programmer's Manual" .SH NAME proc \- process information pseudo-file system .SH DESCRIPTION @@ -968,7 +968,8 @@ Peak virtual memory size. Virtual memory size. .IP * .IR VmLck : -Locked memory size. +Locked memory size (see +.BR mlock (3)). .IP * .IR VmHWM : Peak resident set size ("high water mark").