[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20200714090644.13011-1-chris.packham@alliedtelesis.co.nz>
Date: Tue, 14 Jul 2020 21:06:43 +1200
From: Chris Packham <chris.packham@...iedtelesis.co.nz>
To: adobriyan@...il.com, corbet@....net, mchehab+huawei@...nel.org
Cc: linux-fsdevel@...r.kernel.org, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org,
Chris Packham <chris.packham@...iedtelesis.co.nz>
Subject: [PATCH 1/2] doc: filesystems: proc: Remove stray '-' preventing table output
When processing proc.rst sphinx complained
Documentation/filesystems/proc.rst:548: WARNING: Malformed table.
Text in column margin in table line 29.
This caused the entire table to be dropped. Removing the stray '-'
resolves the error and produces the desired table.
Signed-off-by: Chris Packham <chris.packham@...iedtelesis.co.nz>
---
Documentation/filesystems/proc.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst
index 996f3cfe7030..53a0230a08e2 100644
--- a/Documentation/filesystems/proc.rst
+++ b/Documentation/filesystems/proc.rst
@@ -545,7 +545,7 @@ encoded manner. The codes are the following:
hg huge page advise flag
nh no huge page advise flag
mg mergable advise flag
- bt - arm64 BTI guarded page
+ bt arm64 BTI guarded page
== =======================================
Note that there is no guarantee that every flag and associated mnemonic will
--
2.27.0
Powered by blists - more mailing lists