diff options
author | Mike Rapoport <rppt@linux.vnet.ibm.com> | 2018-03-21 22:22:31 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2018-04-16 23:18:13 +0300 |
commit | 4a832588f4ceda7054b9b89b3d46bede4e646786 (patch) | |
tree | 623928cdea790cf753e4fe08178f1d6af505bb91 /Documentation/vm | |
parent | 8d83d826c2951e18217e31601fb82b41006c9162 (diff) | |
download | linux-4a832588f4ceda7054b9b89b3d46bede4e646786.tar.xz |
docs/vm: page_frags convert to ReST format
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/page_frags | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/vm/page_frags b/Documentation/vm/page_frags index a6714565dbf9..637cc49d1b2f 100644 --- a/Documentation/vm/page_frags +++ b/Documentation/vm/page_frags @@ -1,5 +1,8 @@ +.. _page_frags: + +============== Page fragments --------------- +============== A page fragment is an arbitrary-length arbitrary-offset area of memory which resides within a 0 or higher order compound page. Multiple |