Skip to content

Commit 5603f9b

Browse files
akiykstorvalds
authored andcommitted
docs: vm/page_owner: use literal blocks for param description
Sphinx generates hard-to-read lists of parameters at the bottom of the page. Fix them by putting literal-block markers of "::" in front of them. Link: https://lkml.kernel.org/r/cfd3bcc0-b51d-0c68-c065-ca1c4c202447@gmail.com Signed-off-by: Akira Yokosawa <akiyks@gmail.com> Fixes: 57f2b54 ("Documentation/vm/page_owner.rst: update the documentation") Cc: Shenghong Han <hanshenghong2019@email.szu.edu.cn> Cc: Haowen Bai <baihaowen@meizu.com> Cc: Jonathan Corbet <corbet@lwn.net> Cc: Alex Shi <seakeel@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
1 parent 31fa985 commit 5603f9b

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Documentation/vm/page_owner.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Usage
110110
If you want to sort by the page nums of buf, use the ``-m`` parameter.
111111
The detailed parameters are:
112112

113-
fundamental function:
113+
fundamental function::
114114

115115
Sort:
116116
-a Sort by memory allocation time.
@@ -122,7 +122,7 @@ Usage
122122
-s Sort by stack trace.
123123
-t Sort by times (default).
124124

125-
additional function:
125+
additional function::
126126

127127
Cull:
128128
--cull <rules>
@@ -153,6 +153,7 @@ Usage
153153

154154
STANDARD FORMAT SPECIFIERS
155155
==========================
156+
::
156157

157158
KEY LONG DESCRIPTION
158159
p pid process ID

0 commit comments

Comments
 (0)