* [PATCH 1/1] docs: proc.rst: /proc/PID/maps: fix malformed table
@ 2021-11-23 18:59 Suren Baghdasaryan
0 siblings, 0 replies; only message in thread
From: Suren Baghdasaryan @ 2021-11-23 18:59 UTC (permalink / raw)
To: sfr; +Cc: akpm, ccross, surenb, linux-kernel, linux-next, kernel-team
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@canb•auug.org.au>
Signed-off-by: Suren Baghdasaryan <surenb@google•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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2021-11-23 18:59 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-11-23 18:59 [PATCH 1/1] docs: proc.rst: /proc/PID/maps: fix malformed table Suren Baghdasaryan
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox