aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorjohannst <johannes.stoelp@gmail.com>2020-03-17 22:04:46 +0100
committerjohannst <johannes.stoelp@gmail.com>2020-03-17 22:04:46 +0100
commitcf764d498f7ecad73f5e2a7ad135690d95075b9d (patch)
tree1ba96b51ccdc4d4af31519bd5cd680d60fe9e8ef
parentad75a8cc1a37b0aa9c9a52182aad727a4980e0b0 (diff)
downloadnotes-cf764d498f7ecad73f5e2a7ad135690d95075b9d.tar.gz
notes-cf764d498f7ecad73f5e2a7ad135690d95075b9d.zip
updated pmap
-rw-r--r--src/pmap.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pmap.md b/src/pmap.md
index d2e0e79..7c905ae 100644
--- a/src/pmap.md
+++ b/src/pmap.md
@@ -2,6 +2,6 @@
```markdown
pmap <pid>
- ............. dump virtual memory map of process.
- compared to /proc/<pid>/maps it shows the size of the mappings
+ Dump virtual memory map of process.
+ Compared to /proc/<pid>/maps it shows the size of the mappings.
```