summaryrefslogtreecommitdiffstats
path: root/system/scanmem
diff options
context:
space:
mode:
author B. Watson2022-03-14 17:49:42 +0100
committer B. Watson2022-03-17 17:38:12 +0100
commit6d5bf7a56bd4273408af241149f7f1d4cd4243c3 (patch)
treeaea45d571c1737fc5b3304163acbc297132d00c5 /system/scanmem
parenteae5a382128481075462a5b26a0798cc78f89a20 (diff)
downloadslackbuilds-6d5bf7a56bd4273408af241149f7f1d4cd4243c3.tar.gz
system/scanmem: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'system/scanmem')
-rw-r--r--system/scanmem/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/scanmem/README b/system/scanmem/README
index 3a5f2cfafd..70be1b4f47 100644
--- a/system/scanmem/README
+++ b/system/scanmem/README
@@ -1,6 +1,7 @@
-scanmem is a debugging utility designed to isolate the address of an arbitrary
-variable in an executing process. scanmem simply needs to be told the pid of
-the process, and the value of the variable at several different times.
+scanmem is a debugging utility designed to isolate the address of an
+arbitrary variable in an executing process. scanmem simply needs to be
+told the pid of the process, and the value of the variable at several
+different times.
After several scans of the process, scanmem isolates the position of the
-variable and allows you to modify it's value.
+variable and allows you to modify its value.