diff options
author | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:04:46 +0100 |
---|---|---|
committer | johannst <johannes.stoelp@gmail.com> | 2020-03-17 22:04:46 +0100 |
commit | cf764d498f7ecad73f5e2a7ad135690d95075b9d (patch) | |
tree | 1ba96b51ccdc4d4af31519bd5cd680d60fe9e8ef /src | |
parent | ad75a8cc1a37b0aa9c9a52182aad727a4980e0b0 (diff) | |
download | notes-cf764d498f7ecad73f5e2a7ad135690d95075b9d.tar.gz notes-cf764d498f7ecad73f5e2a7ad135690d95075b9d.zip |
updated pmap
Diffstat (limited to 'src')
-rw-r--r-- | src/pmap.md | 4 |
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. ``` |