diff options
-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. ``` |