mlock.2: Improve wording describing /proc/PID/status /VmLck field

Reported-by: Yuri Kozlov <yuray@komyakino.ru>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2010-10-30 07:28:31 +02:00
parent e4b4151a14
commit e5eb406c9c
1 changed files with 4 additions and 2 deletions

View File

@ -24,7 +24,7 @@
.\" Software Foundation, Inc., 59 Temple Place, Suite 330,
.\" Boston, MA 02111, USA.
.\"
.TH MLOCK 2 2010-03-05 "Linux" "Linux Programmer's Manual"
.TH MLOCK 2 2010-10-30 "Linux" "Linux Programmer's Manual"
.SH NAME
mlock, munlock, mlockall, munlockall \- lock and unlock memory
.SH SYNOPSIS
@ -288,7 +288,9 @@ The
.I VmLck
field of the Linux-specific
.I /proc/PID/status
file shows how many kilobytes of memory the calling process has locked using
file shows how many kilobytes of memory the process with ID
.I PID
has locked using
.BR mlock (),
.BR mlockall (),
.BR shmctl (2)