Fix typos/grammar in the man page

Signed-off-by: Patrick McCarty <patrick.mccarty@intel.com>
This commit is contained in:
Patrick McCarty
2017-07-05 14:18:37 -07:00
parent d42a243aa2
commit 45f42dc1db
+2 -2
View File
@@ -8,9 +8,9 @@ psstop(1) -- memory snapshot of the current processes based on /proc
## DESCRIPTION
PPSTOP tracks the amount of memory from the process' proportional share of this
PSSTOP tracks the amount of memory from the process's proportional share of this
mapping (Pss) and the proportional swap share of the mapping (SwapPss). The
momory information came from smaps (/proc/PID/smaps). The /proc/PID/smaps is an
memory information comes from smaps (/proc/PID/smaps). The /proc/PID/smaps is an
extension based on maps, showing the memory consumption for each of the
process's mappings.