docs/vm: pagemap: change document title

"pagemap from the Userspace Perspective" is not very descriptive for
unaware readers. Since the document describes how to examine a process page
tables, let's title it "Examining Process Page Tables"

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
This commit is contained in:
Mike Rapoport 2018-04-18 11:07:47 +03:00 committed by Jonathan Corbet
parent 86207d9a90
commit 41ea9dd36b

View file

@ -1,8 +1,8 @@
.. _pagemap: .. _pagemap:
====================================== =============================
pagemap from the Userspace Perspective Examining Process Page Tables
====================================== =============================
pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allow pagemap is a new (as of 2.6.25) set of interfaces in the kernel that allow
userspace programs to examine the page tables and related information by userspace programs to examine the page tables and related information by