diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-04-18 11:07:47 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-27 17:02:41 -0600 |
commit | 41ea9dd36b6b968ab83fd972bf15b2e0f8905c80 (patch) | |
tree | 36ba7b1e555cd215fe8fae3ac37f17bac5b1bdd4 /Documentation/vm | |
parent | 86207d9a90c27acc15e99f1148ce4f873882ea1a (diff) |
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>
Diffstat (limited to 'Documentation/vm')
-rw-r--r-- | Documentation/vm/pagemap.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/vm/pagemap.rst b/Documentation/vm/pagemap.rst index 9644bc0d6289..7ba8cbd57ad3 100644 --- a/Documentation/vm/pagemap.rst +++ b/Documentation/vm/pagemap.rst @@ -1,8 +1,8 @@ .. _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 userspace programs to examine the page tables and related information by |