[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211123185928.2513763-1-surenb@google.com>
Date: Tue, 23 Nov 2021 10:59:28 -0800
From: Suren Baghdasaryan <surenb@...gle.com>
To: sfr@...b.auug.org.au
Cc: akpm@...ux-foundation.org, ccross@...gle.com, surenb@...gle.com,
linux-kernel@...r.kernel.org, linux-next@...r.kernel.org,
kernel-team@...roid.com
Subject: [PATCH 1/1] docs: proc.rst: /proc/PID/maps: fix malformed table
Fix malformed table describing "pathname" values for mappings not
associated with a file.
Fixes: 2df148be9486 ("mm: add a field to store names for private anonymous memory")
Reported-by: Stephen Rothwell <sfr@...b.auug.org.au>
Signed-off-by: Suren Baghdasaryan <surenb@...gle.com>
---
Documentation/filesystems/proc.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/filesystems/proc.rst b/Documentation/filesystems/proc.rst
index 46c1f5243028..061744c436d9 100644
--- a/Documentation/filesystems/proc.rst
+++ b/Documentation/filesystems/proc.rst
@@ -426,14 +426,14 @@ with the memory region, as the case would be with BSS (uninitialized data).
The "pathname" shows the name associated file for this mapping. If the mapping
is not associated with a file:
- ======= ====================================
+ ============= ====================================
[heap] the heap of the program
[stack] the stack of the main process
[vdso] the "virtual dynamic shared object",
the kernel system call handler
-[anon:<name>] an anonymous mapping that has been
+ [anon:<name>] an anonymous mapping that has been
named by userspace
- ======= ====================================
+ ============= ====================================
or if empty, the mapping is anonymous.
--
2.34.0.rc2.393.gf8c9666880-goog
Powered by blists - more mailing lists